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
Page 1 of 1
Some switches (cannot find them here) for my Apps
#2
Posted 15 October 2004 - 02:50 AM
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:
Good Luck!
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!
#3
Posted 15 October 2004 - 03:13 AM
@nateklomp
Sorry...sometimes a have a little fight with the keys on my keyboard. It has to be version 5 indeed
Thanks for the UltraISO stuff.
Sorry...sometimes a have a little fight with the keys on my keyboard. It has to be version 5 indeed
Thanks for the UltraISO stuff.
#4
Posted 15 October 2004 - 03:26 AM
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?
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?
#6
Posted 15 October 2004 - 10:48 AM
Astalavista, on Oct 15 2004, 06:42 AM, said:
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.
#7
Posted 22 October 2004 - 07:16 AM
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?
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?
#9
Posted 22 October 2004 - 01:42 PM
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
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
#10
Posted 26 October 2004 - 11:02 AM
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
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
- ← MS Money 2004:How create unattend.mst?
- Application Installs
- Diskeeper9 and Security Center problems... →
Share this topic:
Page 1 of 1



Help
Back to top









