elegault Posted September 23, 2005 Posted September 23, 2005 I'm trying to distribute a couple InstallShield EXE with the silent switch via SMS. The problem is, though the app appears to install according to SMS, nothing happens. No files or folders are created on the client.Even stranger is if I push the same EXE without the switches (basically, so I can run in manually), the installation initializes properly.Here's my commandline in SMS:Setup.exe /sThe setup.iss file is in the same folder as setup.exe. If I run setup.exe /s manually, it installs properly. It's only when it is installed via SMS that I experience the problem.Any suggestions?Thanks,eric
LiquidSage Posted September 24, 2005 Posted September 24, 2005 What program are you trying to push?What Installshield version is it?Is everything wrapped into a single exe or is everything in a folder?Are you pushing this from read only media ( a cd for example)? If so, did you specify a path for a logfile to be created?Also, post your setup.iss and highlight any changes you made to it by hand.
elegault Posted September 26, 2005 Author Posted September 26, 2005 I actually figured it out over the weekend...Bascially, I had to redirect where the logfile would be written because by default, setup.exe was trying to write back to the SMSPKGC$ share, which it can't because of security. So I just used the following line in my SMS program and it worked fine:setup.exe /s /f2c:\logfile.logthanks for all your help!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now