Jump to content

New tool! Run multiple programs from winnt.sif


Recommended Posts

If SetDevicePath.exe only manipulates registry, it should not work. Scripts above manipulates both registry & $winnt$.inf.

Why shouldn't it work if it only manipulate registry?

What are your results with editing $winnt$.inf?

Link to comment
Share on other sites


That convince me: I hate batch scripts! :D

@Bilou_Gateux:

Have you succeeded using devpath.exe and omitting winnt.sif's OemPnPDriversPath?? If so, is there something special to be done to make it work?

I'm still looking for a solution on this...

No success :no:

@idle.newbie

need a clarification about your detached.cmd batch :

%CD%

where did you set this variable ?

Is it the CDROM Drive Letter of the Windows installation CD source i386 and $oem$ ?

Link to comment
Share on other sites

  • 2 weeks later...

@Bilou_Gateux

%CD% for current full path, it's built-in environment variable, SET /? for details.

@big_qie

i don't know why setup didn't refer to HKLM\....\DevicePath.

resulting $winnt$.inf

[Unattended]
OemPnPDriversPath = "DRV;DRV\IntelINF;DRV\Raid"

resulting HKLM\....\DevicePath

DevicePath  REG_EXPAND_SZ  %SystemRoot%\INF;%SystemDrive%\DRV;%SystemDrive%\DRV\IntelINF;%SystemDrive%\DRV\Raid

Link to comment
Share on other sites

  • 1 month later...

@bie gie

Can i set vars inside the xml file ?

-->
<mt39 version="0.8.2" testingmode="0" logging="1">
<!--
   [MANDATORY]
   "version" = Your .xml version.
       It NEEDS to match the program's version

   [Optionnals]
   "testingmode" = 1 (default if not present) or 1
       mt39 will not execute files but pop you a MessageBox with informations
   "logging" = 1 (default if not present) or 1
       Will launch the logging feature if enabled
       NOT YET IMPLEMENTED
-->

where should i put the code in the xml file above ? do i need to put double quotes for the values?

i need to set 10 variables and would like not to pass all the values through the command line with /var:<A>=<audio_>:/var

where should i put the code in the xml file above ?

VariableName = VariableValue

A = audio_
B = bda_
D = dinput_w2k_
P = dplay_
H = dshow_
X = dxdiag_
G = graphics_
K = ks_
S = setup_
V = vb_

Link to comment
Share on other sites

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