MSFN Forum: My application switches - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 5 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

My application switches Rate Topic: ***** 1 Votes

#41 User is offline   JACOBKELL 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 18-March 04

Posted 09 November 2004 - 04:43 PM

Need switch for Croatian langaue pack.


#42 User is offline   quickduck 

  • Group: Members
  • Posts: 3
  • Joined: 20-November 04

Posted 20 November 2004 - 12:23 PM

plz need switch for kaspersky antivirus personal 5
i looked all around the forum, but in vain, please help !

#43 User is offline   kirk26 

  • Group: Members
  • Posts: 2
  • Joined: 19-October 03

Posted 28 November 2004 - 10:10 AM

I currently use this


Ad-Aware 6
Install Switch: /SILENT

But it doesn't put icons on the desktop or in the program folder in the start menu. Is there a way to do this? Thanks.

#44 User is offline   MacCinv 

  • Group: Members
  • Posts: 1
  • Joined: 28-November 04

Posted 28 November 2004 - 06:29 PM

quickduck, on Nov 20 2004, 12:23 PM, said:

plz need switch for kaspersky antivirus personal 5
i looked all around the forum, but in vain, please help !

Hi,

Try this:

Echo.
Echo Installing Kaspersky Anti-Virus Personal 5.0.156
Echo Please wait...
start /wait %systemdrive%\Install\Applications\Kaspersky\Kaspersky50156.exe /S

On the folder Kapersky :
- executable (of course) : Kaspersky50156.exe
- the key in the format : Kaspersky.key.yek

#45 User is offline   mirkocosta 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 02-December 04

Posted 05 December 2004 - 02:26 PM

Hello every1
I would like to know if someone knows how to silent install quicktime alternative *without* the mediaplayer classic option.
I already know that /verysilent /sp- will make it happen but that will install mpc too.

#46 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 05 December 2004 - 07:07 PM

autoit?

#47 User is offline   RichTJ99 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 25-July 04

Posted 09 December 2004 - 01:38 PM

Hi,

I saw your thread here: http://www.msfn.org/...showtopic=20502

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.


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

OP's PM box is full

Thanks,
Rich

#48 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,363
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 10 December 2004 - 01:57 PM

Quote

Izarc 3.4.1.6
Install Switch: /qb
Extraction: None
Notes: Used custom .msi I made. PM me or download it Here if you need it.
Registry:


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

#49 User is offline   larson 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 11-August 03

Posted 17 January 2005 - 12:48 PM

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 /qb 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 contents 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
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\(program)
into a .REG file and set the appropriate command to execute that file.
Run after extraction > REGEDIT /S uninstall.reg
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
RyanVM's silent installer! How much more simple do you need it?

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
thx to the Powertoys page in the unattended guide

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
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!
Help!! If anyone knows an automated method of fixing the PCC/Firefox incompatibility (having to do with %userprofile%\Application Data\Mozilla\Firefox\REGISTRY.DAT), their help would be much appreciated! (I'm  currently looking at other programs in case this is impossible!)


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
ffcustom.exe overwrites the default prefs.js 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!!


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
mozilla.reg makes Firefox and Thunderbird the default Start menu applications!

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
The three installers above are all Inno Setup-based, so I've created INFs to configure the silent installation for each.

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
These two are NSIS-based; I've created WinRAR SFX's to install them silently, create shortcuts, make them uninstallable, and register Winamp Pro!

REG ADD %KEY%\011 /vE /D "Trillian Pro 3.0" /f
REG ADD %KEY%\011 /V 1 /D "%systemdrive%\install\trillianpro3.exe" /f
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.

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

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
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.


REG ADD %KEY%\014 /VE /D "Remove temporary folders" /f
REG ADD %KEY%\014 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f
EXIT


#50 User is offline   -= Mancubus =- 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 01-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 January 2005 - 10:43 AM

larson, on Jan 17 2005, 12:48 PM, said:

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
The three installers above are all Inno Setup-based, so I've created INFs to configure the silent installation for each.

How to make those inf-s? Could you be so kind to post an example here?

#51 User is offline   nowarez 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 26-November 03

Posted 01 February 2005 - 08:31 AM

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"

#52 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,338
  • Joined: 02-December 03

Posted 01 February 2005 - 08:59 AM

First good job

Second, pls edit Photoshop that is not the correct switch, and remove all your "homemade" for those
will not apply to anyone but you, therefore useless 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.

#53 User is offline   nowarez 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 26-November 03

Posted 01 February 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.

#54 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 01 February 2005 - 01:39 PM

nowarez, on Feb 1 2005, 11:01 AM, said:

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.

please use some formatting in there. Code tags perhaps or SOMETHING. It jsut lookslike a random assortment of text rather then something useful.

#55 User is offline   larson 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 11-August 03

Posted 05 February 2005 - 11:55 AM

@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:
D:\Apps\(Codecs)\klmcodec116.exe /SAVEINF="D:\Apps\(Codecs)\klmsilent.inf"

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:
%systemdrive%\install\klmcodec116.exe /LOADINF="%systemdrive\install\klmsilent.inf" /SILENT

Edit: Actually, I think /SP- 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.

#56 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 06 February 2005 - 01:33 AM

nowarez, on Feb 1 2005, 08:31 AM, said:

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

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?

#57 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 18 February 2005 - 01:14 PM

plz how can I pskill yahoo pager! I don't know where to put pskill Command
I'm using ExRunOnce
excuse me coz i'm bit a starter in the unattnded Realm!@

#58 User is offline   Brianstein 

  • Group: Members
  • Posts: 3
  • Joined: 20-February 05

Posted 20 February 2005 - 02:35 PM

To install Internet Explorer 6 SP1:

Get the Internet Explorer Administration Kit at:

http://www.microsoft.com/windows/ieak/down...6/ieak6sp1.mspx

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.... :(

#59 User is offline   Next_Gate 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 01-November 03

Posted 26 February 2005 - 01:35 PM

Microsoft Money 2005
Install Switch: setup.exe /qn

#60 User is offline   SpaceWilly 

  • Group: Members
  • Posts: 6
  • Joined: 26-February 05

Posted 27 February 2005 - 11:14 AM

DBPowerAmp R11.1
setup.exe <Silent>

Share this topic:


  • 5 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy