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

   
Google Internet Forums Unattended CD/DVD Guide
shawn26
Hello everybody,

i tried to install WinISO 5.3 unattended and silent and tried this version...
QUOTE
WinISO 5.3

Switch: /VERYSILENT /SP-
Full syntax: WinISO.exe /VERYSILENT /SP-
Extraction needed: ?


but it failed. During the installation i have to press "Next" Button and "Finished"!

What was wrong?

Many ThX!

Shawn26
XtremeMaC
mine seems to work just fine
are u sure u have 5.3?

try putting the registry first....
shawn26
Yes, i have WinIso Version 5.3!

which registry XtremeMaC??

ThX!

Shawn26
shawn26
No one can help.

I cant believe!

Shawn26
LiquidSage
REGEDIT 4

[HKEY_LOCAL_MACHINE\SOFTWARE\WinISO]
"UserName"="you user name"
"Registration"="a very long sting of numbers"
"PlaySound"=dword:00000000
"Navigator"=dword:00000001
"ListStyle"=dword:00000003
"OpenFolder"=dword:00000001
"Skin"=""
"DefaultViewer"="C:\Program Files\EmEditor3\EMEDITOR.EXE"
"VirusScanner"=""
"VirusScannerParameter"=""

[HKEY_CLASSES_ROOT\WinISO]
@="CDROM Image Files"

[HKEY_CLASSES_ROOT\WinISO\DefaultIcon]
@="C:\\Program Files\\WinISO\\ISOFILE.ICO"

Tomake WinIso default iso editor add

[HKEY_CLASSES_ROOT\.iso]
@="WinISO"

to add the "open w/ winiso" r click option

[HKEY_CLASSES_ROOT\Applications\WinISO.exe\shell\Open\Command]
@="\"C:\\Program Files\\WinISO\\WinISO.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Applications\WinISO.exe\shell\Other]
@="Open with WinISO"

[HKEY_CLASSES_ROOT\Applications\WinISO.exe\shell\Other\Command]
@="\"C:\\Program Files\\WinISO\\WinISO.exe\" \"%1\""

[HKEY_CLASSES_ROOT\WinISO\Shell\Open\Command]
@="C:\\Program Files\\WinISO\\WinISO.EXE \"%1\""

[HKEY_CLASSES_ROOT\WinISO\Shell\Other]
@="Open with WinISO"

[HKEY_CLASSES_ROOT\WinISO\Shell\Other\Command]
@="C:\\Program Files\\WinISO\\WinISO.EXE \"%1\""

to use the uninstall.exe: never kept it, never looked for it.
XtremeMaC
just got the reply email
yes this is the registry u need to put
I don't know what happens in the trial version smile.gif
shawn26
Nothing happend!

Ok. I dont need WinISO any longer after completing my unattended WinXP.
So i sort it out!

Many ThX!

Shawn26
OldMan
In case you may want to install it silently (fully silent), you have to use the taskkill command.

I used this:

CODE
REG ADD %KEY%\020 /VE /D "WinISO 5.3" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\WinISO\WinISO53.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\020 /V 2 /D "taskkill /F /IM WinISO.exe" /f


The taskkill prevents WinISO from stepping through the file extension selection process....


The Old Dude
shawn26
QUOTE (OldMan @ Jan 22 2004, 03:36 PM)
CODE
REG ADD %KEY%\020 /VE /D "WinISO 5.3" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\WinISO\WinISO53.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\020 /V 2 /D "taskkill /F /IM WinISO.exe" /f

How does the "taskkill" command looks like in a batch file?

Many ThX!

Shawn26
OldMan
Shawn26,

Looks like this:
CODE
ECHO.
ECHO Installing WinISO 5.3
ECHO Please wait...
start /wait %systemdrive%\install\WinISO\WINISO53.EXE /VERYSILENT /SP-
ECHO.
ECHO Killing WinISO.exe process
taskkill.exe /F /IM winiso.exe


The Old Dude
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.