Jump to content

The Official Switches Thread Only


ViRuS2k

Recommended Posts

  • 2 weeks later...

Anyone have switches for these?

1) Wiseftp

2) Cutepdf

3) Fineprint

4) Karens Powertools - replicator

5) Power Desk Pro 5.0

6) Spybot Search and Destroy

7) Turtle Beach sound drivers

8) Total Recorder

Can post links if needed.

Thanks

Link to comment
Share on other sites

Somewhere in this topic someone asked how he could silent install a Nero Language Pack. The only answer (for as far I have seen) was copying certain files and edit a registry key. I've made a VBscript, which is alot easier...

Just download your desired language pack and place this in the same directory:(you don't have to extract it, but it's possible if you'd like that)

Set WshShell = WScript.CreateObject ("WScript.Shell")
WshShell.Run (".\NAME_OF_YOUR_LANGUAGEPACK.EXE")
WScript.Sleep 5000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{UP}"
WScript.Sleep 500
WshShell.SendKeys "~"
WScript.Sleep 500
WshShell.SendKeys "~"
WScript.Quit

Save this with the filename you wish, but don't forget the vbs-extension!

hope it's useful for someone...

Link to comment
Share on other sites

Bonkers[,Dec 27 2003, 03:13 AM]@bpollina:

ECHO.

ECHO Installing Fine Print 5.10

ECHO Please Wait...

Start /wait setup.exe /SILENT /NORESTART

EXIT

Um, is this in response to my post???

Because if it is, I'm sorry, but I think you got the program mixed up....

I'm referring to: PCDiscJockey

Thanks anyways

Link to comment
Share on other sites

  • 2 weeks later...

Zone Alarm Free 4-5-538

While trying to install Zone Alarm Free in CMDLINES.TXT, I always got this error message from Zone Alarm: "Could not find config file c:\Documents.". When I closed this error window, Windows would sent me another message stating that it ocurred an error (critical error), so that the installation was not completed successfully.

There was no way to find out what was going on. I've searched Zone Labs knowledge base but I couldn't find any help.

I wanted to install Zone Alarm in CMDLINES.TXT because the configuration would stick to all users created after this installation.

I had to change my initial procedure a little bit, but I managed to install it the way I wanted.

Here goes my solution:

1. Install Zone Alarm Free 4-5-538 in a computer running Windows XP and, after configuring it the way you want, copy the hidden file c:\WINDOWS\system32\zllictbl.dat removing the hidden attribute. This file stores some config information for Zone Alarm.

2. From this installation, export the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\Registration

3. In CMDLINES.TXT, import the following configuration to the registry (contains the user information):

(start /wait REGEDIT /S zapHKCU.reg)

---------------------------------zapHKCU.reg---------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Zone Labs\Monitor\DialogControl]

"CheckUpdateDialog"=hex(0):01,00,00,00

"RegisterDialog"=hex(0):01,00,00,00

"MoreInfoDialog"=hex(0):01,00,00,00

"AppMoreInfoDialog"=hex(0):01,00,00,00

"ShutdownDialog"=hex(0):00,00,00,00

[HKEY_CURRENT_USER\Software\Zone Labs\ZoneAlarm]

"CfgMain"=hex(0):5c,00,00,00,2c,00,00,00,00,00,00,00,d9,02,00,00,64,02,00,00,\

03,00,00,00,ff,d7,65,02,ff,f0,8d,02,ff,bd,3c,02,66,66,66,02,01,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,01,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

"TransmitDialogs"=dword:00000001

------------------------------End of zapHKCU.reg----------------------------------

3. Add to your Windows XP install CDROM, in \%OEM%\$1\install\Applications\ZoneAlarm:

zlsSetup_45_538.exe

zllictbl.dat

4. Add to the *.cmd file in GuiRunOnce:

start /wait %systemdrive%\install\Applications\ZoneAlarm\zlsSetup_45_538.exe /s /noreboot

attrib -r -h %systemdrive%\install\Applications\ZoneAlarm\zllictbl.dat

attrib -h %systemdrive%\WINDOWS\system32\zllictbl.dat

copy /Y %systemdrive%\install\Applications\ZoneAlarm\zllictbl.dat %systemdrive%\WINDOWS\system32\zllictbl.dat >nul

attrib +h %systemdrive%\WINDOWS\system32\zllictbl.dat

start /wait REGEDIT /S zapHKLM.reg

---------------------------------zapHKLM.reg---------------------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm]

"ShowLogo"=dword:00000001

"AlertTimer"=dword:00000258

"UpdateReminder"=dword:00000000

"LastAutoUpdate"=dword:400045ad

"LastManualUpdate"=dword:3fe47d9f

"HideIP"=dword:00000001

"IncomingCount"=dword:00000000

"QuarantineCount"=dword:00000000

"BlockCount"=dword:00000000

"PostSwitchbackChoice"=dword:00000000

"CurrentVersion"="4.5.538.000"

"OEM"="1012"

"ADBlockCount"=dword:00000000

"CookiesBlockCount"=dword:00000000

"URLBlockCount"=dword:00000000

"CacheClearedKB"=dword:00000000

"HackCount"=dword:00000000

"SubRemind"=dword:00000000

"RunWizards"=dword:00000000

"RunTutorial"=dword:00000000

"RunSwitchbackWizard"=dword:00000000

"RunProgramWizard"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin]

"OldSet"=dword:000186a1

"Panel"=hex:04,00,00,00,10,00,00,00,01,00,00,00,ff,01,00,00,02,00,00,00,10,00,\

00,00,02,00,00,00,ff,01,00,00,01,00,00,00,10,00,00,00,04,00,00,00,ff,01,00,\

00,01,00,00,00,10,00,00,00,08,00,00,00,ff,01,00,00,00,00,00,00,10,00,00,00,\

20,00,00,00,ff,01,00,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin\obj\00000001]

"path"="C:\\ARQUIV~1\\ZONELA~1\\ZONEAL~1\\security.zap"

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin\obj\00000002]

"path"="C:\\ARQUIV~1\\ZONELA~1\\ZONEAL~1\\firewall.zap"

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin\obj\00000004]

"path"="C:\\ARQUIV~1\\ZONELA~1\\ZONEAL~1\\programs.zap"

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin\obj\00000008]

"path"="C:\\ARQUIV~1\\ZONELA~1\\ZONEAL~1\\alert.zap"

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin\obj\00000010]

"path"="C:\\ARQUIV~1\\ZONELA~1\\ZONEAL~1\\privacy.zap"

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin\obj\00000020]

"path"="C:\\ARQUIV~1\\ZONELA~1\\ZONEAL~1\\email.zap"

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin\obj\00000080]

"path"="C:\\ARQUIV~1\\ZONELA~1\\ZONEAL~1\\filter.zap"

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\plugin\obj\00000100]

"path"="C:\\ARQUIV~1\\ZONELA~1\\ZONEAL~1\\idlock.zap"

; Here goes your personalized information - From "2." above

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\Registration]

"RegisteredOwner"="xxxxx"

"RegisteredOrganization"="xxxx"

"EMailAddr"="xxxxxxxx"

"WantEmail"="xxx"

"SurveyComputers"="xxx"

"SurveyNetConn"="xxxxxxxxxxxxxxxxxxxxxxxx"

"SurveyPeople"="xxxxxxxxxxxxxx"

"SurveyUse"="xxxxxxxxxxxx"

"OperatingSystem"="xxxxxxxxxxxxxx"

"SurveyNumComps"="xx"

"SurveyConnectType"="xxxxx"

"SurveySkillLevel"="xxxxxxxxxxx"

"SurveyPCtype"="xxxxxxxxxxxxxxxxxxxxxxx"

"FullRegistration"="xxx"

"SerialNum"="xxxxxxxxxxxxxxxxxxxxxxxxxx"

"ProductModeAtInstall"="6"

"RegLanguage"="U.S. English"

; Here goes your personalized information - From "2." above

[HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\Registration\4.5.538.000]

@=""

"ProductName"="ZoneAlarm"

"Language"="en"

"OEM"="1012"

"ProductState"="1"

"LastCheckResult"=dword:000000c8

"RegisteredSerial"="TRUE"

"LastCheckDate"=dword:xxxxxxxx

"RegisterDate"=""

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vsmon\Enum]

"0"="Root\\LEGACY_VSMON\\0000"

"Count"=dword:00000001

"NextInstance"=dword:00000001

------------------------------End of zapHKLM.reg----------------------------------

With this procedure, you don't have that nag config window asking for information after you reboot. For all users that are created, Zone Alarm is already configured.

pfear

Link to comment
Share on other sites

thanks for the ZA pro info, pfear, i was looking for it.

well, I know that this thread now resembles a dead one and is unwieldy large, but anyway, here goes some info I had discovered -

Most apps that use InstallShield or MSI for an installer support the "blah-blah.exe /A" syntax, i.e., the /A switch is something that you'd execute on the exe or the msi file yourself, and create a "network server image" for the install. In simpler terms, "setup.exe /A" allows you to create an administrative install point. Just compress and SFX the resultant folder with winrar or 7zip to see major size drops. Then, during install, run the exe to silently extract itself to a known location, and run "XYZ-app.msi /QB" to install silently. In most cases apps can be converted from "XYZ.exe /S /v/qb" to "XYZ\setup.msi /QB". An example below:

ECHO Installing Adobe Acrobat Reader 6.0.1
start /wait %systemdrive%\install\Applications\AR6.exe
start /wait %systemdrive%\install\Applications\AdobeReader6\AcroRead-6.0.1.msi /QB

I've found that this method of installing from an administrative install point works for Acrobat Reader 6, VMware 4.0.5, Partition Magic 8, Sun Java VM, and many other apps.

The biggest benefit is the space you save. The above three apps went from 45 to 33 MB for me. If you want to eliminate some junk, you can do so by deleting the win9x, NT4 and win2k related files from the administrative install point folder.

Advantages : You can cut down an installer's size by half, and also the time taken for that app to initialise setup and install is slashed.

Diskeeper 8 Pro can be installed the above way, but it for some reason it doesn't seem to like it - you keep getting error messages after install that "dkservice.exe has encountered an error and needs to be shutdown".

Also, some apps can be installed, and then copied over directly, they don't need an installer to import stuff into your "Windows\System32" and "Program Files" folders.

Some of these are -

1. Abiword 2.0.2

2. IrfanView 3.85 + plugins

3. mIRC 6.12

4. Mozilla FireBird browser 0.7

5. Mozilla ThunderBird e-mail client 0.4

6. MyIE2 web browser 0.9.13

7. Reget Download Manager 3.3

8. WinImage 6.10

Hoping this helps a lot of people slim their CD and\or add new programs to it.

Link to comment
Share on other sites

For Firebird 0.7 some registrykeys can be added to make sure most plugins, like flash etc., install correctly.

[HKEY_LOCAL_MACHINE\Software\Mozilla\Mozilla Firebird]
"GeckoVer"="1.0.1"
[HKEY_LOCAL_MACHINE\Software\Mozilla\Mozilla Firebird\bin]
"PathToExe"="C:\\program files\\MozillaFirebird\\MozillaFirebird.exe"
[HKEY_LOCAL_MACHINE\Software\Mozilla\Mozilla Firebird\Extensions]
"Plugins"="C:\\Program Files\\MozillaFirebird\\Plugins"
"Components"="C:\\Program Files\\MozillaFirebird\\Components"
[HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla]
"CurrentVersion"="1.5"

Make sure these are added before installing the plugins

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