A brief description of my question:
Can I use my own custom user variables (the way you can use [TARGETDIR]) on the registry screen of the Windows Setup project in VS2010? In particular, I need to save my strong assembly name and assembly version in the registry in order to register a COM object on a machine without an installed user with administrator rights.
I have already tried using a custom action, and I would prefer not to continue this way if possible.
Here are the specifics and what I tried:
Recently, my employer began to blindly remove the rights of all employees from their computers.
I created a C # class that is open to COM, which I used on several of my workstations, which can no longer be registered because I no longer have the appropriate permissions in HKEY_CLASSES_ROOT.
Through Googling, I learned how to register all the relevant keys under HKCU *, but now I would like to implement this in my deployment project.
I understand how to use the registry screen in Windows Setup, but there are special keys / values that need to be saved (set folder, assembly name, version).
, , Windows , () , / , () , , () // Microsoft, .
VS2008 , VS2010, , , - 2008 2010 , .
, , , ?
: , , , Windows "" , , . , MSI (Orca), , .
2: , - ; :
* RegAsm - /codebase ; /regfile. ( ) HKCR HKCU\Software\Classes.