Search found 37 matches

Go to advanced search

by toonetown
Thu May 31, 2018 2:50 pm
Forum: Building Installers
Topic: Launch binary with command-line install
Replies: 3
Views: 2738
 
Jump to post

Re: Launch binary with command-line install

That does look like what was happening in our case. Thank you! On a related note, is there a property that I can query (in a custom action or something) that will tell me if the current user has UI access? That is - a condition I could put on my launch application custom action that would only run i...
by toonetown
Thu May 31, 2018 2:42 pm
Forum: Building Installers
Topic: Question about 32-bit and 64-bit installers
Replies: 3
Views: 2565
 
Jump to post

Re: Question about 32-bit and 64-bit installers

That worked great! Thank you for the pointers!
by toonetown
Thu May 31, 2018 2:40 pm
Forum: Building Installers
Topic: Why are launch conditions getting skipped on uninstall/maintenance
Replies: 3
Views: 2913
 
Jump to post

Re: Why are launch conditions getting skipped on uninstall/maintenance

Thank you Daniel! I’ll give this a try. Just curious as to what side-effects I may encounter by enabling “LaunchConditions” to run all the time. I’m assuming that the decision to make the default running of “LaunchConditions” on first-time install only was made for some specific reason... I think I ...
by toonetown
Tue May 29, 2018 11:01 pm
Forum: Building Installers
Topic: Launch binary with command-line install
Replies: 3
Views: 2738
 
Jump to post

Launch binary with command-line install

I'm trying to build an installer which launches the installed exe on completion. It appears to work correctly when I run the installer by double-clicking on it...but if I try launching it from using the `msiexec /i path\to\installer.msi` command (getting run using the "SYSTEM" account), th...
by toonetown
Tue May 29, 2018 4:30 pm
Forum: Building Installers
Topic: Specify minimum operating system
Replies: 3
Views: 2633
 
Jump to post

Specify minimum operating system

I am coming from an *old* version of AI (7.7) and working on updating all our packages, and am wondering if there is a way to specify a "minimum" operating system version. It looks like the current way of specifying supported operating systems is to select which versions are supported. How...
by toonetown
Thu May 24, 2018 7:15 pm
Forum: Building Installers
Topic: Why are launch conditions getting skipped on uninstall/maintenance
Replies: 3
Views: 2913
 
Jump to post

Why are launch conditions getting skipped on uninstall/maintenance

I have been unable to get a launch condition to trigger on uninstall or on maintenance. For example, if I just set a launch condition for "NOT Installed", I would expect it to install, but fail when trying to uninstall. However, in my log when running the uninstall, I get: Skipping action:...
by toonetown
Wed May 16, 2018 3:49 pm
Forum: Building Installers
Topic: Question about 32-bit and 64-bit installers
Replies: 3
Views: 2565
 
Jump to post

Question about 32-bit and 64-bit installers

I have a product that I want to ship separate 32-bit and 64-bit MSIs for (I do *not* want to ship a combined 32/64 exe). My question is should the two installers use the same or different values for their UpgradeCode and ProductCode? I don't want them to be able to *both* be installed on the same ma...

Go to advanced search