Chris Lee Posted April 6, 2004 Posted April 6, 2004 How can I register WinISO 5.3? Using Reg perhaps?
WwTIPPYwW Posted April 6, 2004 Posted April 6, 2004 How can I register WinISO 5.3? Using Reg perhaps?Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\WinISO]"UserName"="xxx""Registration"="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"My START.CMDECHO.ECHO Extracting WinISO 5.3ECHO Please wait...start /wait %systemdrive%\install\Applications\winiso53i.exe /sECHO.ECHO Installing WinISO 5.3ECHO Please wait...start /wait %systemdrive%\install\Applications\winiso53\WINISO53.EXE /VERYSILENT /SP-ECHO.ECHO Killing WinISO.exe processECHO Please wait...taskkill.exe /F /IM winiso.exeECHO.ECHO Registering WinISO 5.3ECHO Please wait...REGEDIT /S %systemdrive%\install\Applications\winiso53\winiso.reg
RoryFED Posted May 17, 2004 Posted May 17, 2004 I'm doing the same thing, but with RunOnceEX and also so it doesn't need to reboot so i have the "rundll32.exe iernonce.dll,RunOnceExProcess" at the end of the RunOnceEX.cmd.It promts me saying Do you want to add the registry changes to the registry now? so i have to click on OK, and then it says something that it did it correctly. So i have to press OK again. How do I bypass this in RunOnceEX????Here''s what the part where WinISO is in my cmd file...REG ADD %KEY%\010 /VE /D "WinISO 5.3" /fREG ADD %KEY%\010 /V 1 /D "%CDROM%\WinISO\winiso53.exe /VERYSILENT /SP" /fREG ADD %KEY%\010 /V 2 /D "%CDROM%\WinISO\winiso.reg" /fAny Ideas would be greatly appreciated.Thanks,0007
Alanoll Posted May 17, 2004 Posted May 17, 2004 the prompt is being causes by REGEDIT. Make sure you ahve the /S switch BEFORE the registry file.
RoryFED Posted May 17, 2004 Posted May 17, 2004 Always to my rescue! But i still got nothin' I think i've tried it every way possible and cant get it to work right. I tried doing it, but alls it did was open up the folder of the WinISO directory. It's been a long day. Maybe I will go home and take a breather.Can you quote mine and make a note of where exactly the /S is supposed to go?Thanks,Sorry 'bout the brain lapse I am having later,0007
Strat79 Posted May 18, 2004 Posted May 18, 2004 RoryFED, I think you just add REGEDIT /S right after the first " like this:REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %CDROM%\WinISO\winiso.reg" /fCould be wrong though.
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