Jump to content

Some switches (cannot find them here) for my Apps


molski

Recommended Posts

Good morning,

I played around with WPI 2.8.2 last night and I like the program very much...it's awesome!

I deleted and added programs so I got everything on it I always use.

For some programs I use I found the switches to install it, but for some programs I cannot find the switches. Is there an easy way for me to find out what switches my programs need (including the adding of serial numbers (and install-path?) )?

This is a list of programs that I don't know the switches for, maybe someone here knows it?

- AntiVir XP Personal Edition (no serial required)

- dBpowerAMP Music Converter (no serial required)

- CloneCD 6 (serial needed)

- CloneDVD2 (serial needed)

- UltraISO 7 (serial needed)

- Remote Administrator 2.2 (serial needed)

- Remote Administrator Viewer 3 (no serial required)

- WinSCP 3.6.8 (no serial required)

- AutoPlay Menu Builder 4.1 (serial needed)

- nLite 0.99b (no serial required)

- Powerquest Drive Image 7 (serial needed)

- VmWare Workstation 4.5.1 (serial needed)

Molski

Link to comment
Share on other sites


Dude, CloneCD is only at version 5.0.3.1 as of October 11...unless you're visiting from the future-->;)

But here's the switch anyway:

start /wait CLONECD.EXE /S

Also:

start /wait ULTRAISO.EXE /VERYSILENT /SP-

and, finally:

[HKEY_CURRENT_USER\SOFTWARE\EasyBoot Systems\UltraISO\5.0]
"UserName"=""
"Registration"=""

worked for me with version 7.22ME released September 9 (can't verify with 7.23ME, though).

Good Luck!

Link to comment
Share on other sites

Another question:

Do I have to put all "register" stuff in a .reg file and import that silently or something like that? If so, how do I execute such a file silently?

Or can I add all register lines in the config.js of WPI maybe?

Link to comment
Share on other sites

ultraiso 7 is out

We already knew that. What's your point?

And actually, it's not 7, its 7.2.3.901. Not like it's new or anything, and he already mentions he's using it in the first post...

@molski

BTW, registering it like that will only work on that one PC. Yes, you put that in a .reg file. Import it by regedit /s whateverfile.reg

The only other app on that list I use is CloneCD. Here's how to register it, and to disable and remove the CloneCD tray annoyance:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Elaborate Bytes\CloneCD\CDKey]
"Name"="Your Name Here"
"Serial"=hex:00,11,22,33,44,55,66,77,88,99,00,aa,bb,cc,dd,ee,ff,00,11,22,33,44,55

[HKEY_CURRENT_USER\Software\SlySoft\CloneCD\Settings]
"LogWindowOpen"=dword:00000000
"LegalNotAgain"=dword:00000001
"AutoUpdateCheck"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\CloneCD\Settings]
"CloneCDTray"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
"CloneCDTray"=-

Of course replace name and serial with your data from the registry.

Most likely CloneDVD data is kept in a very similar location. Shouldn't be hard to find.

As for the others, a registry snapshot program could help to narrow them down.

Link to comment
Share on other sites

Did anybody get CloneDVD2 v2.4.5.4 to install silently?

When I use this:

start /wait %SystemDrive%\Install\Progs\CloneDVD\CloneDVD2454.exe /S

I get the "Do you want to reboot now" window.

Any suggestions? :huh:

Link to comment
Share on other sites

I use RunOnceEx to install VMware v4.5.1, Heres the code

REG ADD %KEY%\019 /VE /D "VMware v4.5.1" /f

REG ADD %KEY%\019 /V 1 /D "msiexec -i \"%CDROM%\Software\VMware4\VMwareWorkstation.msi\" INSTALLDIR=\"C:\Program Files\VMware\VMware Workstation\" ADDLOCAL=ALL USERNAME="Your Name" SERIALNUMBER=XXXXX-XXXXX-XXXXX-XXXXX REBOOT=ReallySuppress /qn" /f

Where XXXXX_XXXXX is your serial number

Link to comment
Share on other sites

I made this line for dbPowerAMP, but I'm not quite sure if it will work. Can anyone help me?

REG ADD %KEY%\020 /VE /D "dbPowerAMP Music Converter" /f

REG ADD %KEY%\020 /V 1 /D "\"%systemdrive%\Install\Applications\dbPowerAmp\dmc-R10.exe\" "\"<Silent>"\" /f

REG ADD %KEY%\020 /V 2 /D "taskkill.exe /F /IM MusicConverter.exe" /f

Greetings Koen

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