Browse by Tags

Web Application Projects Add-On Installation Issue/Solution
Issue : A small set of users installing the Visual Studio 2005 Web Application Projects Add-On experience the following installation error: Unable to get installer types in the C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Microsoft.VisualStudio.Web.Application.dll Read More...
Setting scriptmaps: automation
The articles below describe how a Web Setup Project can be modified to set scriptmaps for the website it installs. This article describes the script used to automate this modification. The script is attached to "How to set scriptmaps in a Web Setup Project" Read More...
Setting scriptmaps: step three
We've set two installer properties: REGIISPATH contains the full path name of aspnet_regiis.exe, and SRVRPATH contains the IIS metabase path to the new virtual directory. If any failures occurred, then REGIISPATH is empty. With this data in hand, it's Read More...
Setting scriptmaps: step two
Now that we know how to call aspnet_iisreg.exe all we need is its parameters. Executing aspnet_regiis /? indicates that we want: -s <path> Install scriptmaps for this version at the specified path, recursively. E.g. aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1 Read More...
Setting scriptmaps: step one
The first step in setting the proper scriptmaps is to decide what method we'll use to set them on the target machine at install time. While there might be several ways to do this, the simplest and most direct is to execute the tool aspnet_regiis.exe which Read More...
Inside the MSI
If you're following this article, you must be interested in modifying how an MSI produced by a Visual Studio Installer project works. Although I began by encapsulating the change in a black box, the Windows Installer Team Blog cautions in rule #1 of the Read More...
How setting scriptmaps works
An MSI contains a database which directs the installation, uninstallation, rollback and repair of a set of files and registry entries. The database contains a number of tables, and the AddSetScriptMaps script adds entries to five of them: The AppSearch Read More...
How to set scriptmaps in a Web Setup Project
Setting ASP.Net 2.0 ScriptMaps in a Web Setup Project Read More...
Posted 09 September 06 06:44 by vank | 1 Comments   
Filed under
Attachment(s): Scripts.zip
Minor problems with the DHTML Editing Control for Applications installer
A helpful customer contacted us with some concerns about the installer for the Windows Vista version of the DHTML Editing Control for Applications. While I had run the ICE verification for Logo Compliance in Orca (the MSI inspector/editor) I had failed Read More...

Search

This Blog

Syndication

Page view tracker