MSFN Forum: Application Switches - Contributions Only - 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
  • 13 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Application Switches - Contributions Only Make Requests in the Main forum below Rate Topic: ***** 1 Votes

#81 User is offline   loratio 

  • Group: Members
  • Posts: 6
  • Joined: 28-August 04

Posted 28 August 2004 - 02:24 PM

Sygate Personal Firewall

Completely Silent:

RunOnceEx.cmd version:

REG ADD %KEY%\037 /VE /D "Sygate Personal Firewall 5.5" /f
REG ADD %KEY%\037 /V 1 /D "%SystemDrive%\Install\Sygate\spf.exe /qn REBOOT=Suppress" /f


Batch version
ECHO.
ECHO Installing Sygate Personal Firewall 5.5
ECHO Please wait...
START /wait %systemdrive%\install\Applications\Sygate\spf.exe /QN Reboot=Suppress


Now to the crucial part. Adding the registry keys:
Add this along with your other registry tweaks or whenever.

REGEDIT4

[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.]

[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.\Sygate Personal Firewall]

[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.\Sygate Personal Firewall]
"user_type"=dword:00000000

[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.\Sygate Personal Firewall]
"Session"=dword:00000000

;Fill in name here, MUST be filled out
[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.\Sygate Personal Firewall]
"user_name"="Your Name"

[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.\Sygate Personal Firewall]
"company_name"=""

[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.\Sygate Personal Firewall]
"position"=""

[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.\Sygate Personal Firewall]
"phone_number"=""

;Fill in Email here, MUST be filled out
[HKEY_USERS\.DEFAULT\SOFTWARE\Sygate Technologies, Inc.\Sygate Personal Firewall]
"email"="put@youremail.here"



#82 User is offline   draxx 

  • Certified Geek
  • Group: Members
  • Posts: 43
  • Joined: 06-May 03

Posted 31 August 2004 - 04:56 AM

Dont know if this has been posted elsewhere in the forum, but here goes...

nVidia Display Drivers v61.77

1. Extract with WinRAR or similar
2. use setup.exe /s /v"/qb" to silently install.

NOTE: These drivers aren't WHQL certified, so Windows lets you know this (highly annoying). v61.76 drivers ARE WHQL certified, and I would imagine this method will work for these drivers also.

#83 User is offline   pegasus1010 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 05-September 04

Posted 05 September 2004 - 07:28 PM

Quote

Now that XP SP2 is out.. is there someone have the list wich are the applications having conflict when installing it through slipstream (SP2)?

For my case Im having problem with Norton AntiVirus 7.x
Have to get the SAV V9..  :(


this works...
ECHO Installing Symantec AntiVirus Corp v9.0.0.1400
start /wait %systemdrive%\install\Applications\Sav91400\sav91400.msi /qb RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS

ECHO Updating AIP Virus Definitions
attrib -r "%systemdrive%\SAV91400\program files\Symantec AntiVirus\Virus Defs\*.*"
start /wait %systemdrive%\install\Applications\Sav91400\20040904-006-i32.exe /Extract /Q "%systemdrive%\SAV91400\program files\Symantec AntiVirus\Virus Defs"

exit


#84 User is offline   Thauzar 

  • 4th Star Learner
  • PipPipPip
  • Group: Members
  • Posts: 415
  • Joined: 10-August 04

Posted 10 September 2004 - 04:40 PM

This area should be regrouped with letters as the darklyrics.com website. Anyway, here is my contribution, I didn't go through all 10 pages of the post cause it's really not practical, but here is the switch for Tag&Rename 3.15

start/wait %systemdrive%\install\Applications\TagRename315\TagRename315.exe /VERYSILENT /SP- /NORESTART

I don't know if all the switches are needed, gonna test that now, but there shouldn't be any problems
EDIT: Tag&Rename starts up at the end of install, I will have to script autoIT so it doesn't stays open

@draxx
why not install them during the Windows XP setup? Look for the compressed drivers thread on this forum, even though Serialz method doesnt work completely, it still uncompresses the drivers to C:\Driverz and you can add this path to the OemPnpDriversPath line in you winnt.sif


@marticus
try scripting someting with AutoIT 3... I did it cause it was prompting me for an error message about scsi drivers not found...
WinWaitActive("DAEMON Tools", "", 60)
Send ("{ENTER}")


Then had to do another one for the Device Wizard telling me it had finished installing the scsi drivers
AutoItSetOption("WinTitleMatchMode", 2)
WinWaitActive("Assistant Matériel détecté", "Fin de l'Assistant Ajout de nouveau matériel détecté")
Send("{ENTER}")



Those are separate .exe cause i was new to this and didn't know how autoit manages the lines. I run daemon.exe (my autoit script compiled to exe) before launching the daemon toolz installer. I run drivers.exe at the beginning of my batch file since it doesn't have a timeout it simply waits here, if the window never pops up it'll be closed when you reboot at the end of you multiple installations.

Hope this helped

#85 User is offline   fourte3n 

  • Member
  • PipPip
  • Group: Members
  • Posts: 121
  • Joined: 17-August 04

Posted 11 September 2004 - 10:57 PM

LeechGet Silent Install:

Quote

REG ADD %KEY%\010 /VE /D "LeechGet 2004" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\LeechGet\LeechGet2004.exe /SILENT" /f
REG ADD %KEY%\010 /V 2 /D "%systemdrive%\Install\pskill\sleep.exe /5" /f
REG ADD %KEY%\010 /V 3 /D "%systemdrive%\Install\pskill\pskill LeechGet.exe" /f


Worked so far for me....

#86 User is offline   Alex 

  • Member
  • PipPip
  • Group: Members
  • Posts: 223
  • Joined: 08-September 04

Posted 12 September 2004 - 02:23 AM

@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\025 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\025 /V 1 /D "D:\Trialxpcd\Software\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"

EXIT

Could You take a look at switches? When testing (launching RunOnceEx.cmd) and rebooting nothing happens...
I am lost, man
Help...pls

Alex

#87 User is offline   dev2761 

  • Group: Members
  • Posts: 9
  • Joined: 29-January 04

Posted 14 September 2004 - 02:43 PM

Alex, on Sep 12 2004, 02:23 AM, said:

@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\025 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\025 /V 1 /D "D:\Trialxpcd\Software\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"

EXIT

Could You take a look at switches? When testing (launching RunOnceEx.cmd) and rebooting nothing happens...
I am lost, man
Help...pls

Alex

changer :

REG ADD %KEY%\025 /V 1 /D "D:\Trialxpcd\Software\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"

pour:

REG ADD %KEY%\025 /V 1 /D "%CDROM%\trialxpcd\Software\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N DisallowSystemRestore\"" /f

#88 User is offline   twilli48 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 19-September 04

Posted 19 September 2004 - 01:59 AM

xtremexxx, on Aug 5 2004, 03:58 AM, said:

Alcohol 120%

Switch: /qn
Full syntax: setup.exe /qn
Extraction needed: ?

It is not working properly , it reboots your pc after installation. Please fix.

Try this it worked for me:

setup.exe /qn REBOOT=Suppress

#89 User is offline   khadgar 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-September 04

  Posted 20 September 2004 - 06:07 AM

Silent install of QuickPar
Since the silent install puts the shortcuts in the root of your Start Menu I added some code to move them to the QuickPar folder in the All Users Start Menu ;)

ECHO.
ECHO Installing QuickPar 0.9
ECHO Please wait...
start /wait %systemdrive%\install\Applications\ToolsCompression\QuickPar\QuickPar-0.9.exe /S
md "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\QuickPar"
move "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\QuickPar.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\QuickPar\QuickPar.lnk"
move "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\Uninstall.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\QuickPar\Uninstall.lnk"

#90 User is offline   khadgar 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-September 04

Posted 20 September 2004 - 06:13 AM

twilli48, on Sep 19 2004, 01:59 AM, said:

xtremexxx, on Aug 5 2004, 03:58 AM, said:

Alcohol 120%

Switch: /qn
Full syntax: setup.exe /qn
Extraction needed: ?

It is not working properly , it reboots your pc after installation. Please fix.

Try this it worked for me:

setup.exe /qn REBOOT=Suppress

Worked for me too :D

These are the lines in my start.cmd:

ECHO.
ECHO Installing Alcohol 120% 1.9.2.1705 Retail
ECHO Please wait...
start /wait %systemdrive%\install\Applications\ToolsBurning\Alcohol120\setup.exe /qn Reboot=Suppress
REGEDIT /S %systemdrive%\install\Applications\ToolsBurning\Alcohol120\register.reg


This is the content of register.reg (removed serial ofcourse):

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%]

[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info]
"UserName"="MyUserName"
"Company"="MyCompany"
"SerialNo"="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Options]
"Language"="1033"


I have added the "Language" part to the registry file since I wanted Alcohol to start in English instead of Dutch.

#91 User is offline   rgval 

  • Group: Members
  • Posts: 1
  • Joined: 14-April 04

Posted 20 September 2004 - 10:45 AM

Silent install of Apache 2.0

I have been unable to find any command likes for Apache so I am going to pass along what I have. It is great for creating autoinstall backups of web development machines.

Download the .msi file from the Apache Website.

Since it is an .msi file the standard /QB and /QN switches.

The problem is that the installer normally customizes several things by inputs from the user.

In order to get around this I use the following line:

Apache.msi /QB INSTALLDIR="%systemdrive%" APACHEDIR="%systemdrive%\Apache2\" SERVERDOMAIN="fill in the domain here" SERVERNAME="Fill in the complete server name here" SERVERADMIN="e-mail address of server admin"

example
Apache.msi /QB INSTALLDIR="%systemdrive%" APACHEDIR="%systemdrive%\Apache2\" SERVERDOMAIN="example.net" SERVERNAME="webserver.example.net" SERVERADMIN="admin@example.net"

Of course you will have to edit the line to use your settings.

Since each of my backups are for a particular computer, the info is hardcoded into the script but if you want to use this for multiple computers, it should not be to hard to update the information based on the variable settings on the current computer.

#92 User is offline   khadgar 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-September 04

  Posted 20 September 2004 - 06:20 PM

Install applications in any directory you want

Got stuck while trying to get a Wise Installer application to perform a silent install into the directory of my choice.
First I tried to change the programfiles variable by using:
set programfiles=X:\Program Files\CustomDir

This trick didn't work for the Wise Installer but the next one did :lol:
So far I have been using this for WinRAR and QuickPar.

Start Notepad and copy and paste the following code into it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
"ProgramFilesDir"="C:\\Program Files"


Save this as progfiles.reg in the root of your $OEM$\$1\Install directory.
Now you have a reg file with the default location of the Program Files directory.

Next we're going to customize this:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
"ProgramFilesDir"="C:\\Program Files\\Tools Compression"


Save this as progfilestmp.reg in the root of your $OEM$\$1\Install directory.

In the example of WinRAR the code in my startup.cmd would look like this:

ECHO.
ECHO Installing WinRAR 3.40
ECHO Please wait...
regedit /s %systemdrive%\install\progfilestmp.reg
start /wait %systemdrive%\install\Applications\ToolsCompression\WinRAR34\wrar340.exe /s
regedit /s %systemdrive%\install\progfiles.reg

Echo Moving WinRar Start Menu Items and Shortcuts
move "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\WinRar" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Tools Compression"
DEL /Q "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\WinRar"
RD "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\WinRar"


This installs WinRAR into the Directory I specified in progfilestmp.reg and also moves the Start Menu shortcuts to the directory of my choice.

I think this might be usefull, for me it is anyway ;)

#93 User is offline   khadgar 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-September 04

Posted 25 September 2004 - 03:47 PM

Install Ad-Aware Pro 6 build 1.81

This version asks for an unlock code to be installed. With the help of this script I got around the input of this code.
The script was posted by --=ddSHADOW=-- for Ad-Aware SE Pro 1.02 but I made some modifications to make it work with Ad-Aware Pro 6.

Set WshShell = WScript.CreateObject("WScript.Shell")
'To Simulate Keystrokes 
WshShell.Run app & "%systemdrive%\install\applications\ad-aware\aaw6prob181.exe"
WScript.Sleep 5000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{TAB 3}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "C:\Program Files\Ad-aware 6"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "[I]<insert unlock code>[/I]"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.quit


#94 User is offline   khadgar 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-September 04

Posted 25 September 2004 - 04:12 PM

Install Ad-Aware SE Professional 1.05

Again thanks to --=ddSHADOW=-- who made this script for Ad-Aware SE Pro 1.02
I modified this script so it works with version 1.05 and also skips the update/scan things at the end of the setup.

Set WshShell = WScript.CreateObject("WScript.Shell")
'To Simulate Keystrokes 
WshShell.Run app & "%systemdrive%\Install\Applications\Ad-aware\aawSEPro105.exe"
WScript.Sleep 10000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{TAB 2}"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{TAB 3}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "C:\Program Files\Lavasoft\Ad-Aware SE Professional"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 10000
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.quit


Supplemental code for RegHance 2.1

Set WshShell = WScript.CreateObject("WScript.Shell")
'To Simulate Keystrokes 
WshShell.Run app & "%systemdrive%\Install\Applications\Ad-aware\aawSEProRegHance21Retail.exe"
WScript.Sleep 5000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{TAB 3}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "C:\Program Files\Lavasoft\RegHance"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{TAB 3}"
WScript.Sleep 500
WshShell.SendKeys "Lavasoft\RegHance"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 5000
WshShell.SendKeys "{ENTER}"
WScript.quit


And the commands for the start.cmd :)

ECHO.
ECHO Installing Lavasoft Ad-Aware SE Pro 1.05
ECHO Please wait...
rem start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEPro105install.vbs
ECHO.
ECHO Installing Lavasoft Ad-Aware SE Pro RegHance 2.1
start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEProRegHance21Retailinstall.vbs
ECHO.
ECHO Installing Lavasoft Ad-Aware SE Pro Plugins
start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEProPlugin\FileSpecs15.exe /s
start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEProPlugin\HexDump20.exe /s
start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEProPlugin\LSPExplorer133.exe /s
start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEProPlugin\MessengerControl122.exe /s
start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEProPlugin\OE-WIndowsMessenger11.exe /s
start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEProPlugin\TweakSE102.exe /s
start /wait %systemdrive%\install\Applications\Ad-Aware\aawSEProPlugin\VX2Cleaner103.exe /s


Now we have the full package installed ;)

#95 User is offline   edokter 

  • Group: Members
  • Posts: 3
  • Joined: 28-September 04

Posted 28 September 2004 - 01:01 PM

Visual FoxPro 8.0 unattended install with SP1

First, be sure that you have installed all the Prerequisites.

Download SP1 from the Microsoft website and extract it to any directory (for example, C:\VFP8SP1). There should be three files in it. The .msp is the one that really matters.

Copy the entire FoxPro 8.0 CD to the harddrive; lets say C:\VFP80\.
Apply the servicepack using the following
msiexec /p "C:\VFP8SP1\VFP8.0sp1-KB824071-X86-Enu.msp" /a "C:\VFP80\vs_setup.msi" /qn


Run C:\VFP80\setup\setup.exe in administrator mode to create an unattended ini file:
C:\VFP80\setup\setup.exe /createunattend unattended_VFP.ini

Make the appropiate settings. All the setting are stored in the ini file the you have specified (in this case unattended_VFP.ini).

To install FoxPro in unattended mode run:
C:\VFP80\setup\setup.exe /unattendfile unattended_VFP.ini


Voilà :)

#96 User is offline   zoobooboozoo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 01-October 04

Posted 02 October 2004 - 05:32 PM

AVG anti-virus 7 , 6 , free (any version) switch!simple silent install!

NO NEED TO EXTRUCT
NO NEED TO DO ANYTHING UNUSUALL
NO NEED TO CREATE ANY OTHER FILES
NO NEED TO.... tongue.gif

The switch is :thumbup
/HIDE

so put this in the ****.cmd:
ECHO.
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AVG\avg70t_271a363.exe /HIDE



***change the path in the CODE to your path if it is different!

#97 User is offline   Metzen 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 19-March 04

Posted 05 October 2004 - 11:53 PM

Nvidia Forceware chipset drivers:

Switch: -s -k
Full syntax: setup.exe -s -k
Extraction needed: Yes, use WinRAR prior to install.

-s = Silent
-k = no reboot

-k must ALWAYS be last

#98 User is offline   Innominandum 

  • Group: Members
  • Posts: 9
  • Joined: 15-October 04

Posted 15 October 2004 - 12:22 PM

Here is a silent install package for Parameterizer, a shell extension that allows you to run programs with parameters without using the command line.

Attached File(s)



#99 User is offline   Theimon 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 02-October 04

Posted 19 October 2004 - 10:47 AM

Here's a switch I found which works well as far as I know. Mostly useful for Dutch people (cuz it's a Dutch program) but there a few non-Dutch-speaking people who use it as well.

It's for Fill Threads Database. A program used to index Usenet, with a sort of supply and demand and stuff.

Here's my entry for Runonceex.cmd
REG ADD %KEY%\100 /VE /D "FTD 3.6.4" /f
REG ADD %KEY%\100 /V 1 /D "%CDROM%\Extra\FTD3.6.4\FTDv3.6.4.exe /S" /f
REG ADD %KEY%\100 /V 2 /D "COPY /Y %CDROM%\Extra\FTD3.6.4\profiles\*.* "C:\Program Files\FTDv3\profiles\"" /f
REG ADD %KEY%\100 /V 3 /D "taskkill /IM FTDv3.exe" /f


Copying the profile-files only applies to people who already used the program. It can be found in the install folder. When it's the first time you install it, just leave that out.

Hope it helps.

PS: If there's an error in this code, don't hesitate to notify me :)

#100 User is offline   lodar123 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 18-October 04

Posted 19 October 2004 - 05:13 PM

Switches for DVDShrink 3.2, PowerDVD XP 4.0 and Norton Antivirus 2005


REG ADD %KEY%\043 /VE /D "Norton Antivirus 2005" /f
REG ADD %KEY%\043 /V 1 /D "REGEDIT /S %systemdrive%\Install\NAV\navserial.reg" /f
REG ADD %KEY%\043 /V 2 /D "%systemdrive%\Install\NAV\NAVSETUP.exe /QB /noreboot REBOOT=ReallySuppress" /f

REG ADD %KEY%\044 /VE /D "DVD Shrink 3.2" /f
REG ADD %KEY%\044 /V 1 /D "%systemdrive%\Install\dvdshrink.exe /silent" /f

REG ADD %KEY%\045 /VE /D "PowerDVD XP 4.0" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\POWERDVD\setup.exe -S" /f


For PowerDVD, you need to create a setup.iss file with setup.exe -R (case sensitive)

navserial.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\CCPD-LC\KStore\00000082\0000000f\0000001b]
"Key"="XXXXXXXXXXXXXXXXXXXXXXXX"


Hope this helps :thumbup

Share this topic:


  • 13 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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