My slipstream conquest!

agnitrate

Diamond Member
Jul 2, 2001
3,761
1
0
I've recently been intrigued by the ability for Windows to automate certain aspects of the installation process and the ability to automatically execute certain scripts after initial startup.

I successfully slipstreamed Windows XP Service Pack 2 and all up-to-date hotfixes into my install and created a script that executes all my favorite programs after the first reboot. I used a program called AutoIt to automate the installation process if an installer doesn't have a slient install switch. I essentially create a small script for each app I install that tells Windows which button to click during the install. It's really cool because you can set it up where you make flags in the script for changing install options that you can change later to change the install. Very cool stuff indeed.

I made programs that I don't think my family would use optional so it asks if you want to install it before doing so. This will make it infinitely easier reformating family PCs and not worrying about forgetting specific software. I don't have to worry about them messing up something during the install either since I have control over how it installs. Check out the screenshot
of what it looks like when it's installing all the stuff.

It will just go down the list and install everything and even if they reboot, it will install the rest of what didn't get processed earlier. I know a lot of IT people here probably have similar scripts that they run for their businesses and what not so I wanted to know if everybody else did something similar.

Do you install any different programs or force other upgrades? I'm interested in how everybody goes about unattended installs. Comment away!

-silver
 

JackBurton

Lifer
Jul 18, 2000
15,993
14
81
VERY nice man! I like it! I'm gonna have to give that a shot. I've slipstream SP2 into XP but that's as far as I've gone.
 

oboeguy

Diamond Member
Dec 7, 1999
3,907
0
76
Originally posted by: JackBurton
VERY nice man! I like it! I'm gonna have to give that a shot. I've slipstream SP2 into XP but that's as far as I've gone.

Same here, and I was so proud of myself... small potatoes compared to the OP! :eek:
 

Lint21

Senior member
Oct 9, 1999
508
0
0
I haven't gone that far, but your post has inspired me to follow in your footsteps. Thanks for posting what you did, it's *very* cool.

All I've done was slipstream SP1 and my CD Key into a custom XP disc.

The only problem I see with installing separate apps after the OS install is that they can quickly become out of date. Nero, for example, releases new versions pretty frequently.
 

agnitrate

Diamond Member
Jul 2, 2001
3,761
1
0
Originally posted by: Lint21
I haven't gone that far, but your post has inspired me to follow in your footsteps. Thanks for posting what you did, it's *very* cool.

All I've done was slipstream SP1 and my CD Key into a custom XP disc.

The only problem I see with installing separate apps after the OS install is that they can quickly become out of date. Nero, for example, releases new versions pretty frequently.

I agree, but they're not usually monumental releases. Nero right now has all the features I need pretty much. If I need to update, it's just a matter of modifying the script for which install it calls since most installations have silent install features. Nero is especially nice in the sense that it lets you silently install with all of your registration information so you don't even have to register it afterwards.

I tried to give the version info for most of the installs for just that situation though. If there are new releases, it's just a matter of how motivated I am to update to the newest version ;)

-silver
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
I tried doing something like this and the installer ended up crashing... I guess I didn't do it right.