Install into User's Home directory
Install into User's Home directory
- Subject: Install into User's Home directory
- From: Patrick Litterst <email@hidden>
- Date: Tue, 27 Dec 2005 13:19:35 -0500
I need to install a folder of files into the user's Home directory.
There doesn't seem to be a way to do this without writing a script.
Am I correct about this?
I am currently attempting to achieve this with a script. I have made
an installer that installs the folder of files on the user's hard
drive and then uses the following simple postflight script to move
the files to the proper directory inside user's Home directory. The
script:
#!/bin/sh
mv /InstalledFiles ${HOME}/directory
exit 0
When I build and run the installer, the installer says it cannot run
this script. However, if I run the script from the Terminal, the
script executes properly. Is there something wrong with the Script?
Should I install into the user's Home directory via some other way?
_______________________________________________
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