Ctwizzy Posted March 27, 2005 Posted March 27, 2005 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!
Swimming_Bird Posted March 28, 2005 Posted March 28, 2005 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
seabird Posted March 28, 2005 Posted March 28, 2005 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%"
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