How Windows Installer interacts with UAC in Windows Vista
Robert Flaming has been posting a series of articles describing how Windows Installer interacts with the User Account Control (UAC) feature that is being introduced in Windows Vista. These articles contain information not included in the Windows Installer SDK topics related to UAC. So far, he has published 20 articles (linked individually below). I highly encourage any setup developer who plans to build MSIs that target Windows Vista to read this series, and to check in on Robert's blog for possible future updates regarding Windows Installer and UAC.
Introductory topics
- ...the UAC in MSI Notes series
- ...my view of the root problem
- ...the conflicting per-user definition
- ...it'll be just like Managed Installs
- ...the jagged edge to user
- ...my relief providing framework
Architecture insights
Common MSI package authoring mistakes
- The AdminUser Mistake
- Modify System with InstallUISequence Custom Action
- Modify System with InstallExecuteSequence Custom Action Outside of Script
- The NoImpersonate Bit Mistake
More architectural insights
- The "Four Square" Diagram
- Challenges for a Beautiful Custom Action
- O Whitepaper, Where Art Thou?
- Read the Friendly Manual
Conversations with customers