Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Script   (RSS)

Repairing Products after Patches Advertised Features

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

Unadvertise Features

A Windows Script file to repair Windows Installer products by unadvertising their features.
Posted by Heath Stewart | 0 Comments
Attachment(s): Unadvertise.zip

Windows Installer Properties and Conditions

In many languages, some variables can take a value of different types but with the same meaning. Variants in script, for example, can take 0 or false; or they can take any non-zero value and true. The following JScript example prints "Same". if (0 ==

Windows Installer Errors 2738 and 2739 with Script Custom Actions

Windows Script custom actions should be avoided . They are difficult to debug, get blocked by virus scanners, and are far more susceptible to machine state than native custom actions. That is indicated by Windows Installer error messages 2738 and 2739,

Blog Script

Attached is the JavaScript I used to customize this http://blogs.msdn.com/heaths .
Posted by Heath Stewart | (Comments Off)
Filed under: ,

Attachment(s): blog.js

Blog Customizations, Part 3: OO JavaScript

Using object-oriented JavaScript to redefine the search functionality for my blog.

Catching Exceptions in JScript.NET

How to catch different exception classes in JScript.NET.
Posted by Heath Stewart | 0 Comments
Filed under:

Blog Customizations, Part 2

More customizations to my blog.

Blog Customizations

About a few customizations made to my blog.

Script Repository

Information about the Script Repository from the Microsoft TechNet site.
Posted by Heath Stewart | 0 Comments
Filed under:

Avoid Deadlocks in your Script Host when Tearing down JScript

Avoid deadlocks when tearing down JScript in your script host by calling into the IActiveScriptGarbageCollector implementation.
Posted by Heath Stewart | 0 Comments
Filed under: ,
 
Page view tracker