PDA

View Full Version : RIS Automated Install Issues



Hiro
12-09-2005, 01:50 PM
I'm having problems with a RIS setup. Trying to get an auto build for our machines at work complete and i've got this in the SIF file for the build process:

[GuiRunOnce]

"C:\Cortez\Utils\Core\core.bat"

That core.bat file installs all the necessary software we use here. The problem is, it places that in the RunOnce of the registry, but it never kicks off and actually runs. Have to start it manually then it completes itself.

Any ideas guys?

fiestaball
12-09-2005, 03:43 PM
Try this:

[GuiRunOnce]

"%SystemDrive%\Cortez\Utils\Core\core.bat"

Hiro
12-09-2005, 04:14 PM
Try this:
[GuiRunOnce]
"%SystemDrive%\Cortez\Utils\Core\core.bat"
Forgot to mention that I had already tried this, but it just appeared to be a bug. For some reason it decided not to run if it felt it didn't want to.