Help - Search - Members - Calendar
Full Version: CD Keys & silent installs?
MSFN Forums > Member Contributed Projects > Windows Post-Install Wizard (WPI)

   
Google Internet Forums Unattended CD/DVD Guide
coopz81
Hi, im new to this wpi stuff and ive had a quick play with it and have a few questions I need answering.

How can you integrate cd keys into programs that need them entering during setup ? Is this done by adding the reg file after the install ? If so how can you tell which one needs exporting from the registry in my current setup so it will work with the new install ?

Also

Ive tried adding /s in the commands but when testing it doesnt install the software in silent mode? and when ive tried clicking on the ussf button some of my .exe files it says theres a problem with the exe file - so how can I make silent installs ?

Thanks for your time
x-Shadow-x
It would help if you told us the apps you want silently installed. smile.gif
coopz81
Ok my list is

Adobe reader
Advanced zip repair
Advanced rar repair
AVG Anti-Virus 8
Comodo firewall
**** nfo viewr
Office 2007
Nero 7.10
Power ISO 3.7
Channel4_on_demand
Divx installer
Google EArth
flash player 10
Java RE 6.10
Revo Uninstaller
Winamp 5541
Tarav1.0.3b (codecs)

Cheers
x-Shadow-x
Well this should be moved to Application Installs. And you can use CMenu to find most of thoes program switches.
http://www.msfn.org/board/CMenu-t47645.html&hl=cmenu
Post back on which CMenu cant find.
Kelsenellenelvian
Man you picked the hardest group of programs.

I will upload **** NFO viewer .msi inna coupla of hours when I get back.
Kelsenellenelvian
http://www.wpiw.net/downloads/D_MN_NFO.msi

Office 2007
CODE
#1 Make sure you have 07 enterprise office!
#2 Run it with the following switch = setup.exe /admin
#3 Follow all of the instructions paying alot of attention to the "Licensing and User interface" section enter the serial and select Display level = none
#4 save the resulting file as "Your-Name-here.msp" and add that file to the office 07 folder. Don't use spaces in the file name!
#5 Then add this line to the cammandline1 in WPI "%wpipath%\Office07\setup.exe" /adminfile Your-Name-here.msp

Thats all there is 5 easy steps!!!!

Adding the hotfixes and updates:

#1 Download them all (Der)
#2 Goto Start --> Run and enter "temp"
#3 Leaving your temp folder open run each fix\update one at a time and COPY the .msp file(s) that appear in your temp folder to the "Updates" folder in your Office07 dir

That will autorun the updates during installation!
x-Shadow-x
POWER ISO
Power ISO.exe /S
You are going to need a reg key if you are going to silently register it.
CODE
Go to the start menu, to to RUN, type in regedit
Go to:
HKEY_USERS\S-1-5-21-1491950412-2009852829-4049741679-1000\Software
and extract "Power ISO"

Go to:
HKEY_CURRENT_USER\Software
and extract "Power ISO"

Ether join the two REG files or use both seperatly.
P.S. The only thing you need in both files is the USER lines.


WINAMP
Winamp.exe /S /install=SFDR
CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Nullsoft\Winamp]
"regname"="Shadow"
"regkey"="xxxxx-xxxxx-xxxxx-xxxxx"


FLASH PLAYER
Flash.exe /S

GOOGLE EARTH
GoogleEarth.exe /a /r /f1GoogleEarth.iss

Save the text below as GoogleEarth.iss and put it in the same directory as the installer.
CODE
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-DlgOrder]
Dlg0={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdWelcome-0
Count=5
Dlg1={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdLicense2Rtf-0
Dlg2={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SetupType2-0
Dlg3={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdStartCopy2-0
Dlg4={3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-AskOptions-0
[{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdWelcome-0]
Result=1
[{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdLicense2Rtf-0]
Result=1
[{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SetupType2-0]
Result=304
[{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-SdStartCopy2-0]
Result=1
[Application]
Name=Google Earth
Version=3.0.0762
Company=Google
Lang=0009
[{3DE5E7D4-7B88-403C-A3FD-2017A8240C5B}-AskOptions-0]
Result=1
Sel-0=0
coopz81
Cheers for all your help. WIll have a play with all this sometime this week
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.