SRJ Posted January 21, 2007 Posted January 21, 2007 When did nLite stop supporting Siginet Integrator's [WINntsif] entries.ini directive? Have I missed something here?
RaGhul Posted January 22, 2007 Posted January 22, 2007 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! So, could you be a little more specific? What problem are you having exactly?
SRJ Posted January 22, 2007 Author Posted January 22, 2007 The issue is that nLite does not support all the directives RVMIntegrator does. In this case the [WINntsif] directive.
Xable Posted January 24, 2007 Posted January 24, 2007 You can edit winnt.sif by using AddDirective and EditFileExample 1Will 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.cmdExample 2Will 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=1NoWaitAfterGUIMode=1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now