GreenMachine Posted April 29, 2004 Posted April 29, 2004 ... All my Reg Tweaks are called from RunOnceEx which is called from cmdlines.txt. Guess I'll have to change that for some of my tweaks. ...Unless you manually call the code to start RunOnceEx from SVCPACK (which I doubt ... ), the applications & such that are called from RunOnceEx will actually be executed at the first logon. Not a good thing for HKCU registry settings ...
jrzycrim Posted April 29, 2004 Posted April 29, 2004 I call RunOnceEx from cmdlines.txt. I got some modifications to make...Thanks GM.
big_gie Posted April 29, 2004 Posted April 29, 2004 In general, you NEVER want to use the HKU\GUID combination during installation. You must also import these from CMDLINES.TXT or BEFORE, if not, the current values will overwrite your imports on logoff.Good Tip about registry changes.So any HKCU settings need to be done from cmdlines.txt or before? Is it true??I need this info If this is true, it won't be possible to import default reg tweaks @ T-9 (winnt.sif's [setupParams])...That would explain my problem...Edit: Allanol reponded to this... Thanx! Usefull info...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now