Failed to run script function from Custom Actions
I implemented an installscript file of my own that will allow the installer to register dll's. I combined this with a custom action to actually run the function I created. I had to make this script because the dlls were failing to register with setting the property to self register. So I am stuck on how to resolve this problem with the custom action failing so that I can test my script. Below is my script: #include "Ifx.h" export prototype RegisterComponents(HWND); function RegisterComponents(hMSI) STRING sRunStr; begin sRunStr = WINSYSDIR ^ "regsvr32.exe"; LongPathToQuote(sRunStr, TRUE); /