![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Running setup to install program I'm attempting to run a setup.exe program to install some software. It works fine in a batch file, but when I package the script and the batch file using iexpress, it errors and says: Please go to the Control Panel to install and configure system components. Is there a way to work around this? In the batch file I just: cd setup.exe Thanks for your help. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Running setup to install program "SAC" <someone@xxxxxx> wrote in message news:ex1MmHFuJHA.5452@xxxxxx Quote: > I'm attempting to run a setup.exe program to install some software. > > It works fine in a batch file, but when I package the script and the batch > file using iexpress, it errors and says: > > Please go to the Control Panel to install and configure system components. > > Is there a way to work around this? > > In the batch file I just: > cd > setup.exe back. I wish I could remember the details, but they escape me at the moment. I have always had good luck with using VBScripts, though. Just use something like 'wscript.exe myscript.vbs' in the 'Install Program' section. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Running setup to install program Sorry I didn't make it clear. I'm not trying to run a script. It's setup.exe program that came with some packaged software. I want to run it and then return to the batch file to contiune doing other things. Thanks for your help. "James Whitlow" <jwhitlow.60372693@xxxxxx> wrote in message news:e3zvXYFuJHA.3928@xxxxxx Quote: > "SAC" <someone@xxxxxx> wrote in message > news:ex1MmHFuJHA.5452@xxxxxx Quote: >> I'm attempting to run a setup.exe program to install some software. >> >> It works fine in a batch file, but when I package the script and the >> batch file using iexpress, it errors and says: >> >> Please go to the Control Panel to install and configure system >> components. >> >> Is there a way to work around this? >> >> In the batch file I just: >> cd >> setup.exe > I remember having difficulties with batch files in IE Express sometime > back. I wish I could remember the details, but they escape me at the > moment. I have always had good luck with using VBScripts, though. Just use > something like 'wscript.exe myscript.vbs' in the 'Install Program' > section. > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Running setup to install program "SAC" <someone@xxxxxx> wrote in message news:ex1MmHFuJHA.5452@xxxxxx Quote: > I'm attempting to run a setup.exe program to install some software. > > It works fine in a batch file, but when I package the script and the batch > file using iexpress, it errors and says: > > Please go to the Control Panel to install and configure system components. > > Is there a way to work around this? > > In the batch file I just: > cd > setup.exe > > Thanks for your help. file. If you want your scripts to be robust then you MUST fully qualify your executables, e.g. by coding like so: "c:\My Package\setup.exe" If you don't then you'll never know what you run! |
My System Specs![]() |
| | #5 (permalink) |
| | RE: Running setup to install program I had a similar problem which was solved by copying all files to the local machine and running from there, instead of off a network location. There may be a more elegant solution, but this did the trick for me. Good luck all, Michael Simmons Conquer Technology http://www.conquertechnology.com "SAC" wrote: Quote: > I'm attempting to run a setup.exe program to install some software. > > It works fine in a batch file, but when I package the script and the batch > file using iexpress, it errors and says: > > Please go to the Control Panel to install and configure system components. > > Is there a way to work around this? > > In the batch file I just: > cd > setup.exe > > Thanks for your help. > > > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| I want to setup 2 DCs running on Virtual PC | Virtual PC | |||
| Stop 7E Error Running Setup | Vista installation & setup | |||
| Problems running a program after install | Vista General | |||
| Can't start Setup while running XP. | Vista installation & setup | |||
| Running DVD Vista Setup | Vista installation & setup | |||