Sign In
Van Kichline's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
DHTML Editing Control
Installation and Setup
Pages
Performance
VWD Performance
Archive
Archives
November 2006
(1)
September 2006
(10)
August 2006
(1)
March 2005
(4)
September 2004
(1)
August 2004
(10)
September, 2006
MSDN Blogs
>
Van Kichline's WebLog
>
September, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Van Kichline's WebLog
DHTML Editing Control for Applications (Windows Vista Version) Installer Update
Posted
over 6 years ago
by
VKichline
0
Comments
A while back I posted that there were some minor problems with the DHTML Editor Control for Windows Vista (which we've finally abbreviated as DECA-V internally.) We've corrected these and updated the download in-place. The changes include: Full...
Van Kichline's WebLog
Setting scriptmaps: automation
Posted
over 6 years ago
by
VKichline
0
Comments
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...
Van Kichline's WebLog
Setting scriptmaps: step three
Posted
over 6 years ago
by
VKichline
2
Comments
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...
Van Kichline's WebLog
Setting scriptmaps: step two and a half
Posted
over 6 years ago
by
VKichline
0
Comments
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...
Van Kichline's WebLog
Setting scriptmaps: step two
Posted
over 6 years ago
by
VKichline
0
Comments
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...
Van Kichline's WebLog
Setting scriptmaps: step one
Posted
over 6 years ago
by
VKichline
3
Comments
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...
Van Kichline's WebLog
Inside the MSI
Posted
over 6 years ago
by
VKichline
1
Comments
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...
Van Kichline's WebLog
How setting scriptmaps works
Posted
over 6 years ago
by
VKichline
0
Comments
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...
Van Kichline's WebLog
How to set scriptmaps in a Web Setup Project
Posted
over 6 years ago
by
VKichline
1
Comments
Setting ASP.Net 2.0 ScriptMaps in a Web Setup Project...
Van Kichline's WebLog
Minor problems with the DHTML Editing Control for Applications installer
Posted
over 6 years ago
by
VKichline
1
Comments
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...
Page 1 of 1 (10 items)