cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
eladef
Level 7

Use BitMask in InstallScript ?

Hi

Is it possible to use bitmask in InstallScript ?
I have an exe file that check processes and I want to run it by install script and check it return code
Labels (1)
0 Kudos
(2) Replies
rguggisberg
Level 13

Search for "bit operators" in help.
0 Kudos
eladef
Level 7

Thanks, I have successfully used the bitwise in InstallScript,
Now, since Bit Operators works only for numeric values is there a way for testing MSI variable for a bit flag as a condition in a dialog event in Basic MSI project ?
0 Kudos