Search found 9 matches

Go to advanced search

by bccc
Wed Apr 27, 2011 11:07 pm
Forum: Common Problems
Topic: Detect same version on silent install
Replies: 3
Views: 3391
 
Jump to post

Re: Detect same version on silent install

Mihai,

Thank you for the response, however I am still unable to properly trap and execute my custom action in this scenario.

In my log file I see "Configuration failed" and then "MSI (s) (54:7C) [17:04:23:250]: MainEngineThread is returning 1638". How would I go about executing a custom action ...
by bccc
Mon Apr 25, 2011 11:13 pm
Forum: Common Problems
Topic: Detect same version on silent install
Replies: 3
Views: 3391
 
Jump to post

Detect same version on silent install

I am silently executing an MSI from the command line and need to detect if the same version of the MSI has already been installed. I am using AI_NEWERPRODUCTFOUND for the case where a newer version is already installed, but what would be an equivalent check for the same version? I need to fire a ...
by bccc
Wed Nov 17, 2010 1:44 am
Forum: Common Problems
Topic: Updating ProductVersion auto increments ProductCode
Replies: 1
Views: 2949
 
Jump to post

Updating ProductVersion auto increments ProductCode

Our current build process does the following to build an MSI with unique parameters per customer.

From the command line...
- We use SetProperty to set the ProductVersion (most the time this is set, but does not change)
- We use SetProperty to set customer specific properties
- We build...

The ...
by bccc
Mon Oct 18, 2010 10:02 pm
Forum: Common Problems
Topic: Temporary file missing when upgrading
Replies: 6
Views: 7040
 
Jump to post

Re: Temporary file missing when upgrading

I have encountered a similar issue during the upgrade process and tried the solution of using the condition "NOT UPGRADINGPRODUCTCODE" for the temporary file. However, this temporary file is also used during the uninstall process. So, when performing the upgrade the uninstall now fails. In looking ...
by bccc
Fri Oct 15, 2010 4:42 pm
Forum: Common Problems
Topic: Active Directory object picker
Replies: 1
Views: 2395
 
Jump to post

Active Directory object picker

Has anyone or is it possible to implement an Active Directory object picker in an installer dialog? We need a user to be able to select a valid Active Directory user for the service being installed.

Thanks!
bccc
by bccc
Wed Sep 15, 2010 5:44 pm
Forum: Common Problems
Topic: Source Path variable
Replies: 17
Views: 20013
 
Jump to post

Re: Source Path variable

I am also having this issue and would like to see a solution.

I have tried to work around this using an environment variable to set the path variable via the option in the "Edit Path Variables" dialog. However, when I build from the command line I get an error: "Exception - File [%AI_BUILD_SRC ...
by bccc
Fri Aug 27, 2010 5:27 pm
Forum: Common Problems
Topic: Prevent custom action execution on upgrade install
Replies: 8
Views: 8079
 
Jump to post

Re: Prevent custom action execution on upgrade install

That worked! Thanks for your help.
by bccc
Thu Aug 26, 2010 6:03 pm
Forum: Common Problems
Topic: Prevent custom action execution on upgrade install
Replies: 8
Views: 8079
 
Jump to post

Re: Prevent custom action execution on upgrade install

That was a typo in my post. It is in the format you suggest in my project. However, my custom action continues to execute when I perform an upgrade. Is this the correct execution condition to accomplish what I am looking for? Is there something else I am missing that I should investigate?

Thanks ...
by bccc
Wed Aug 25, 2010 10:54 pm
Forum: Common Problems
Topic: Prevent custom action execution on upgrade install
Replies: 8
Views: 8079
 
Jump to post

Prevent custom action execution on upgrade install

I am new to Advanced Installer and am currently not having any success with the upgrade feature. I have automatically upgrade older product versions selected and uninstall old version first and then install new version. I also have a custom action set to execute on install. During the upgrade ...

Go to advanced search