Jump to content

WinISO 5.3?


Chris Lee

Recommended Posts


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.CMD

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

Link to comment
Share on other sites

  • 1 month later...

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

Link to comment
Share on other sites

Always to my rescue! :rolleyes:

But i still got nothin' :D 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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...