I have one custom action that is executed all the time (doesn't have any condition). This custom action is "deferred" and get correctly the value on fresh install or upgrade, but in repair mode the value passed is empty. In setup log the value is shown with correctly, but in custom action the value is ''. Is correct that in repair the value to be always null?
Asked
Active
Viewed 241 times
0
-
The value for the property is given from command line to msi setup. – ctescu Apr 20 '12 at 13:33
-
1What command line are you using? – Cosmin Apr 23 '12 at 06:58
-
msiexec /fpecms .... Property='value' – ctescu Apr 23 '12 at 13:41
-
did you try to make it public and secure ? – MK. May 10 '12 at 08:47
-
Public yes, secure no. I will try thanks. – ctescu May 10 '12 at 09:00