PackageMaker Install Path for Current User
This installation package will be used on 200+ Macs and the current user path is very important. Anyone?
Mac OS X (10.4.6)
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
Mac OS X (10.4.6)
peterparker wrote:
Only issue I have now is that following these instructions the receipt name is derived from the folder structure. Hence my receipt ends up library.pkg regardless of Package Identifier. Any way around that other than cracking open the built package and renaming the package (and name in distribution.dist)?
Bob Lang1 wrote:
#!/bin/bash
cd /Applications/Acme Corp Hyperware
mv comacmecorphyperwaremyprogram.app MyProgram.app
exit
Bob Lang1 wrote:
If you have spaces in a file or folder name then they need to be escaped using backslash. So the cd line should really be:
cd /Application/Acme\ Corp\ Hyperware
etresoft wrote:
Bob Lang1 wrote:
If you have spaces in a file or folder name then they need to be escaped using backslash. So the cd line should really be:
cd /Application/Acme\ Corp\ Hyperware
I'm guessing you don't want to know how PackageMaker handles source files with spaces
PackageMaker Install Path for Current User