Help - Search - Members - Calendar
Full Version: Some switches (cannot find them here) for my Apps
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
molski
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
nateklomp
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:
CODE
start /wait CLONECD.EXE /S
Also:
CODE
start /wait ULTRAISO.EXE /VERYSILENT /SP-
and, finally:
CODE
[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!
molski
@nateklomp

Sorry...sometimes a have a little fight with the keys on my keyboard. It has to be version 5 indeed smile.gif

Thanks for the UltraISO stuff.
molski
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?
Astalavista
ultraiso 7 is out
CoffeeFiend
QUOTE (Astalavista @ Oct 15 2004, 06:42 AM)
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:

CODE
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.
shakko
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.gif
Nologic
Yeah you could try my incomplete AutoIt script...it gets it installed and thats about it...I don't own the app so...CloneDVD
yoz7120
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
Koentje
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




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.