Run regasm during setup

  • Thread starter Thread starter auad
  • Start date Start date
A

auad

hi,

I would like to register a dll (regasm) during the execution of my
setup using custom actions.
I don't know where to place the parameters for regasm in the custom
action.
I tried using " [TARGETDIR]\myAssembly.dll " but regasm.exe didn't run
during the execution of the setup.

regasm <myAssembly.dll> /codebase

Thanks in advance
 
auad,
Try putting your commands into a Batch (.bat) file and specify that instead.
Sometimes the macros can be a bit tricky. Put the batch file in the /bin
folder so it will be right next to the output.
Peter
 
Back
Top