Showing results for Uncategorized Archives - Page 12 of 38 - Visual Studio Setup

Jan 28, 2009
0
0

Repairing Products after Patches Advertised Features

Heath Stewart
Heath Stewart

Windows Installer supports advertising features to enable users to later install those features on demand. But Windows Installer may advertise features in when a component is removed from a feature through obsolescence or supersedence. This will leave the product in a broken state while reporting that the patch installed successfully.Silverlight 2....

InstallationVisual StudioVS2008SP1
Jan 27, 2009
0
0

Unadvertise Features

Heath Stewart
Heath Stewart

The attached Windows Script file allows you to unadvertise features in a Windows Installer product by specifying either a ProductCode or the path to an MSP. If any features are advertised - whether incidental or intentional - the product will be reinstalled and those features added locally to your computer. Usage Only one of /Patch or /ProductCode...

InstallationVS2008SP1Pages
Jan 16, 2009
0
0

Dictionary of Windows Installer Tokens

Heath Stewart
Heath Stewart

If you are writing emails and specifications about Windows Installer all day, chances are your document or mail editor has plenty of squiggly red lines highlighting your presumed spelling errors like MsiPatchSequence. To not miss any actual spelling errors, I find myself double-checking and adding lots of Windows Installer terms to my custom dictio...

InstallationPersonal
Jan 15, 2009
0
0

Windows Installer Dictionary

Heath Stewart
Heath Stewart

Attached is a Unicode-encoded, English locale-sorted text file with many table, column, API, and flag tokens you can use as a spelling dictionary in many applications including Microsoft Word and Outlook email. To support Microsoft Word, Outlook email, and other Microsoft Office products, msi.zip

InstallationPersonalPages
Dec 11, 2008
0
0

Another Possible Workaround for Error 1330

Heath Stewart
Heath Stewart

When installing Visual Studio 2008, you might run into an error dialog that reads, Error 1330.A file that is required cannot be installed because the cabinet file D:\cab1.cab has an invalid digital signature. This may indicate that the cabinet file is corrupt. The path and name of the cabinet may be different, but might often be D:\cab1.cab, ...

InstallationVisual StudioLogging
Dec 9, 2008
0
0

Windows Installer XML (WiX) v3 Beta Released

Heath Stewart
Heath Stewart

Since plans were made to ship WiX v3 in the box for Visual Studio 2010, the WiX working group has been working on fixing all outstanding bugs in the WiX v3 code base. Bob Arnson uploaded packages last week as a test on SourceForge and this week the following installation packages were uploaded on the v3 Beta release page. (The difference bet...

Visual StudioNewsWiX
Nov 5, 2008
0
0

Visual Studio 2008 SP1 may complain that another patch is installed even after removing it

Heath Stewart
Heath Stewart

If Visual Studio 2008 SP1 prompts you to run the Microsoft Visual Studio Patch removal tool, it means that a patch or product is installed that would cause issues when installing VS2008 SP1. The dialog is shown below. If you run the the patch removal tool and are still seeing this dialog, please follow the workaround below. Workaround You ...

Visual StudioVS2008SP1
Oct 6, 2008
0
0

Adding features to Visual Studio 2008 may fail to load setup components

Heath Stewart
Heath Stewart

When attempting to add features to Visual Studio 2008 after it has already been installed, you may see an error that reports, A problem has been encountered while loading the setup components. Canceling setup.FixUpdated: a hotfix has been uploaded to Code Gallery to address this issue. As stated on the page, Please be aware this Hotfix has not gone...

InstallationVisual Studio
Sep 22, 2008
0
0

Help Improve the .NET Framework Deployment Experience

Heath Stewart
Heath Stewart

My colleague Peter Marcu, who is leading the development effort on the new deployment experience for the .NET Framework, is seeking information from our developer customers how you deploy the .NET Framework for your applications. If you’re a developer who requires and needs to deploy the .NET Framework to support your applications, please tak...

Development.NET
Aug 20, 2008
0
1

Do not repair VS 2008 SP1 from installation media

Heath Stewart
Heath Stewart

If you need to repair Visual Studio 2008 once SP1 has been applied or wish to change which features are installed, you cannot run setup.exe from the original installation media.When you run repair from media you may see an error like, "A problem has been encountered while loading the setup components. Canceling setup."WorkaroundOpen the Control Pan...

Visual StudioVS2008SP1