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 - install exe step 1, reboot install exe step 2

Reply
 
Old 10-27-2008   #1 (permalink)
Rafa


 
 

install exe step 1, reboot install exe step 2

Hai

We need to make a script to install PowerShell, Windows Instaler, Framework
....
and I need reboot machine among steeps.

for example:
a.exe /quiet -- steep 1
reboot
b.exe /quiet -- steep 2
reboot
c.exe -c -h



--
Rafael Ferraz
----------------
Enginer System

My System SpecsSystem Spec
Old 10-27-2008   #2 (permalink)
Al Dunbar


 
 

Re: install exe step 1, reboot install exe step 2


"Rafa" <rafael.sp@xxxxxx> wrote in message
news:20D39032-EA3A-4FCE-B901-79FC36564453@xxxxxx
Quote:

> Hai
>
> We need to make a script to install PowerShell, Windows Instaler,
> Framework
Maybe someone else ...
Quote:

> ...
> and I need reboot machine among steeps.
>
> for example:
> a.exe /quiet -- steep 1
> reboot
> b.exe /quiet -- steep 2
> reboot
> c.exe -c -h
If the above is to be executed as a single script, you will need to find a
way for the system to:

a) automatically run the script at each startup, and:
b) skip the code already run.

Item "b" is often done with flag files, but the trickier part is to get the
script to run again on reboot. This could be done using scheduled tasks, the
runonce registry key, and/or a startup script. The choice likely depends on
a number of factors.

/Al


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vista Ultimate 64 install error at final install step Vista installation & setup
Fed up with Vista? Here are step-by-step instructions for downgrading back to the warm familiarity of Windows XP Vista General
Request for a Simple Step-By-Step Guide to Networking Vista and XP Vista networking & sharing
Request for a Simple Step-By-Step Guide to Networking Vista and XP Vista networking & sharing
How to step by step install Vista on my 2nd harddrive? 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