Modano Posted August 11, 2009 Posted August 11, 2009 Hi everyone,trying to work with WIHU. There is one problem I want to solve. My Appz are on DVD, path:%CDROM%\Software\app1...and so on..Which command must the WIHU install.ini have? Is this possible?I don´t wabt to copy 3GB from DVD ($OEM$\$1\install\Software) to my PC.Anybody an idear?
Highspeedmac Posted October 12, 2009 Posted October 12, 2009 %SRCDRIVE% - Works for me.I know this is an old topic, and more than likely you may have found the answer, But I had the same question.Turns out the answer is right at the beginning of the online manual.here:http://www.kalytta.com/wihu.manual.php
Highspeedmac Posted October 18, 2009 Posted October 18, 2009 The above works, but for some reason it only worked in my VMware Test. When I tried to run the Installs from My cd on a real system it failed.Here is what I did to make it work.WIHUstart.cmdcmdow @ /HID@echo offIF EXIST D:\CD.txt set CDROM=D:IF EXIST E:\CD.txt set CDROM=E:IF EXIST F:\CD.txt set CDROM=F:IF EXIST G:\CD.txt set CDROM=G:IF EXIST H:\CD.txt set CDROM=H:IF EXIST I:\CD.txt set CDROM=I:IF EXIST J:\CD.txt set CDROM=J:ECHO.start /wait %CDROM%\WIHU\wihu.exe /skiprestart /skipsettingsECHO.EXITThen I placed my Software Folders within the WIHU Folder. "WIHU\Software\Productivity\VMwareSilentInstall\VMware.exe" <--ExampleThe INI commands are then written like this..;sub command 2description.2 = VMware WorkStation command.2 = %WIHU%\Software\Productivity\VMwareSilentInstall\VMware.exeselected.2 = 0Works perfectly... Everything installs from the DVD.
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