March 27, 200521 yr I have downloaded VMware and want to start testing my WPI to see if my apps will install silently. Can someone please guide me on how I would do this?Thanks!
March 28, 200521 yr somehow get the directory mounted as a cd, you can share the directory and mount it in the virtual machine then just run the wpi.cmd file
March 28, 200521 yr You can use CDImage as a CD in VMWare. Set the .iso file as cdrom. then boot your VM and make sure that cdrom is first in boot sequence. The image you made will work as a "cdrom". Make sure you correct the error in the WPI.cmd file to prevent getting the message "can't find d:...."Find this text inside your WPI.cmd:REM Make WPI driectory the current directoryfor /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO ECHO %%i:cd "%WPIPATH%"and replace it with:REM Make WPI driectory the current directoryfor /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i:cd "%WPIPATH%"
Create an account or sign in to comment