Nakatomi2010 Posted October 18, 2005 Posted October 18, 2005 (edited) I'm assuming to run WPI from CDROM it's simply changing:REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%.set wpipath=%~dp0toREM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%.set wpipath=%cdrom%\install\wpi1\wpi.cmd (Or wherever it's isntalled...)then in the winnt.sif file I'd put [GUIRunOnce]Command1=%CDROM%\install\wpi1\wpi.cmdDo I need to define %CDROM% in WINNT.SIF, or will it know?Also, on a slightly unrelated note... I've been having a few install problems...When I install Adobe, because it's a .msi Microsoft Antispyware wont install and neither will Java, I'm assuming that they're all being launched in order, but why aren't they installing? I can run WPI afterwards, cancel out everything but those, and they run fine, so the coding is fine... Am I missing something? Edited October 18, 2005 by Nakatomi2010
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