Search found 10 matches

Go to advanced search

by Lon
Mon Jan 07, 2008 11:20 pm
Forum: Common Problems
Topic: Uninstall corrupts start menu
Replies: 9
Views: 12168
 
Jump to post

Uninstall corrupts start menu

The problem was reproducable on multiple machines here.

Changing the GUID, replacing the version in the ProductName with [|ProductVersion] and dropping the fourth set of digits (build number) in the version seems to have fixed the problem.

Many thanks for your excellent help.

Lon Kight
by Lon
Fri Jan 04, 2008 3:56 pm
Forum: Common Problems
Topic: Uninstall corrupts start menu
Replies: 9
Views: 12168
 
Jump to post

Uninstall corrupts start menu

Project sent to support.

Many Thanks
Lon
by Lon
Thu Jan 03, 2008 11:17 pm
Forum: Common Problems
Topic: Uninstall corrupts start menu
Replies: 9
Views: 12168
 
Jump to post

Uninstall corrupts start menu

1. Simply install one version of an application like <MyApplicationName> version 3.2.3.

2. Create / change the version to 3.3.0 and install it. Two versions of the same application are now installed side by side (in different directories) on the same machine.

3. Access the start menu properties ...
by Lon
Wed Jan 02, 2008 4:41 pm
Forum: Common Problems
Topic: Retrieving installer command line parameters
Replies: 10
Views: 15098
 
Jump to post

Retrieving installer command line parameters

I am not aware of an API to get the log file name, but I would not doubt you get it from the handle provided by the custom action entry point.

Here's a scaled down example of a DLL entry point (using visual c++). The entry point is exposed to Advanced Installer >> Customer Action >> Install (phase ...
by Lon
Mon Dec 31, 2007 11:31 pm
Forum: Common Problems
Topic: Retrieving installer command line parameters
Replies: 10
Views: 15098
 
Jump to post

Retrieving installer command line parameters

Hi

My installation has many command line parameters and I needed to do a lot of processing on those parameters both before and after installation of the files.

My pre-processing included verification of the command line parms such that if it failed, then the actual install would stop before a ...
by Lon
Mon Dec 31, 2007 10:43 pm
Forum: Common Problems
Topic: Uninstall corrupts start menu
Replies: 9
Views: 12168
 
Jump to post

Uninstall corrupts start menu

Uninstalling my application removes all the program files, registry entries, desk-top links, and start menu shortcuts just fine, unless multiple versions of the application are installed.

When multiple versions are installed and you uninstall the last version, the start menu entries for the (last ...
by Lon
Thu Sep 20, 2007 3:23 pm
Forum: Common Problems
Topic: CustomAction Problem in Vista
Replies: 7
Views: 11193
 
Jump to post

This works great, thanks.
by Lon
Tue Sep 18, 2007 2:26 am
Forum: Common Problems
Topic: debugging custom actions on vista
Replies: 1
Views: 3953
 
Jump to post

debugging custom actions on vista

My custom action is written in C++ and includes a simple logger module with three outputs: (1) writes to a simple flat file, (2) one writes to stdout, and (3) the third writes to MsiProcessMessage() with entries in the installer log file. All these methods work fine on every windows platform accept ...
by Lon
Tue Sep 18, 2007 2:17 am
Forum: Common Problems
Topic: CustomAction Problem in Vista
Replies: 7
Views: 11193
 
Jump to post

What do you do when your custom action is failing on Vista and you cannot do the [deferred with no impersonation] option? My custom action needs a bunch of properties that are only available with the immediate option.

Thanks
Lon
by Lon
Mon Jun 18, 2007 4:38 pm
Forum: Common Problems
Topic: Edit an installed file after installation
Replies: 7
Views: 9558
 
Jump to post

Edit an installed file after installation

What are the steps to edit a file after it has been installed?

For example, you install an application which has a config file with certain defaults. But you also provide the end user with a dozen or so command line properties like DEBUG=on or SERVER="HostName" or PORT=555… that needs to be written ...

Go to advanced search