January 21, 200719 yr When did nLite stop supporting Siginet Integrator's [WINntsif] entries.ini directive? Have I missed something here?
January 22, 200719 yr 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?
January 22, 200719 yr Author The issue is that nLite does not support all the directives RVMIntegrator does. In this case the [WINntsif] directive.
January 24, 200719 yr 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
Create an account or sign in to comment