Sign in
|
Help
InstallSite Blog
by Stefan Krueger
Google Ads
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Tags
Acresso
AdminStudio
AdvancedInstaller
Application Compatibility
App-V
ClickOnce
FLEXnet Connect
Industry News
InstallAnywhere
InstallShield
InstallShield 2010
Macrovision
MSI 4.5
MSI 5
Security
Tarma
Tips
UAC
Virtualization
Vista
Visual Studio
Web Resources
Windows 7
Windows Installer
WiX
Search
Go
This Blog
Home
About
Related Blogs
Aaron Stebner's WebLog
Windows Installer Team Blog
RobMensching.com /Blog
Heath Stewart's Blog
DeploymentEngineering.com
MSIgeek
InstallSite
InstallSite.org Homepage
InstallSite.de Homepage (German)
InstallSite Forum
MSI FAQ (English)
MSI FAQ (German)
InstallSite Shop
Related Websites
Windows Installer Documentation (MSDN)
InstallShield Training in Europe
twitter.com/installsite
Archives
November 2009 (2)
October 2009 (3)
September 2009 (4)
August 2009 (1)
July 2009 (5)
June 2009 (5)
May 2009 (4)
April 2009 (2)
March 2009 (2)
February 2009 (8)
January 2009 (4)
December 2008 (3)
November 2008 (5)
October 2008 (4)
September 2008 (6)
August 2008 (6)
July 2008 (5)
June 2008 (8)
May 2008 (5)
April 2008 (7)
March 2008 (2)
February 2008 (1)
January 2008 (5)
December 2007 (1)
November 2007 (8)
October 2007 (4)
September 2007 (8)
August 2007 (11)
July 2007 (6)
June 2007 (10)
May 2007 (9)
April 2007 (6)
March 2007 (5)
February 2007 (2)
December 2006 (6)
November 2006 (4)
October 2006 (7)
September 2006 (10)
August 2006 (1)
Community
Home
Blogs
Media
Groups
Browse by Tags
All Tags
»
UAC
(
RSS
)
Application Compatibility
Industry News
PDC2008
Security
Tips
Vista
Web Resources
Windows 7
Windows Installer
WiX
Wed, Jun 24 2009 17:18
False Positives in Windows 7's Installer Detection
When User Account Control (UAC ) was introduced in Windows Vista it would have caused problems for many existing setups because they required full administrator permissions. Therefore Microsoft added heuristical detection for installers. For instance...
Posted by
stefan
| with
no comments
Filed under:
Web Resources
,
UAC
,
Windows 7
,
Application Compatibility
Thu, Jun 11 2009 10:44
Why UAC isn’t a security boundary, and how auto-elevation works on Windows 7
Mark Russinovich (of SysInternals fame and now employed as a Technical Fellow at Microsoft) has published an interesting article about User Account Control (UAC) in the July issue of TechNet Magazine. He discusses the goal of UAC, why it could be circumvented...
Posted by
stefan
| with
no comments
Filed under:
Web Resources
,
UAC
,
Security
,
Windows 7
,
Application Compatibility
Thu, Nov 6 2008 22:49
UAC in Windows 7
At PDC2008 there was a session abstract that essentially said: "there's nothing new here". But I'd still recommend viewing it, and actually it included (a little bit of) new information: PC51 Windows 7: Best Practices for Developing...
Posted by
stefan
|
1 comment(s)
Filed under:
UAC
,
Windows 7
,
PDC2008
Mon, Jan 21 2008 17:57
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...
Posted by
stefan
|
2 comment(s)
Filed under:
Web Resources
,
Windows Installer
,
UAC
,
Vista
Mon, Aug 13 2007 14:46
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
Filed under:
Web Resources
,
Windows Installer
,
UAC
,
Vista
Wed, Aug 8 2007 14:56
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
Filed under:
German
,
Windows Installer
,
Industry News
,
UAC
,
WiX
,
Vista
Mon, Jul 2 2007 21:23
How to trigger UAC elevation from a script
If you need to run command with full administrator permissions in Windows Vista, you could use the elevated command prompt (by right-clicking the command prompt icon in the start menu and selection "run as administrator). However if you need to do...
Posted by
stefan
|
1 comment(s)
Filed under:
Web Resources
,
UAC
,
Vista
Wed, Jun 20 2007 8:41
In-depth analysis of Vista UAC
An article has been posted at The Code Project that examines how UAC on Windows Vista operates behind the scenes, including a debug session of an elevation via the UAC prompt. It also shows how to work with UAC using manifests or the CreateProcess API...
Posted by
stefan
| with
no comments
Filed under:
Web Resources
,
UAC
,
Vista
Wed, Apr 18 2007 19:01
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
Filed under:
Windows Installer
,
UAC
,
Vista
,
Tips
Wed, Feb 7 2007 15:23
Types of UAC prompt dialogs and how to remote control them
An article in the Windows Vista Team Blog shows the various types of UAC prompts and in which case (singed or unsigned executable etc.) which type is displayed. The screenshots are a bit tiny but you get the idea. By default, other applications cannot...
Posted by
stefan
|
2 comment(s)
Filed under:
Web Resources
,
UAC
,
Vista
Wed, Feb 7 2007 14:34
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...
Posted by
stefan
|
1 comment(s)
Filed under:
Web Resources
,
Windows Installer
,
UAC
,
Vista
,
Tips
Fri, Dec 22 2006 8:53
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:
Windows Installer
,
UAC
,
Tips
Thu, Dec 21 2006 12:10
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
Filed under:
Web Resources
,
Windows Installer
,
UAC
,
Vista
Fri, Oct 13 2006 17:15
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
Filed under:
Web Resources
,
Windows Installer
,
UAC
,
Vista
Fri, Sep 22 2006 9:28
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
Filed under:
Web Resources
,
Windows Installer
,
UAC
,
Vista