Register Assembly calls regasm.exe, without codegen. Use Run program if you need codegen.
Install Assembly is completely different. It creates an MSI database entry for your assembly, so that it is properly installed as an assembly. You can install to the GAC with this MSIcode command, or to your own application folder.
installutil.exe is called by the following two commands only:
Remove Assemblies and Run .NET Installer Class.
_________________
Michael Nesmith
InstallAware
Hello, I'm having absolutely no luck with this. I have a .NET 2.0 assembly with COM interop that I've tried everything posted on this forum. The assembly is fine ... I've tested it with InstallShield Express 11.5 and the assembly is fine. I just can't get it to register with IA7.0. When I manually register it from the command line, it doesn't require /codebase either, although when trying to use Run Program in IA7.0 I am using the /codebase option.
Any sample or snippet much appreciated!