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?