Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Running setup to install program

Reply
 
Old 04-08-2009   #1 (permalink)
SAC


 
 

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 SpecsSystem Spec
Old 04-08-2009   #2 (permalink)
James Whitlow


 
 

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
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 SpecsSystem Spec
Old 04-08-2009   #3 (permalink)
SAC


 
 

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 SpecsSystem Spec
Old 04-08-2009   #4 (permalink)
Pegasus [MVP]


 
 

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.
It it probably something as simple as you attempting to execute the wrong
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 SpecsSystem Spec
Old 04-30-2009   #5 (permalink)
Michael


 
 

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 SpecsSystem Spec
Reply

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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46