molski Posted October 15, 2004 Posted October 15, 2004 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 Posted October 15, 2004 Posted October 15, 2004 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 /SAlso: 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!
molski Posted October 15, 2004 Author Posted October 15, 2004 @nateklompSorry...sometimes a have a little fight with the keys on my keyboard. It has to be version 5 indeed Thanks for the UltraISO stuff.
molski Posted October 15, 2004 Author Posted October 15, 2004 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?
CoffeeFiend Posted October 15, 2004 Posted October 15, 2004 ultraiso 7 is outWe 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...@molskiBTW, 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.regThe 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.
shakko Posted October 22, 2004 Posted October 22, 2004 Did anybody get CloneDVD2 v2.4.5.4 to install silently?When I use this:start /wait %SystemDrive%\Install\Progs\CloneDVD\CloneDVD2454.exe /SI get the "Do you want to reboot now" window.Any suggestions?
Nologic Posted October 22, 2004 Posted October 22, 2004 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 Posted October 22, 2004 Posted October 22, 2004 I use RunOnceEx to install VMware v4.5.1, Heres the codeREG ADD %KEY%\019 /VE /D "VMware v4.5.1" /fREG 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" /fWhere XXXXX_XXXXX is your serial number
Koentje Posted October 26, 2004 Posted October 26, 2004 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" /fREG ADD %KEY%\020 /V 1 /D "\"%systemdrive%\Install\Applications\dbPowerAmp\dmc-R10.exe\" "\"<Silent>"\" /fREG ADD %KEY%\020 /V 2 /D "taskkill.exe /F /IM MusicConverter.exe" /fGreetings Koen
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now