Jump to content

Recommended Posts

Posted

Thanks - just tested again with :

start /wait %systemdrive%\install\Applications\Sygate\pspf1.exe /-s -f1

This works virtually to the end. It stops on a final screen asking to finish?

How do I accept this... if this answer is here then its sorted :-)

cheers


Posted
anyone has any clues how to install serene aquarium and the registry key.thanks

Make a WinRar SFX file add Fish.scr

put this in your commant:

silent=2

path=%systemroot%\system32\

save as Fish.exe

now the reg file:

;-------------------------------------------------------------------------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SereneScreen\SereneAquarium]

"Code"="XXXXXXXXXXXX"

"Screen"=hex:00

"Sound"=hex:01

"Volume"=hex:18,fc,ff,ff

"BubbleColumn"=hex:01

"AutoLights"=hex:01

"BackgroundLights"=hex:64

"ForegroundLights"=hex:64

"MouseExit"=hex:01

"Blankspace"=hex:00

"CalcNormals"=hex:00

"OnTop"=hex:00

"DisableSleep"=hex:00

"NoDuplicateRandom"=hex:01

"Fish1"="Yellow_Tang"

"Fish2"="Golden_Butterflyfish"

"Fish3"="Powder_Blue_Tang"

"Fish4"="Flame_Angel"

"Fish5"="< RANDOM >"

"Fish6"="< RANDOM >"

"Fish7"="< RANDOM >"

;-----------------------------------------------------------------------------------------------------------

Save as Fish.reg

("Code"="XXXXXXXXXXXX" your own serial )

CMD text:

start /wait %systemdrive%\install\SCNSAVER\Fish.exe

REGEDIT /S %systemdrive%\install\SCNSAVER\FISH.reg

Posted

hi

does anybody know the unattend switch for

winoncd5 or/and winoncd6

i found setup.exe /s /V/QB

But i want to unselect direct cd ...... and query the serial with silent switching.

thx

Posted

For anyone that installs the Kazaalite codec pack there are switches for altering the default install options. For instance I wanted an mpeg2 codec installed as well so Paul, the developer of KL, sent me this;

Based on K-Lite Codec Pack 2.06 full

installername /verysilent [/DIR=x:\dirname][/GROUP=folder name] [/NOICONS] /COMPONENTS="bsplayer,divx,divxdec,divxmpeg4,xvid,xviddec,3ivx,wmv,dvd,nompeg2,mpeg2ligos,mpeg2elecard,indeo

,indeo4,indeo32,i263,msmpeg4,huffyuv,mp3audio,wmaaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbi

ssplitter,matroska,matrixmixer,divxaf,mmswitch,fourcc,gspot,disg400,disffdshow"

The commands between brackets are optional.

You can edit the components parameter to install only certain components. Now it includes ALL of them, so edit it first!

What you need:

installername /verysilent /COMPONENTS="bsplayer,divx,divxdec,xvid,xviddec,3ivx,wmv,dvd,mpeg2ligos,indeo,indeo4,indeo32,i263,mp3audio,w

maaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbissplitter,matroska,fourcc,gspot,disg400,disffds

how"

Incidentally a new codec pack inclusive of the Real and Quicktime alternative's is imminent. http://www.klboard.ath.cx/index.php?

Posted

Well does anyone know how to bypass the connection speed in unattended mode installing real alternative 1.08?

I'm using /VERYSILENT /SP-

Also anyone has found out the switch for winzip8sr1 & regcleaner & for office 2k3?

Posted

there is a real alternative 1.09 and those switches work for me

EDIT....apologies I was using an earlier version of realalternative and since changing I have same problem with connection speed prompt!

Further EDIT.......http://www.klboard.ath.cx/index.php?showtopic=72358&st=0entry565147

Paul(developer KLcodec) says no way to supress connection speed prompt! :/

Posted

My silent installs:

Silently install any version of AIM:

aim.exe /silent

This will silently install aim, but it will also install the aol advertising and reset your homepage to netscape.com. You might want to have you unattended install do this:

REM Removing AIM advertising

copy /Y %windir%\Apps\AIM\aim.odl %programfiles%\AIM95\aim.odl

rem resets homepage because of aim

%windir%\System32\rundll32.exe setupapi,InstallHinfSection RestoreHomePage 132 %windir%\inf\iereset.inf

rem deletes shortcuts left by aim

regedit.exe /s %windir%\Apps\AIM\delaim.reg

rem deletes shortcuts left by aim

del "%allusersprofile%\Desktop\*.lnk"

del "%allusersprofile%\Desktop\*.url"

del "%allusersprofile%\Start Menu\Free AOL & Unlimited Internet.url"

del "%userprofile%\Desktop\Free AOL & Unlimited Internet.url"

del "%allusersprofile%\Favorites\Free AOL & Unlimited Internet.url"

del "%userprofile%\Favorites\Free AOL & Unlimited Internet.url"

Silent install any version of directx9 (dx):

There's an OPK version floating around that supports silent commands. However, using a simple hexedit you can enable the silent commands in dxsetup.exe. I'm not going to post how to hexedit dxsetup.exe.

dxsetup.exe /OPK

Hexworks 4.0:

Use the installshield switch -r to make an .iss file.

XP ISO Power toy:

msiexec /i Setup.msi /qn

Norton antivirus 8.x corp:

navclnt.exe /qn

Nero 5.x.x:

nero /silent /noreboot

To register nero import these .reg files:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Info]

@=""

"User"="Unattended"

"Company"="Install"

"Serial5"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

"HaveReadSNFromFile"=dword:00000000

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]

@=""

"User"="Unattended"

"Company"="Install"

"Serial5"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

"HaveReadSNFromFile"=dword:00000000

Here's a list of all nero's unattend switches:

Usage: setup [/PARAMETER].  /SILENT...-.display no message boxes.  /NOCANCEL...-.disable Cancel button in Process installation dialog.  /NOREBOOT...-.disable Reboot button in Bye dialog.  /NOLICENCE...-.do not display Licence page.  /MULTIMGR...-.enable Meta installer support.  /CHECK_SUPREC..-.check for supported recorders.  /PATH=....-.indicate the target path.  /LANGUAGE=...-.indicate explicitly installing languages.  /LOG:<filename>.-.indicate path to the logging file.  /LOGLEVEL:<level>.-.indicate log level (DEBUG,INFO).  /SXF....-.indicate that setup is started from a sfx-file...NOK.OK

Raxco Perfect Disk 5.x and 6.x:

Extract files to temp folder then run this command:

msiexec /i Perfectdisk.msi /q

Windows XP Support tools (not supported):

%windir%\Apps\SupTools\Suptools.msi /qb

WinDVD 5.x:

Use -r switch to make an .iss file.

Winrar x.x:

I made a custom installer that installs the .key and stuff. MSG me for more information.

WMP9:

%windir%\Apps\WMP9\wmp9.exe /Q:A /R:N

That's it for now.

-gosh

Posted

TightVNC

Availability Open Source

Details This is an Inno installer, so just use the /silent switch. (TightVNC's own installation instructions say to use /sp- /verysilent, but I have not found this to be necessary.)

Example tightvnc.bat

Posted
Winrar x.x:

I made a custom installer that installs the .key and stuff.  MSG me for more information.

I have the 3.1b5 version and I'll use this :

echo Installing Winrar 3.1b5
start /wait %systemdrive%\Install\wrar31b5.exe /silent
copy "%systemdrive%\Install\RARREG.KEY" "%systemdrive%\program files\WinRAR\"

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