Everything posted by HiDefHusker
-
Looking for ‘new’ silent switch for AVG Free 8.0
I got the same thing when running it from SVCPACK. It works okay from RunOnceEx (WPI).
-
SP3 How to slipstream IE7 and WMP 11 first and then SP3 ?
SP3 supposedly includes all updates for IE7 and WMP11. Otherwise people could still have vulnerabilities after applying SP3. It would've been better if they'd just included IE7 and WMP11 in SP3. Apparently these updates aren't useful for slipstreaming. Edit: After examining SP3, I don't see any updates for IE7 or WMP11. Shrug.
-
SP3 How to slipstream IE7 and WMP 11 first and then SP3 ?
I tried IE7 and WMP11 before SP3 and received the following error while integrating SP3. service pack cannot be integrated into a destination that also has integrated software update
-
[Release] Adobe Reader 9.0 Lite
It would be nice to have acroform.dll included....
-
Visual Effects still not working?
I stand corrected. It does work if I apply the registry values from cmdlines.txt (T-12). Thanks!!
-
Visual Effects still not working?
Not for me....
-
Visual Effects still not working?
I'll jump in here. I have the same problem. I am using a non-nLite winnt.sif.
-
HIVESYS.INF enhancement request
Nevermind. I figured out how to do this without nLite changes. Here is my entries_ZoneAlarm.ini file for my ZoneAlarm addon. ;Made by HiDefHusker [general] builddate=2006/07/03 description=ZoneAlarm language=English title=ZoneAlarm version=6.5.722.000 website=http://www.zonealarm.com/ [EditFile] I386\HIVESYS.INF,AddReg,HIVESYS.AddReg I386\SVCPACK.INF,SetupHotfixesToRun,SVCPACK.AddProgram [HIVESYS.AddReg] HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","TEMP",0x00020000,"%%SystemRoot%%\TEMP" HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","TMP",0x00020000,"%%SystemRoot%%\TEMP" [SVCPACK.AddProgram] zlsSetup_65_722_000_en.exe /s /noreboot
-
HIVESYS.INF enhancement request
I have been moving my RunOnceEx app installs to T-13 addon packs. I have found that the "TEMP" and "TMP" environment variables are not defined yet at T-13. This causes many installers to use the current directory (C:\Documents and Settings\Default User) to create their temporary files. Many installers don't clean up after themselves so this leaves a bunch of garbage files in the "Default User" directory. This directory is used to create all other user profiles and so they also get the garbage. It also causes the ZoneAlarm installer to generate an error dialog (I have a kludge to workaround that, but it's still a kludge). I am proposing that nLite always add the following entries to HIVESYS.INF. This makes "TEMP" and "TMP" be defined for all T-13 installers. I have tested this and it works nicely. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","TEMP",0x00020000,"%%SystemRoot%%\TEMP" HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","TMP",0x00020000,"%%SystemRoot%%\TEMP" BTW, Thanks for nLite!!!