dvdgorila Posted June 1, 2005 Posted June 1, 2005 Hello all?Whats the best method to test silent installs perferably the ones with more than one switch. like winamp. Is there an easier way than compiling the unattended cd and installing in vmware/virtualpc. I appreciate any sugguestions comments you may have. Thanks in advacne.
urie Posted June 1, 2005 Posted June 1, 2005 I use this method posted by Maxxpsoft a while ago this is just an example edit to to suit your own needsSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "UnattendXP - Installing Applications" /fREM /////////////////////\\\\\\\\\\\\\\\\\\\\\\[Nero_NVE]REM NOTES: Integrated Nero Burning ROM (Package 1) and Nero VisionExpress (Package 2) into ONE setup file.REM NOTES: By vcBlackBoxREM NOTES: http://www.msfn.org/board/index.php?showtopic=40518&st=0REG ADD %KEY%\iAdd /VE /D "Nero 6.6.0.8 + Vision Express 3.1.0.0" /fREG ADD %KEY%\iAdd /V 1 /D "%SystemDrive%\Install\Nero_NVE\Nero_NVE.exe" /fREM /////////////////////\\\\\\\\\\\\\\\\\\\\\\pauserundll32.exe iernonce.dll,RunOnceExProcessEXIT REM NOTE: Just make sure you change the /V Inum /D to the number's like /V 1 /DREM What that does is run the reg install and you can see if each is sucessful , and then pause so you can check HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx key to make sure everything looks right. Then it executes the Install just like you in setup with the rundll32.exe iernonce.dll,RunOnceExProcessREM Real Handy
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now