WiseUser's blogSyndicate content

February 25th, 2008 | 0 votes

The following registry key gives information about the sourcelist for an msi. (Source Resilency)

0 comments
January 23rd, 2008 | 0 votes

Mobile Device Package Editor is an installation development tool that lets you create an .INF file and compile it to one or more CAB files that install a mobile device application.

0 comments
January 3rd, 2008 | 0 votes

The Wise arm of Altiris has come up with a pretty slick technology in their "Linux Package Editor". It basically allows one to use a Windows box to create packages for Linux machines. Here's a list of the key features in this handy tool:

0 comments
December 7th, 2007 | 0 votes

Windows Installer provides a special property that controls the application of versioning rules to installation files. Setting the property REINSTALLMODE to various values affects how Windows Installer decides which files to replace and which to ignore during installation.

3 comments
December 6th, 2007 | 0 votes

In Wise Package Studio there is a file section where the packager should be aware of "Controlling File Versioning Settings" when they place files in the package. There may be a situation where the user wants to overwrite a file or just ignore if the file is present. Here's how to deal with those situations.

1 comments
December 5th, 2007 | 0 votes

If you've created a package using Wise package studio, here's a way you can update a custom action using a patch.

0 comments
December 4th, 2007 | 0 votes

It is easy to determine if Windows Installer prompts for a reboot because it installed over a file that is in use. The first step is to generate a verbose log file. In the verbose log file, look for the presence of the ReplacedInUseFiles property in the property dump.

0 comments
November 26th, 2007 | 0 votes

Wise Package Studio ships with some very cool functionality that allows you to find differences in msi, mst, msm, wsi, and wsm file types. This spendid feature can be very handy when troubleshooting.

2 comments
November 2nd, 2007 | 0 votes

You've heard the adage that "timing is everything". With application packaging, timing (or the sequence of events) really is everything. If you're having trouble with a package the problem might be related to conflicts caused by the order of events. He're a quick reference to help you stay in step.

1 comments
November 1st, 2007 | 0 votes

Merge modules provide a standard method by which developers deliver shared Windows Installer components and setup logic to their applications. Merge modules are used to deliver shared code, files, resources, registry entries, and setup logic to applications as a single compound file. Read on to learn more.

0 comments