This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: does not have permissions
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Sep 24, 2010
09:28 PM
does not have permissions
hi, i have built an installer both for unix-like machine and windows. it first installs the file and then runs some *.bat or *.sh file to start some service. when i run it on linux the installer does not execute the *.sh files as it does not set the file permissions though i have selected permissions in project>paltform>unix tab and in the speedfolder action with overwrite permission option.
any help would be highly apprciated.
thanks
sameena
any help would be highly apprciated.
thanks
sameena
(1) Reply
Sep 25, 2010
02:44 AM
If for one reason or another the override permission doesn't work, nothing prevents you to run the following command right after the installation of those files:
/bin/sh -c chmod ugo+x $USER_INSTALL_DIR$$/$path$/$to$/$installed$/$files$/$*.sh