I need to read and export the HKCU/Software/%ProductName% after install. I can't just archive a copy because there are variables in the setup written to the registry.
I'm sure there are command args for regedit, but can't find them.
Or maybe there is a better way...
My primary problem is install on NT, 2k, XP. Install requires Admin, so even doing runas, it only writes to the HKCU of the runas Admin. I need the reg settings for all users. I tried HKU/.Default/Software/%ProductName%, but the app just ignores it and writes it's own default settings to HKCU.
TIA,
Terry
I'm sure there are command args for regedit, but can't find them.
Or maybe there is a better way...
My primary problem is install on NT, 2k, XP. Install requires Admin, so even doing runas, it only writes to the HKCU of the runas Admin. I need the reg settings for all users. I tried HKU/.Default/Software/%ProductName%, but the app just ignores it and writes it's own default settings to HKCU.
TIA,
Terry
Comment