Quote:
Originally Posted by dgnuff
Just looking in the Stubs folder, I can see the installer stubs, as well as uninst, which is obviously the uninstaller stub.
Which reminds me, what's the best way to handle registry access if I have a 64 bit installer stub and a 32 bit uninstaller stub. Should I be OK if I just specify HKCU64 / HKLM64 for both?
I'm a little curious what the effect of "SetRegView 64" will be on a program that's already 64 bit.
Or just build a 64 bit uninstaller stub and be done with it?
|
uninst is just a icon, the uninstaller is actually generated from the installer stub.
A 64-bit app is SetRegView 64 by default.