Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the "source is an admin image" mean?

Tags:

wix

I read the WiX documentation here:

AdminImage (YesNoType) - Set to 'yes' if the source is an admin image.

I don't understand "the source is an admin image" phrase. What does it mean?

like image 972
Andrey Bushman Avatar asked Jan 26 '26 08:01

Andrey Bushman


1 Answers

This attribute corresponds to Bit 2 of the word count summary property. You won't typically set this directly. Instead it gets set for the cached .msi file created as part of an administrative installation.

like image 50
Michael Urman Avatar answered Jan 28 '26 23:01

Michael Urman