Jump to content

Entries.ini and [WINntsif]


SRJ

Recommended Posts


Ryan and nuhi work together to make sure their apps/packs work together.

I often add Ryan's pack with Integrator, and then use nlite to tweak xp further.

I've done many combinations without a hitch! :D

So, could you be a little more specific? What problem are you having exactly?

Link to comment
Share on other sites

You can edit winnt.sif by using AddDirective and EditFile

Example 1

Will create a new directive and add a line under it:

; Createing [GuiRunOnce] directive in WINNT.SIF

[AddDirective]

WINNT.SIF,GuiRunOnce

; Adding a line under the created directive

[EditFile]

WINNT.SIF,GuiRunOnce,GuiRunOnce

[GuiRunOnce]

%systemdrive%\install\start.cmd

Example 2

Will add lines to an existing directive, notice how multiple lines can be added:

; Adding lines to an existing directive

[EditFile]

WINNT.SIF,Unattended,Unattended

[unattended]

WaitForReboot="No"

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

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