Hi;
I'm trying to get my installer to add some information to the registry but it is being ignored it seems.
I'm trying to add key name 'Morantex' beneath HKLM\Software\Microsoft\.NETFramework\AssemblyFolders
Then within the new key (Morantex) adding a simple (Default) value that points to a folder in the installation.
This looks fine in the AI IDE - the new key 'Morantex' has "create if absent" and "delete if present" set (the parent keys do not because they (should always) pre-exist).
When I run the installer it runs fine but the new key and value are never there - Ive checked spellings, refreshed regedit etc but cant see any obvious problem - what am I doing wrong?
Hugh
The Microsoft documentation for this can be found here:
http://support.microsoft.com/kb/306149