Rob,
I'm not sure that I understand your solution. Are you suggesting that the application, including the setup.exe file be moved to the /scripts/ folder? In my case, that wouldn't be acceptable. The application runs on a TrueCrypt "drive" which is created from a TrueCrypt container on an eSata drive. It can't be moved to another location. I could move the setup.iss file, but not the program itself.
Main Topics
Browse All Topics





by: RobSampsonPosted on 2009-07-03 at 18:07:44ID: 24775181
Hi there,
When you run scripts at StartUp, then by default, the Local System account that the script runs under does have access to any network resource, aside from the NetLogon share of your domain controllers.
Therefore, if you place your Exec file and Setup file somewhere within your NetLogon share, you should be able to get away with running the following code, where you replace each instance of domain.com in the file paths with your domain name.
Regards,
Rob.
Select allOpen in new window