-
That is my question. I have more than 30 registry keys and values. With registry editor in the Installer, I found I have to type in all these properties. That is really horrible. Do you know a way to copy/input whole subkey registry info into the registry editor?
-
Use the import/export featre of the registry editor.
-
Sorry if I didn't make it clear.
This is not the Registry editor for OS. I am talking about registry editor for Visual Studio Installer--a new Microsoft tool to set up registry setting for target machine registry.
To my understanding, I get to type all registry entries for my vb program into this registry editor in the installer. This could be inconvenient and typo-making. It could be helpful to have a tool/feature to batch-copy a subkey registry or file into it.
This is my first time to use Visual studio installer. I got an error when I installed the program in a target machine. A COM object failed to register.
Error 1904 module c:\program file\MyPG\MyCom.exe failed to register
HRESULT -2147024769. Contact your support personnel
Anyone has any idea? I used Associations editor to register this COM object.