Jump to content

Recommended Posts

Posted (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=%~dp0

to

REM 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.cmd

Do 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 by Nakatomi2010

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...