help required : effect of changing HOME to secondary partion on installer
help required : effect of changing HOME to secondary partion on installer
- Subject: help required : effect of changing HOME to secondary partion on installer
- From: Rajendran P <email@hidden>
- Date: Sat, 01 Dec 2012 00:02:42 +0800 (SGT)
Hi ,
I have a OSX installer pkg . which installs my app in ~/Library/Application support/"COMPANYNAME"/MYGUI.app
Customer has configured user home folder to a secondary partition, and as a result, MYGUI.app is getting installed into /Library/App… instead of /volume/vol2/Library/… (which is basically ~/Library/…).
I could not find any difference in installer logs EXCEPT that while installing on secondary partition, it asked for root permission (because after encountering the failure, it need to install in /Library and hence need the permission to write). So this is more like after effect and not the cause.
* any help in making my product install in ~/Library would be appreciated .
my info.plist details
<key>IFPkgFlagAllowBackRev</key>
<false/>
<key>IFPkgFlagAuthorizationAction</key>
<string>NoAuthorization</string>
<key>IFPkgFlagDefaultLocation</key>
<string>/</string>
<key>IFPkgFlagFollowLinks</key>
<true/>
<key>IFPkgFlagInstallFat</key>
<false/>
<key>IFPkgFlagInstalledSize</key>
<integer>0</integer>
<key>IFPkgFlagIsRequired</key>
<false/>
<key>IFPkgFlagOverwritePermissions</key>
<false/>
<key>IFPkgFlagRelocatable</key>
<true/>
<key>IFPkgFlagRestartAction</key>
<string>None</string>
<key>IFPkgFlagRootVolumeOnly</key>
<false/>
P.Rajendran or Raju
(for further details contact
me ) ![]()
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden