Hi!
I have a problem executing my .net custom action in 9.7.
When executing the setup, I get an Error 1001, ArgumentException, string must not have length 0.
In the installer log file, I find the following:
Property(S): NetInstallerClass_inst = /LogFile= /ReqVersion=2.0.50727 /InstallType=notransaction /Action=Install "" "C:\Users\[...]\AppData\Local\Temp\NetInstallerClass_Config.xml"
When checking my old msi log files, there should be the full path to the managed dll instead of "".
Property(S): CA_CopyData_Install = /LogFile= /ReqVersion=2.0.50727 /InstallType=notransaction /Action=Install "C:\[...]\CACopyDataFiles.dll" "C:\Users\[...]\AppData\Local\Temp\dotNetCustAct.dll_Config.xml"
Do you have any idea what went wrong?
Thanks,
Alex
PS.: A also found out that the serial number textbox in the dialog is not formatted when I use the exe bootstrapper (Reqire administator set) to start the installation. When doubleclicking the msi or calling it using msiexec from an elevated command line, three textboxes are shown.
Edit:
Found the first error. The feature containing the custom action was installed advertised.