Jump to content

My application switches


Strat79

Recommended Posts


Hi,

I saw your thread here: [url="http://www.msfn.org/board/index.php?showtopic=20502"]http://www.msfn.org/board/index.php?showtopic=20502[/url]

[quote]Kazaa Lite Resurrection 0.7.5
Install Switch: Use Auto IT script I made. PM me or download it Here if you need it.[/quote]

The download doesnt work. Anyone know where to get a newer verison of the switch script?

OP's PM box is full

Thanks,
Rich
Link to comment
Share on other sites

[quote][b]Izarc 3.4.1.6[/b]
Install Switch: /qb
Extraction: None
Notes: Used custom .msi I made. PM me or download it [url="http://strat79.72r.net/izarc.rar"]Here[/url] if you need it.
Registry:[/quote]

I don't know if the thread starter still frequents the forum, since their PM box is full, and as per the information given, is uncontactable.

Has anyone got a copy of the msi or instructions for its creation?

TIA
Link to comment
Share on other sites

  • 1 month later...
Has anyone other than me figured out the easy way to install their MSI progs?

If you unpack the SFX EXE for programs such as Java 1.4.2_06, Kerio 4.1.2, BitDefender 7/8, and PC-cillin 2002/2003, you can install these programs from the command line with ONLY the [b]/qb[/b] switch and it will NOT reboot!

And for anyone installing programs based on Nullsoft's NSIS installer (Winamp, CDex, etc.):

Just install it, tweak it to your liking, and save the [b]contents[/b] of that program's folder into a SFX RAR... You can configure the SFX to make shortcuts on the desktop and Start Menu\Programs as it normally would...
If you're extra savvy on SFX's, you should copy the Registry key
[i]HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\(program)[/i]
into a .REG file and set the appropriate command to execute that file.
[i]Run after extraction >[/i] [b]REGEDIT /S uninstall.reg[/b]
You could even take the extra step with Winamp5 and have that same .REG file upgrade you to Pro!

RunOnceEx.cmd
[quote]@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Windows XP Post-Install" /f

REG ADD %KEY%\001 /VE /D ".NET Framework 1.1 SP1" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\netfxsp1.exe" /f
[b]RyanVM's silent installer! How much more simple do you need it?[/b]

REG ADD %KEY%\002 /VE /D "Windows XP Powertoys" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\TweakUI.msi /qb" /f
REG ADD %KEY%\002 /V 2 /D "%systemdrive%\install\CTTuner.exe /s /v/qn" /f
[b]thx to the Powertoys page in the unattended guide[/b]

REG ADD %KEY%\003 /VE /D "PC-cillin 2003" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\pcc2003\pcc.msi /qb" /f
REG ADD %KEY%\003 /V 2 /D "REGEDIT /S %systemdrive%\install\pcc2003\pcc2003.reg" /f
[b]After extracting pcc23sw1004.exe, SETUP is the only folder you need!
You can also download the latest scan engine and pattern file from Trend Micro's site and integrate those files into this installation, rather than installing/updating later!
[i]Help!![/i] If anyone knows an automated method of fixing the PCC/Firefox incompatibility (having to do with [u]%userprofile%\Application Data\Mozilla\Firefox\REGISTRY.DAT[/u]), their help would be much appreciated! (I'm  currently looking at other programs in case this is impossible!)[/b]

REG ADD %KEY%\004 /VE /D "Mozilla Firefox" /f
REG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\firefox\setup.exe -ma -ira" /f
REG ADD %KEY%\004 /V 2 /D "%systemdrive%\install\ffcustom.exe" /f
[b]ffcustom.exe overwrites the default [u]prefs.js[/u] and copies the Flash plugin DLL into its respective folder. This file does NOT create a profile!
I use the setup.exe from Mozilla, no fancy MSIs or AutoITs!![/b]

REG ADD %KEY%\005 /VE /D "Mozilla Thunderbird" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\thunderbird\setup.exe -ma -ira" /f
REG ADD %KEY%\005 /V 2 /D "REGEDIT /S %systemdrive%\install\mozilla.reg" /f
[b]mozilla.reg makes Firefox and Thunderbird the default Start menu applications![/b]

REG ADD %KEY%\006 /VE /D "Registry Mechanic 4" /f
REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\rminstall.exe /LOADINF=\"%systemdrive%\install\regmech.inf\" /SILENT" /f
REG ADD %KEY%\006 /V 2 /D "%systemdrive%\install\rmcrack.exe" /f

REG ADD %KEY%\007 /VE /D "Spybot - Search and Destroy" /f
REG ADD %KEY%\007 /V 1 /D "%systemdrive%\install\spybotsd13.exe /LOADINF=\"%systemdrive%\install\spybotsd.inf\" /SILENT" /f

REG ADD %KEY%\008 /VE /D "K-Lite Mega Codec Pack" /f
REG ADD %KEY%\008 /V 1 /D "%systemdrive%\install\klmcodec116.exe /LOADINF=\"%systemdrive%\install\klmsilent.inf\" /SILENT" /f
[b]The three installers above are all Inno Setup-based, so I've created INFs to configure the silent installation for each.[/b]

REG ADD %KEY%\009 /VE /D "CDex 1.51" /f
REG ADD %KEY%\009 /V 1 /D "%systemdrive%\install\cdex151.exe" /f

REG ADD %KEY%\010 /VE /D "Nullsoft Winamp5" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\wa508pro.exe" /f
[b]These two are NSIS-based; I've created WinRAR SFX's to install them silently, create shortcuts, make them uninstallable, and register Winamp Pro![/b]

REG ADD %KEY%\011 /vE /D "Trillian Pro 3.0" /f
REG ADD %KEY%\011 /V 1 /D "%systemdrive%\install\trillianpro3.exe" /f
[b]A really cheap SFX. I couldn't make the uninstaller drive-independent, so I wrote a batch file that deletes the Registry keys and %programfiles%\Trillian as a foolproof replacement.[/b]

REG ADD %KEY%\012 /VE /D "WinRAR 3.42 Corporate" /f
REG ADD %KEY%\012 /V 1 /D "%systemdrive%\install\wrar342ce.exe /s" /f
[b]The Corporate edition needs not be registered. Silent installation is as simple as /S.[/b]

REG ADD %KEY%\013 /VE /D "ahead Nero 5.5 Enterprise" /f
REG ADD %KEY%\013 /V 1 /D "%systemdrive%\install\nero551056\Setup.exe /SILENT /NOREBOOT" /f
REG ADD %KEY%\013 /V 2 /D "REGEDIT /S %systemdrive%\install\nero551056\nero5.reg" /f
[b]Unpack the Nero SFX into a folder and run Setup from there. I don't think you even need the /NOREBOOT switch with XP, but I'm not taking any chances.
nero.reg inserts my serial number into the Registry for the Enterprise edition.[/b]

REG ADD %KEY%\014 /VE /D "Remove temporary folders" /f
REG ADD %KEY%\014 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f
EXIT[/quote]
Link to comment
Share on other sites

  • 2 weeks later...
[quote name='larson' date='Jan 17 2005, 12:48 PM']REG ADD %KEY%\008 /VE /D "K-Lite Mega Codec Pack" /f
REG ADD %KEY%\008 /V 1 /D "%systemdrive%\install\klmcodec116.exe /LOADINF=\"%systemdrive%\install\klmsilent.inf\" /SILENT" /f
[b]The three installers above are all Inno Setup-based, so I've created INFs to configure the silent installation for each.[/b][/quote]
How to make those inf-s? Could you be so kind to post an example here?
Link to comment
Share on other sites

Hi all friends I want to show my application switches for yours.

Now to my list

7zip
7z313.exe -y /q /r:n

7z415b.exe /S

ATI catalyst drivers Radeon Family
ATI\SUPPORT\wxp-w2k-catalyst-8-09-041221m-020455c\setup.exe /K

AVG Antivirus 7.0.300a419 FREE
avg70free_300a419.exe “Winrar file”
;The comment below contains SFX script commands
Setup=avgsetup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED
Silent=1

Acdsee 7.0.61 Powerpack
REGEDIT /S acdsee.reg
ACDSee7.0PowerPack.msi /QN USERNAME=ORIGINAL ALLUSERS=1 INSTALL=FULL SLL_LICENSENUMBER=xxxxx-xxxxx-xxxxx-xxxxx REBOOT=REALLYSUPPRESS
LMClient.exe “winrar file” lmclient.dll “regfil”

Ad-Aware SE 1.05
Ad-AwareSEProfessional.exe /s

Adobe Photoshop CS 8.01 swe
PhotoshopCS\setup.exe /silent
Abcpy.ini "etit this file"
[OEM Install]
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayXPDialog=NO
DisplayTypeOfInstallDlg=NO
DisplaySelectDestDirDlg=NO
DisplayCustomDlg=NO
DisplayUserInfoDlg=NO
DisplayConfirmRegDlg=NO
DisplayStartCopyDlg=NO
DisplayFinishDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=NO
ProgGroupName=
DefaultDestDir=
FName=
LName=
MI=
UserCompanyName=
UserSerialNumber=***************
DisplayBackGround=NO
DisplayProgressBar=YES
ProgressBarStart=
ProgressBarEnd=

Adobe Photoshop Elements 2.0 swe
PHOTOSHOPELEMENTS2\setup.exe /silent
Abcpy.ini "etit this file"
[OEM Install]
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayXPDialog=NO
DisplayTypeOfInstallDlg=NO
DisplaySelectDestDirDlg=NO
DisplayCustomDlg=NO
DisplayUserInfoDlg=NO
DisplayConfirmRegDlg=NO
DisplayStartCopyDlg=NO
DisplayFinishDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=NO
ProgGroupName=
DefaultDestDir=
FName=
LName=
MI=
UserCompanyName=
UserSerialNumber=***************
DisplayBackGround=NO
DisplayProgressBar=YES
ProgressBarStart=
ProgressBarEnd=

Adobe Reader 7.0 eng
AdobeReader7.0.msi -qn

Alcohol 120%
Alcohol\setup.exe /qn /norestart

Anydvd 4.3.0.1
Anydvd4.3.0.1.exe /s

Ashampoo Burning Studio 5.0.2
AshampooBurningStudio5.0.2.exe /s

Ashampoo Movie Shrink2burn 2.11
AshampooMovieShrinkBurn2.exe /s

Azureus 2.2.0.2
AZUREUS2202
Azureus.exe /S /D=C:\Program\Azureus

CloneDVD 2.7.1.1
CloneDVD2.7.1.1.exe /s

Codecs 6022 allin1
Codecs6022_allin1.exe /s codec=Originalsubs=vobsub OGG=true AC3=true MMSWITCH=true MPEG2=true

Collage maker 2.01
CollageMaker2.01.exe /s

DAMNNFO
DAMNNFO.exe /s

DVD shrink 3.20
dvdshrink32setup.exe /silent

DotnetFix
DOTNETFX.EXE /Q:A /R:N

Dreamweaver MX2K4 v.7.0.1.1
DreamweaverMX2004.v.7.0.1.I\setup.exe /S
taskkill /F /IM iexplore.exe

F-Prot Antivirus 3.16a
F-ProtAntivirus3.16a\setup.exe /HIDDEN /INSTALLDIR=c:\Program\F-Prot /INSTALL=TYPICAL /NORUN']
taskkill /IM F-Sched.exe /F
taskkill /IM fpavupdm.exe /F
taskkill /IM FP-Win.exe /F

Flash Player 7
SilentInstallFlashPlayer7AX.exe

FlashFXP 3.17
FlashFXP3.17.exe /s
“home made”
Frontpage 2003
FRONTPAGE2K3\SETUP.exe TRANSFORMS=\install\Applications\FRONTPAGE2K3\Unattended.MST /qb-

Googletoolbar
GoogleToolbarInstaller.exe /s /qn

HighMat CD
KB831240.exe /qn

InterVideo Win DVD Creator Plus 2.0
InterVideoWinDVDCreator2\InterVideoWinDVDCreator2.exe /s

Jasc Paint Shop Pro 9.0
JPSP9.msi /qn

Leap FTP 2.73
LeapFTP2.73.exe /s

MS WORKS 7 SWE
Works7.msi /passive /norestart

Macromedia Shockwave Player 10.1.0.11
ShockwavePlayer101.0.11\mm_fl_sw_installer.msi /qn

Magic ISO 4.7
MagicISO4.7.exe
REGEDIT /S miso.reg

Microsoft AntiSpyware
MicrosoftAntiSpywareInstall.exe /s /v/qn

Mozilla Firefox 1.0 swe
MozillaFirefox.exe /s

NERO 6.0.0.6 Enterprice ED
nero6606.exe /SILENT /SN=1Axx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /NOREBOOT
NBR6606SVE.exe /SILENT /NOREBOOT

NVIDIA Display drivers 66.93
NVIDIADisplay66.93\setup.exe -k -s /f1"%cdrom%\Install\Applications\NVIDIADisplay66.93\setup.iss"

Neat Image Pro Plus4.0
NeatImagePro4.exe /s

Nero 6 Mega Plug-in Pack
NeroMegaPluginPack.exe /s

Nero InCD 4.3.1.11
Nero6\\InCD43111.exe /SILENT /SN=1Axx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /NOREBOOT

Nero WMA Plugin
WMAPlugin20933.exe /SILENT /NOREBOOT

NeroVision Express 3.0.1.27
NVE30127.exe /SILENT /SN=1Axx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /NOREBOOT
NVE30127SVE.exe /SILENT /NOREBOOT

Netscape 7.02
NSSetup-Full.exe -ms -ira -ispf

Norton Antivirus 2005 SWE
navserial.reg
NAVSetup.exe /QB /noreboot REBOOT=ReallySuppress

Norton Ghost 8.0
NortonGhost.msi /passive

Norton Internet Security 2005 swe
nis2005.reg
SYMSETUP.EXE /O REBOOT=ReallySuppress /QB

Norton Partition Magic 8.05
setup.exe /S /v/qn

Norton Systemworks 2005 Premier
CCPD-LC.reg
NSWSetup.exe /O REBOOT=ReallySuppress /qb
cmd3[pn]=['taskkill.exe /F /IM symlcsvc.exe

Office Professional SP1 2003
SETUP.exe TRANSFORMS=\install\Applications\Office2K3\Unattended.MST /qb-

OneNote 2003
SETUP.EXE TRANSFORMS=\install\Applications\OneNote\Unattended.MST /qb-

Open Office 1.1.4
OOo1.1.4\setup -r %cdrom%\Install\Applications\OOo1.1.4\response.txt

Photo Story 3
PStory.msi /quiet /passive /norestart

Picture It Photo Premium 10
PictureItPhotoPremium10\PIP\pi.msi /passive /norestart

Realplayer 10.5 Gold
RealPlayer10-5GOLD.exe -s

Serv-U 6.0.0.0
serv-u.6.0.0.0.exe
“SFX winrar”

Setup Factory 7.0.1.0
setupfactory7.0.1.0.exe /s

Spybot 1.3
spybotsd13.exe /silent

Sun Java VM 1.4.2.06
j2re-1_4_2_06-windows-i586-p.exe /s /v\"/qb IEXPLORER=1 REBOOT=ReallySuppress\

Symantec Antivirus 9.0.3.1000
SymantecAntiVirus.msi /qn INSTALLDIR=C:\Program\SymantecAntiVirus\ RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS

Symantec Client Security v2.0.3
SymantecClientSecurity.msi /qn INSTALLDIR=C:\Program\SymantecClientSecurity\ RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS

TMPG Studio 5IN1
TMPGEnc5in1.exe /S

Tolken 99 v4.2
Tolken99v.4.2.exe /s

Total Commanderv 6.50
TotalCommanderv6.50.exe /s

Tweak Now Power 2005Pro 1.5.0
fo-tnp15.exe /verysilent /sp-

Tweak UI 2.10
TweakUI.msi /qb

VBRUN 6.0 SP5
vbrun60sp5.exe /q

Win RaR 3.42
wrar342.exe /s

Winamp 5.08d Pro
Winamp5.0.8.msi Xfull=1 Xuser="Unattended" XKey="xxxxx-xxxxx-xxxxx-xxxxx" /quiet /norestart
winamp.reg

Windows Media Player 10
MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"

itunes 4.7
itunes4.7.msi

nForce 5.10 system drivers
nForce_5.10_WinXP2K_WHQL\setup.exe -k -s /f1"%cdrom%\Install\Applications\nForce_5.10_WinXP2K_WHQL\setup.iss"
Link to comment
Share on other sites

First good job

Second, pls edit [b]Photoshop[/b] that is not the correct switch, and remove all your "[b]homemade[/b]" for those
will not apply to anyone but you, [u]therefore useless [/u]for you to post.

unless u post a link to the software w/ out the keys and activation

When posting switches it is a general rule to post u give a little summary.

Like the case of Photoshop u need to edit several files to do a silent install.
And all your homemade are not applicable to this thread.
Link to comment
Share on other sites

Excuse that I forgot and that I did a small mistake in my list.

Now have I changed a little in my insert here. Changed photoshop and add Abcpy.ini

I hope that there is korekt now.
I have a little hard to explain me as that all realizes me. The thought on that my english is almost non-existing. . But I try as good I can.
Link to comment
Share on other sites

[quote name='nowarez' date='Feb 1 2005, 11:01 AM']Excuse that I forgot and that I did a small mistake in my list.

Now have I changed a little in my insert here. Changed photoshop and add Abcpy.ini

I hope that there is korekt now.
I have a little hard to explain me as that all realizes me. The thought on that my english is almost non-existing. . But I try as good I can.[/quote]
please use some formatting in there. Code tags perhaps or SOMETHING. It jsut lookslike a random assortment of text rather then something useful.
Link to comment
Share on other sites

@Mancubus:

Excuse my delay... I don't frequent the board like I should!

I learned about Inno Setup INF's from either the MSFN guide or AppDeploy.com, I forgot which. But both are very useful in finding switches.

For any installer based on Inno Setup, creating a silent installation is as simple as running the EXE from the command line with the /SAVEINF="(path)\.inf" switch.

For example:
[b]D:\Apps\(Codecs)\klmcodec116.exe /SAVEINF="D:\Apps\(Codecs)\klmsilent.inf"[/b]

Be sure to include the full path of the INF in your switch.

This will launch the installer for K-Lite Mega Codec Pack with no visual differences. Just run the setup like you would, and pick only those options you want deployed in the silent installation (warning - the Indeo codecs will cause errors, so leave them unchecked).

Then, once Setup is finished, your INF will appear where you specified.

To use this with the unattended Windows installation, simply load the INF this time around and use the /SILENT switch (I haven't come across any apps that would ask to reboot, so it's usually okay not to use /NOREBOOT.) Example:
[b]%systemdrive%\install\klmcodec116.exe /LOADINF="%systemdrive\install\klmsilent.inf" /SILENT[/b]

Edit: Actually, I think [b]/SP-[/b] was the switch I left out. That's the switch that suppresses the "Are you sure you wish to install x?" dialog. I might be wrong about /NOREBOOT; I think that's actually a switch for MSI installs. In my uncertainty, I've left the original post alone - but should anyone ever come across confirmation or reboot dialogs.... I could be right.
Link to comment
Share on other sites

[quote name='nowarez' date='Feb 1 2005, 08:31 AM']AVG Antivirus 7.0.300a419 FREE
avg70free_300a419.exe “Winrar file”
;The comment below contains SFX script commands
Setup=avgsetup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED
Silent=1[/quote]
what abt its key.
i think it will ask for key while installing.whare i can specify its key?
and u said
Setup=avgsetup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED

means do i have to extract the archive and again make sfx with the above command?
Link to comment
Share on other sites

  • 2 weeks later...

To install Internet Explorer 6 SP1:

Get the Internet Explorer Administration Kit at:

[url="http://www.microsoft.com/windows/ieak/downloads/ieak6/ieak6sp1.mspx"]http://www.microsoft.com/windows/ieak/down...6/ieak6sp1.mspx[/url]

Make sure you choose at least Corprate Install Features on the first step.

I can't figure out how to make it not restart at the end of the install though.... :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...