Jump to content

Entries.ini and [WINntsif]


Recommended Posts

Posted

When did nLite stop supporting Siginet Integrator's [WINntsif] entries.ini directive? Have I missed something here?


Posted

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?

Posted

The issue is that nLite does not support all the directives RVMIntegrator does. In this case the [WINntsif] directive.

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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