Help - Search - Members - Calendar
Full Version: WinISO 5.3?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Chris Lee
How can I register WinISO 5.3? Using Reg perhaps?
WwTIPPYwW
QUOTE (Chris Lee @ Apr 5 2004, 07:00 PM)
How can I register WinISO 5.3? Using Reg perhaps?

CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WinISO]
"UserName"="xxx"
"Registration"="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"



My START.CMD
CODE
ECHO.
ECHO Extracting WinISO 5.3
ECHO Please wait...
start /wait %systemdrive%\install\Applications\winiso53i.exe /s

ECHO.
ECHO Installing WinISO 5.3
ECHO Please wait...
start /wait %systemdrive%\install\Applications\winiso53\WINISO53.EXE /VERYSILENT /SP-

ECHO.
ECHO Killing WinISO.exe process
ECHO Please wait...
taskkill.exe /F /IM winiso.exe

ECHO.
ECHO Registering WinISO 5.3
ECHO Please wait...
REGEDIT /S %systemdrive%\install\Applications\winiso53\winiso.reg
Chris Lee
Alright thanks, I will try that.
RoryFED
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" /f
REG ADD %KEY%\010 /V 1 /D "%CDROM%\WinISO\winiso53.exe /VERYSILENT /SP" /f
REG ADD %KEY%\010 /V 2 /D "%CDROM%\WinISO\winiso.reg" /f



Any Ideas would be greatly appreciated.

Thanks,

0007
Alanoll
the prompt is being causes by REGEDIT. Make sure you ahve the /S switch BEFORE the registry file.
RoryFED
Always to my rescue! smile.gif

But i still got nothin' sad.gif 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 wacko.gif

later,

0007
Strat79
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" /f


Could be wrong though.
RoryFED
I will have to give it try. Thanks.
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.