To register the scriptmaps for our new web site in the Web Setup Project's MSI, we need to convert the available strings "/LM/W3SVC/1" and "WebSite1Setup" into the form "W3SVC/1/ROOT/WebSite1Setup". As simple as it sounds, we need to write a custom action to remove something from an existing string. There are
Similar Posts
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
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
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
Now that we know how to call aspnet_iisreg.exe all we need is its parameters. Executing aspnet_regiis indicates that we want -s Install scriptmaps for