big_gie
1
Hi guys!
I was looking for information on silent install of some program (to use with an unattended installation of windows xp) But since the documentation is not as good as it could be on the web, why not make a reference right here?
I'll start with the program I was able to silently install:
Program: CompleASPI
Version: v4.60
Home: ?
Command line: compel.exe /verysilent /sp- /norestart
Setup program: ?
Program: Command Prompt Explorer Bar
Version: v1.1
Home: http://www.codeproject.com/csharp/CommandBar.asp
Command line: Cmdbar.msi /qn
Setup program: Windows installer
Program: ConTEXT
Version: v0.97.2a
Home: http://www.fixedsys.com/context
Command line: context.exe /verysilent
Setup program: ?
Program: DirectX
Version: v9.0a
Home: http://www.microsoft.com/directx
Command line: dxsetup.exe /install /silent
Setup program: ?
Comment: Download the package, then extract its content. You should have 10 files. DX9 does not seems to support the silent install, so download the DX8.1, do the same, and change the DX9's dxsetup.exe for the DX8.1 one. Ok it's not the best, but it works
Program: Java Runtime Environment
Version: 1.4.1_02
Home: http://java.sun.com
Command line: jre.exe -s -a -iexplorer -netscape6 -s -f1"<path>setup.iss"
Setup program: Install Shield
Comment: You first have to install the JRE with the command
jre.exe -a -r -f1"C:\setup.iss"
This will create a respond file with the parameters you will enter during the setup. After
the file is created, it can be use for silent installation. Now put this response file
with the jre.exe (or whatever you renamed it) and run:
jre.exe -s -a -iexplorer -netscape6 -s -f1"<path>setup.iss"
For more information, go check: http://java.sun.com/j2se/1.4.1/docs/guide/plugin/developer_guide/silent.html
Program: Adobe Acrobat Reader
Version: 6
Home: www.adobe.com
Command line: acrobat.exe -s
Comment: Like with Java, you have to create first a reponse file. Use the "-r" parameter for this (acrobat.exe -r) and then install the app. After, go in you rC:\Windows folder and take the setup.iss file. Put it in the same directory as the installer. Run the installer with "-s"
For more information, go see here: http://www.adobe.com/support/techdocs/2cc1e.htm?code=TA
Program: Resplendent Registrar
Version: v3.21 (Build 321.30321)
Home: http://www.resplendence.com/registrar
Command line: regist.exe /S
Setup program: Wise
Program: TweakXP Pro
Version: v2.0.10
Home: http://www.totalidea.com/frameset-tweakxp.htm
Command line: tweakxp.exe /qn
Setup program: Windows Installer
Program: Microsoft Visual Basic 6 Runtime Environment
Version: 6.0 (SP5)
Home: http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en
Command line: vbrun6.exe /Q
Setup program: ?
Program: winamp.exe /S
Version: 2.91 (Not tested with v3)
Home: http://classic.winamp.com/
Command line: winamp.exe /S
Setup program: Nullsoft installer
Comments: After installation with the "/S" parameter, winamp runs and plays the "winamp; it really kicks the llama's ass!"
Does anyone noes how to disable this? Please msg me for this info...
Program: WinRAR
Version: v3.20
Home: http://www.rarsoft.com/rar_archiver.htm
Command line: winrar.exe /s
Setup program: Gestionnaire Intégré d'Archives Multifonctions (?)
Comments: This command line opens, after the installation, the start menu folder of winrar.
Anyone knows how to disable this?
Program: Microsoft Windows Media Player
Version: 9
Home: http://www.microsoft.com/windows/windowsmedia/9series/player.aspx
Command line: wmp9.exe /Q:A /R:N
Setup program: ?
Program: ZoneAlarm Pro
Version: 3.7.159
Home: http://www.zonelabs.com/store/content/home.jsp
Command line: zap.exe /S /noreboot
Setup program: Wise (?)
Hope this will help you! If you have any others, please post them!!!
I'm still looking for Netscape Navigator v7.02... Does anyone knows how to make an unattended/silent installation of Netscape?
If so, is it possible to preconfigure accounts?
tanx
I was looking for information on silent install of some program (to use with an unattended installation of windows xp) But since the documentation is not as good as it could be on the web, why not make a reference right here?
I'll start with the program I was able to silently install:
Program: CompleASPI
Version: v4.60
Home: ?
Command line: compel.exe /verysilent /sp- /norestart
Setup program: ?
Program: Command Prompt Explorer Bar
Version: v1.1
Home: http://www.codeproject.com/csharp/CommandBar.asp
Command line: Cmdbar.msi /qn
Setup program: Windows installer
Program: ConTEXT
Version: v0.97.2a
Home: http://www.fixedsys.com/context
Command line: context.exe /verysilent
Setup program: ?
Program: DirectX
Version: v9.0a
Home: http://www.microsoft.com/directx
Command line: dxsetup.exe /install /silent
Setup program: ?
Comment: Download the package, then extract its content. You should have 10 files. DX9 does not seems to support the silent install, so download the DX8.1, do the same, and change the DX9's dxsetup.exe for the DX8.1 one. Ok it's not the best, but it works
Program: Java Runtime Environment
Version: 1.4.1_02
Home: http://java.sun.com
Command line: jre.exe -s -a -iexplorer -netscape6 -s -f1"<path>setup.iss"
Setup program: Install Shield
Comment: You first have to install the JRE with the command
jre.exe -a -r -f1"C:\setup.iss"
This will create a respond file with the parameters you will enter during the setup. After
the file is created, it can be use for silent installation. Now put this response file
with the jre.exe (or whatever you renamed it) and run:
jre.exe -s -a -iexplorer -netscape6 -s -f1"<path>setup.iss"
For more information, go check: http://java.sun.com/j2se/1.4.1/docs/guide/plugin/developer_guide/silent.html
Program: Adobe Acrobat Reader
Version: 6
Home: www.adobe.com
Command line: acrobat.exe -s
Comment: Like with Java, you have to create first a reponse file. Use the "-r" parameter for this (acrobat.exe -r) and then install the app. After, go in you rC:\Windows folder and take the setup.iss file. Put it in the same directory as the installer. Run the installer with "-s"
For more information, go see here: http://www.adobe.com/support/techdocs/2cc1e.htm?code=TA
Program: Resplendent Registrar
Version: v3.21 (Build 321.30321)
Home: http://www.resplendence.com/registrar
Command line: regist.exe /S
Setup program: Wise
Program: TweakXP Pro
Version: v2.0.10
Home: http://www.totalidea.com/frameset-tweakxp.htm
Command line: tweakxp.exe /qn
Setup program: Windows Installer
Program: Microsoft Visual Basic 6 Runtime Environment
Version: 6.0 (SP5)
Home: http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en
Command line: vbrun6.exe /Q
Setup program: ?
Program: winamp.exe /S
Version: 2.91 (Not tested with v3)
Home: http://classic.winamp.com/
Command line: winamp.exe /S
Setup program: Nullsoft installer
Comments: After installation with the "/S" parameter, winamp runs and plays the "winamp; it really kicks the llama's ass!"
Does anyone noes how to disable this? Please msg me for this info...
Program: WinRAR
Version: v3.20
Home: http://www.rarsoft.com/rar_archiver.htm
Command line: winrar.exe /s
Setup program: Gestionnaire Intégré d'Archives Multifonctions (?)
Comments: This command line opens, after the installation, the start menu folder of winrar.
Anyone knows how to disable this?
Program: Microsoft Windows Media Player
Version: 9
Home: http://www.microsoft.com/windows/windowsmedia/9series/player.aspx
Command line: wmp9.exe /Q:A /R:N
Setup program: ?
Program: ZoneAlarm Pro
Version: 3.7.159
Home: http://www.zonelabs.com/store/content/home.jsp
Command line: zap.exe /S /noreboot
Setup program: Wise (?)
Hope this will help you! If you have any others, please post them!!!
I'm still looking for Netscape Navigator v7.02... Does anyone knows how to make an unattended/silent installation of Netscape?
If so, is it possible to preconfigure accounts?
tanx
Last edited: