How to register an EXE with /RegServer
Posted: Fri Jun 29, 2007 12:29 am
How can I register an EXE?
I tried this but it didn't work:
I could register it manually myself after installing the application using Run, Cmd and typing the foxhhelp7.exe /RegServer line.
How do I get InstallAware to implement that line?
I tried this but it didn't work:
Code: Select all
if Variable ADVERTISE Equals TRUE
Apply Advertised (get result into variable SUCCESS)
else
Apply Install (get result into variable SUCCESS)
if Variable SUCCESS Equals TRUE
if Variable SUCCESS not Equals Cancel
Run Program $TARGETDIR$\\foxhhelp7.exe /RegServer
I could register it manually myself after installing the application using Run, Cmd and typing the foxhhelp7.exe /RegServer line.
How do I get InstallAware to implement that line?