Im doing the Deferred CA Lua Script . When it compiles I got an error
\setup.wxs(1941) : warning LGHT1076 : ICE68: Even though custom action 'SETCONFIGUREWF' is marked to be elevated (with attribute msidbCustomActionTypeNoImpersonate), it will not be run with elevated privileges because it's not deferred (with attribute msidbCustomActionTypeInScript).
setup.wxs(1941) : error LGHT0204 : ICE68: Invalid custom action type for action 'SETCONFIGUREWF'.
Fixing this would require direct modification in msi file by setting my Set Property CA type to 51 . How to fix it in MSI factory ?
\setup.wxs(1941) : warning LGHT1076 : ICE68: Even though custom action 'SETCONFIGUREWF' is marked to be elevated (with attribute msidbCustomActionTypeNoImpersonate), it will not be run with elevated privileges because it's not deferred (with attribute msidbCustomActionTypeInScript).
setup.wxs(1941) : error LGHT0204 : ICE68: Invalid custom action type for action 'SETCONFIGUREWF'.
Fixing this would require direct modification in msi file by setting my Set Property CA type to 51 . How to fix it in MSI factory ?
Comment