Porting applications to Windows Vista: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Application Verifyer== | |||
* [http://www.microsoft.com/downloads/details.aspx?familyid=D2DD7EE0-AAA2-402A-821D-43795D6CF139&displaylang=en Microsoft Application Verifier v3.4 for x86, x64 and IA64] | |||
* [http://blogs.msdn.com/cjacks/archive/2007/01/11/configuring-application-verifier-as-a-testing-tool-for-windows-vista-compatibility.aspx Configuring Application Verifier as a Testing Tool for Windows Vista Compatibility] | |||
==Programming against UAC== | |||
* [http://channel9.msdn.com/Screencasts/211271_Embedding%20a%20Manifest%20edited%20final_100k.wmv Video showing how to embedd manifests in applications to avoid VIsta autodetecting what kind of application it is] | |||
* [http://msdn2.microsoft.com/en-us/library/aa905330.aspx The Windows Vista and Windows Server 2008 Developer Story: Windows Vista Application Development Requirements for User Account Control (UAC)] | |||
* [http://www.tweak-uac.com/programming/vista-tools/ Vista tools - TweakUAC] | * [http://www.tweak-uac.com/programming/vista-tools/ Vista tools - TweakUAC] | ||
* [http://blogs.msdn.com/cjacks/archive/2006/10/09/How-to-Determine-if-a-User-is-a-Member-of-the-Administrators-Group-with-UAC-Enabled-on-Windows-Vista.aspx How to Determine if a User is a Member of the Administrators Group with UAC Enabled on Windows Vista] | * [http://blogs.msdn.com/cjacks/archive/2006/10/09/How-to-Determine-if-a-User-is-a-Member-of-the-Administrators-Group-with-UAC-Enabled-on-Windows-Vista.aspx How to Determine if a User is a Member of the Administrators Group with UAC Enabled on Windows Vista] | ||
==Folder and registry changes in Vista and Vista x64== | |||
* [http://www.computerperformance.co.uk/vista/vista_appdata.htm Vista's Users (Folder) Replaces XP's Documents and Settings] | * [http://www.computerperformance.co.uk/vista/vista_appdata.htm Vista's Users (Folder) Replaces XP's Documents and Settings] | ||
Revision as of 20:11, 16 August 2007
Application Verifyer
- Microsoft Application Verifier v3.4 for x86, x64 and IA64
- Configuring Application Verifier as a Testing Tool for Windows Vista Compatibility
Programming against UAC
- Video showing how to embedd manifests in applications to avoid VIsta autodetecting what kind of application it is
- The Windows Vista and Windows Server 2008 Developer Story: Windows Vista Application Development Requirements for User Account Control (UAC)
- Vista tools - TweakUAC
- How to Determine if a User is a Member of the Administrators Group with UAC Enabled on Windows Vista