Skip to main content
Microsoft
Visual Studio Setup
Visual Studio Setup
  • Home
  • DevBlogs
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • DevOps
    • Developer support
    • CSE Developer
    • Azure SDK
    • IoT
    • Command Line
    • Perf and Diagnostics
    • Dr. International
    • Notification Hubs
    • Math in Office
    • DirectX
    • PIX
    • SurfaceDuo
    • Startups
    • Sustainable Engineering
    • C++
    • Java
    • Java Blog in Chinese
    • JavaScript
    • PowerShell Community
    • PowerShell Team
    • Python
    • Q#
    • TypeScript
    • Visual Basic
    • Visual C#
    • Visual F#
    • .NET
    • ASP.NET
    • NuGet
    • Xamarin
    • #ifdef Windows
    • Apps for Windows
    • Azure Depth Platform
    • Azure Government
    • Bing Dev Center
    • Microsoft Edge Dev
    • Microsoft Azure
    • Office 365 Development
    • Old New Thing
    • Windows MIDI and Music dev
    • Windows Search Platform
    • Azure Cosmos DB
    • Azure Data Studio
    • Azure SQL
    • OData
    • Revolutions R
    • SQL Server Data Tools

    Visual Studio Setup

    Installation and containerization of the Visual Studio family of products

    March 2006 | Visual Studio Setup

    Opening Patch Files when Compiled for Unicode
    Opening Patch Files when Compiled for Unicode
    Avatar Heath Stewart March 31, 2006 Mar 31, 2006 03/31/06
    If you want to open a .msp file with the Windows Installer APIs, you must pass MSIDBOPEN_PATCHFILE to the MsiOpenDatabase function, or ERROR_OPEN_FAILED (110) is returned. Below is the definition of both MSIDBOPEN_PATCHFILE and MSIDBOPEN_READONLY from msiquery.h in the Windows Installer SDK.#define MSIDBOPEN_READONLY (LPCTSTR)0#define ...

    Comments are closed.0DevelopmentInstallation
    Update on Problems with the Palm Treo 700w
    Update on Problems with the Palm Treo 700w
    Avatar Heath Stewart March 29, 2006 Mar 29, 2006 03/29/06
    I previously mentioned some problems I was having with the Palm Treo 700w and that these were not isolated issues. After several calls and more research I have a few updates.A lot of referrals came in from a thread about the SMS text messaging issue for the Palm Treo 700w on the Verizon network. Text messages are sent to tell Pocket Outlook ...

    Comments are closed.0Personal
    Specifying the Code Page for Patch Tables
    Specifying the Code Page for Patch Tables
    Avatar Heath Stewart March 27, 2006 Mar 27, 2006 03/27/06
    Code pages describe a character set. In MSI Databases and Code Pages I described how Windows Installer databases use a code page for the string pool, as well that the summary information stream uses its own code page in PID_CODEPAGE (1) to describe strings in the summary information stream. There is a bug, however, when creating a .msp patch ...

    Comments are closed.0Installation
    Problems with the Palm Treo 700w
    Problems with the Palm Treo 700w
    Avatar Heath Stewart March 26, 2006 Mar 26, 2006 03/26/06
    I bought a Palm Treo 700w a short while ago and for the most part have been loving it. It combines Palm's great hardware with Microsoft Windows Mobile programming and great user interface. All this hasn't been without its problems, though.When I set up ActiveSync on the device to work withour corporate Exchange server I set the off-peak ...

    Comments are closed.0Personal
    Identifying Administrative Installation Patches
    Identifying Administrative Installation Patches
    Avatar Heath Stewart March 24, 2006 Mar 24, 2006 03/24/06
    Windows Installer has the ability to create administrative installations, which is a copy of the .msi database and files that have been expanded into a source directory structure. These administrative installations can easily be deployed using Active Directory group policy deployment among other things, such as creating patches since ...

    Comments are closed.0Installation
    Formatting Properties
    Formatting Properties
    Avatar Heath Stewart March 21, 2006 Mar 21, 2006 03/21/06
    A frequently asked question is about why property values in the Property table aren't formatted when the values contain properties themselves, such as:[ProductName] is copyright by [Manufacturer].The reason these property values aren't formatted is because the Value column type is simply Text, not Formatted. Other formattable column types ...

    Comments are closed.0Installation
    Building with Wix.Targets
    Building with Wix.Targets
    Avatar Heath Stewart March 15, 2006 Mar 15, 2006 03/15/06
    I've been away for a while working on a high priority issue that I'll discuss in detail soon, as well as investigating a common issue regarding 32- and 64-bit installations about which I'll write a new series of posts. For much of that work I've been using Windows Installer XML, or WIX, which allows me to build Windows Installer packages, ...

    Comments are closed.0Installation
    Relevant Links
    Visual Studio
    Visual Studio Installer documentation
    Topics
    .NET64-bitARPSYSTEMCOMPONENTCodeContainerizationContainersCustom ActionsCustomizationsDebuggingDetectionDevelopmentDiagnosingDockerEssentialsFAQHotfixInstallationKBLocalizationLoggingMailbagMSI4.5NewsPagesPersonalPowerShellpsmsiScriptSecurityServiceabilityShared ComponentsSilverlightTipTroubleshootingUACUninstallVirtualizationVistaVisual StudioVSVS 2010VS11VS15VS2005SP1VS2008SP1VS2010VS2010SP1VS2012VS2013VS2015VS2017VS2019VSCodeVSUpdatevswhereWin8Windows 7WiX
    Archive
  • April 2019
  • December 2018
  • November 2018
  • August 2018
  • June 2018
  • April 2018
  • January 2018
  • November 2017
  • October 2017
  • September 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • September 2016
  • January 2016
  • December 2015
  • July 2015
  • June 2015
  • April 2015
  • September 2014
  • August 2014
  • June 2014
  • May 2014
  • April 2014
  • February 2014
  • January 2014
  • October 2013
  • July 2013
  • June 2013
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • October 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • December 2010
  • September 2010
  • August 2010
  • May 2010
  • April 2010
  • February 2010
  • December 2009
  • November 2009
  • October 2009
  • August 2009
  • July 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006
  • April 2006
  • March 2006
  • February 2006
  • January 2006
  • December 2005
  • November 2005
  • October 2005
  • September 2005
  • August 2005
  • July 2005
  • June 2005
  • May 2005
  • April 2005
  • March 2005
  • February 2005
  • January 2005
  • December 2004
  • October 2004
  • September 2004
  • Stay informed

    Login
    Code Block
    What's new
    • Surface Duo
    • Surface Laptop Go
    • Surface Pro X
    • Surface Go 2
    • Surface Book 3
    • Microsoft 365
    • Windows 10 apps
    • HoloLens 2
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Virtual workshops and training
    • Microsoft Store Promise
    • Financing
    Education
    • Microsoft in education
    • Office for students
    • Office 365 for schools
    • Deals for students & parents
    • Microsoft Azure in education
    Enterprise
    • Azure
    • AppSource
    • Automotive
    • Government
    • Healthcare
    • Manufacturing
    • Financial services
    • Retail
    Developer
    • Microsoft Visual Studio
    • Windows Dev Center
    • Developer Center
    • Microsoft developer program
    • Channel 9
    • Microsoft 365 Dev Center
    • Microsoft 365 Developer Program
    • Microsoft Garage
    Company
    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy
    • Manage cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2021