/build/static/layout/Breadcrumb_cap_w.png

What is NOT ALLUSERS?

Hello everyone.

I have vendor msi package that has condition on a component NOT ALLUSERS? What does it mean? What will happen if this condition is satisfied? 

Thanks


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
See the answers given below
Posted by: andemats 11 years ago
2nd Degree Black Belt
1

Does it say anyting else?

Like "IF NOT ALLUSERS=1 Then..."

The above would read something like: If the installation is NOT per machine, then do something...

http://msdn.microsoft.com/en-us/library/windows/desktop/aa367559(v=vs.85).aspx


Comments:
  • But the condition has no number just NOT ALLUSERS. The vendor didnt equate either 1 or 2. - ajcbasilio 11 years ago
    • ALLUSERS value of "" (an empty string) specifies the Per-User installation context.
      So that would make the statement say: If the installation is NOT Per-User, then do something...
      Just guessing here, as I don't see the whole condition. - andemats 11 years ago
  • Okay. my value of ALLUSERS is 1 in property table.
    Now, my component has condition, NOT ALLUSERS. NOT ALLUSERS is the whole condition set by the vendor msi. - ajcbasilio 11 years ago
    • from what you mentioned above, i guess, the new value of your component would be ALLUSERS=1, if I m on the right path, making it a per
      machine installation - talonsprem87 11 years ago
Posted by: jagadeish 11 years ago
Red Belt
1

If (NOT ALLUSERS) Then

End

Means

 

If (ALLUSERS property is not found with the value of 1 or 2 when this line is getting executed) Then

 

End

 

 

 


Comments:
  • Which means If ALLUSERS="" - jagadeish 11 years ago
  • Okay thanks jagadeish. - ajcbasilio 11 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ