Browse by Tags

All Tags » UAC » Windows Installer (RSS)

Video: Windows Installer and Application Compatibility

Microsoft's Channel 9 posted a video interview with Robert Flaming, program manager on the Windows Installer team. Robert talks about topics like User Account Control (UAC), chainers, restart manager, nested install custom actions, digitally signing...

Setup Guidelines for UAC Compatibility

An article in the Altiris community blog lists best practices that should be followed to make sure your setup works as intended on Windows Vista with User Account Control (UAC). Guidelines and Best Practices to Achieve UAC for Applications on Vista
Posted by stefan | with no comments

German: dotnetpro 9/07 - WiX 3 und Benutzerkontensteuerung (UAC)

(This article is only available in German) Auch das neue Heft 09/2007 der Zeitschrift dornetpro behandelt wieder Themen, die für Setup-Entwickler interessant sind. Unter dem Titel " Installationsroutinen mit Windows Installer XML 3 " stellt...
Posted by stefan | with no comments

Beware of the UAC Prompt Timeout

Recently I encountered a strange problem when I tried to install an MSI based setup on Windows Vista. I ran through the dialog sequence and clicked the “Install Now” button. The progress bar dialog was displayed as usual, and I left the computer to get...
Posted by stefan | with no comments

7 Reasons Why your Installations May Fail on Windows Vista (And How You Can Fix Them)

An article that I've written for the December 2006 issue of the Macrovision DevLetter. 7 Reasons Why your Installations May Fail on Windows Vista (And How You Can Fix Them) Windows Installer is not just a technology but also a set of rules and best...

Launching a program when setup is completed may be a security issue

An article in the InnoSetup knowledge base points out that launching your application or displaying a readme file (using notepad for instance) at the end of your installation may cause a security issue on Windows Vista. The problem arises if the installation...
Posted by stefan | with no comments
Filed under: , ,

MSDN Magazine article about UAC (in multiple languages)

An MSDN Magazine article that talks about User Account Control (UAC) on Windows Vista and also covers setup topics is available online. There are several localized versions of this article. If your language isn't detected automatically you can select...
Posted by stefan | with no comments

Important Windows Installer WebCast: Designing Installations for User Account Control (recording available)

Windows Vista includes a new feature call User Account Control (UAC) which has the potential to break many existing MSI-based setups. UAC is a really, really important topic. Although Vista isn't released yet, I'm seeing multiple reports of broken...
Posted by stefan | with no comments

How UAC in Vista will impact your Setup (updated Oct 3)

Windows Vista introduces a security concept called User Account Control (UAC) which has multiple impacts on Windows Installer (MSI) based setups. Robert Flaming, Product manager on the MSI team at Microsoft, is posting a series of articles on his blog...
Posted by stefan | with no comments