Search found 9 matches

Go to advanced search

by crmiller87
Tue Feb 19, 2013 10:57 pm
Forum: Building Installers
Topic: Update Behavior help
Replies: 5
Views: 4495
 
Jump to post

Re: Update Behavior help

Daniel,

Thank you for your help. I have upgraded to Enterprise
by crmiller87
Fri Feb 15, 2013 6:12 pm
Forum: Building Installers
Topic: Update Behavior help
Replies: 5
Views: 4495
 
Jump to post

Re: Update Behavior help

I cannot choose the "Automatic: using a Windows schedule task" if that's what you're saying, because I do not have Enterprise. I am a little confused why the "Manual: from application..." selection allows a "Silent mode update check" if it never actually checks for the frequency specified. Am I not ...
by crmiller87
Tue Feb 12, 2013 6:51 pm
Forum: Building Installers
Topic: Update Behavior help
Replies: 5
Views: 4495
 
Jump to post

Update Behavior help

Hello,

I am not sure if I am running into a bug or not but here is the situation. I have two .msi's, version 0.0.0 and 0.0.1. I have made 0.0.1 the update for 0.0.0 and I am not getting the update prompt after the specified interval of 1 day. Attached is my settings for the updates section. The ...
by crmiller87
Thu Jan 24, 2013 7:47 pm
Forum: Building Installers
Topic: How to use custom search results
Replies: 9
Views: 10173
 
Jump to post

Re: How to use custom search results

Hi Eusebiu,

I took out the "Launch file from property" and left "Launch File or URL" in there. However I found out that putting double quotes around [OLD_VERSION_SEARCH] was not working so I tried taking them out and it works now. Thank you for sticking with me and helping me get this to work

Colin
by crmiller87
Wed Jan 23, 2013 7:48 pm
Forum: Building Installers
Topic: How to use custom search results
Replies: 9
Views: 10173
 
Jump to post

Re: How to use custom search results

Okay I moved "Launch file from property" below "Preparing" and then checked the options you stated. Then I added a "Launch file or open URL" custom action and placed it below "Searches". Here is what they both look like now but still no success. I've also attached the log file
LaunchFileOrURL.png ...
by crmiller87
Tue Jan 22, 2013 8:10 pm
Forum: Building Installers
Topic: How to use custom search results
Replies: 9
Views: 10173
 
Jump to post

Re: How to use custom search results

Hi Eusebiu,

I tried your changes. The raw value that is returned is "1: "C:\Program Files (x86)\ApplicationName\unins000.exe"" but the execution still does not occur. Here is what the log says

Action start 10:41:17: LaunchFileFromProperty.
MSI (s) (40:BC) [10:41:17:854]: Note: 1: 1721 2 ...
by crmiller87
Fri Jan 18, 2013 6:57 pm
Forum: Building Installers
Topic: How to use custom search results
Replies: 9
Views: 10173
 
Jump to post

Re: How to use custom search results

Hi Eusebiu,

Thank you, that got me to the next step but I am still not there 100%. I changed things up a bit in my search. Please see attached screenshot1.png. The search now returns the installation directory of the program I want to uninstall. Inside the directory, there is a file called ...
by crmiller87
Thu Jan 17, 2013 8:35 pm
Forum: Building Installers
Topic: How to use custom search results
Replies: 9
Views: 10173
 
Jump to post

How to use custom search results

I am having trouble finding documentation/examples on how to use the search feature during the installation.
I created a search that finds a registry key: SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{8B003F54-E7EB-45B7-9FC5-1C5D6A4005F9}_is1
The search result returns: 1: "C ...
by crmiller87
Wed Jan 09, 2013 12:36 am
Forum: Building Installers
Topic: Command line commands for Updates Configuration
Replies: 3
Views: 3517
 
Jump to post

Command line commands for Updates Configuration

I am having trouble finding documentation or examples on how to add updates to my existing Updates project using command line. I know how to edit and build a normal Installer project, i.e.

advinst.exe /edit installer.aip /SetVersion -increment
advinst.exe /build installer.aip

I need to do ...

Go to advanced search