I create a .reg file by using the regasm command line options of /regfile and /codebase. Then I tried to import it, but the Advanced Installer says that the format is not valid.
Is this just because the top line of the file says REGEDIT ? How does it determine that it is not valid?
Note that I am doing this to avoid calling regasm from the command line as CA. Importing the reg file seems like a better approach, from what I have read on the internet.
I did notice that regasm complains that the name is not strong. Not sure what name it refers to. However, I compare the registry entries in the .reg file with those installed by using regasm <filename> (no options) and it appears to be the same.