Search found 18 matches

Go to advanced search

by don_ucw
Mon Dec 31, 2018 6:59 pm
Forum: Common Problems
Topic: Begin Standard Action
Replies: 1
Views: 1535
 
Jump to post

Begin Standard Action

I want to run a powershell script prior to the running the installer, so that it can uninstall the previous version of the application IF it was installed with ClickOnce. If the ClickOnce uninstall was unsuccessful, I want to cancel the install of the MSI. Reading your documentation, and forum posts...
by don_ucw
Sun Dec 16, 2018 12:50 am
Forum: Common Problems
Topic: Setting an EXEs compatability settings
Replies: 3
Views: 2609
 
Jump to post

Re: Setting an EXEs compatability settings

Thanks for the help - we'll investigate
by don_ucw
Sun Dec 16, 2018 12:46 am
Forum: Common Problems
Topic: Scheduled Task with multiple triggers
Replies: 3
Views: 3625
 
Jump to post

Re: Scheduled Task with multiple triggers

No problem - we already have the script in powershell - we have been using it for a year or so. I just wanted to convert it to AI if possible.
by don_ucw
Fri Dec 14, 2018 6:57 pm
Forum: Common Problems
Topic: Setting an EXEs compatability settings
Replies: 3
Views: 2609
 
Jump to post

Setting an EXEs compatability settings

Is there anyway we can set compatability settings for an EXE once it is installed? Specifically we need to set the high DPI settings to *not* override.

thanks!

highDPI.png
highDPI.png (79.49 KiB) Viewed 2609 times
by don_ucw
Fri Dec 14, 2018 3:32 pm
Forum: Common Problems
Topic: Execute custom action on install and uninstall only for specific feature
Replies: 3
Views: 3086
 
Jump to post

Re: Execute custom action on install and uninstall only for specific feature

Thanks Catalin,

is there a help page that can tell me what the special numbers '2' and '3' mean (that are used in the conditions)?
by don_ucw
Fri Dec 14, 2018 5:06 am
Forum: Common Problems
Topic: Scheduled Task with multiple triggers
Replies: 3
Views: 3625
 
Jump to post

Scheduled Task with multiple triggers

I need to define a scheduled task with multiple triggers (Once, startup and every 3 mins). We are running a Kiosk shell and "Once" executes very early on system restart.

Anyway to setup a scheduled task from AI that has multiple triggers?
by don_ucw
Fri Dec 14, 2018 4:22 am
Forum: Common Problems
Topic: Execute custom action on install and uninstall only for specific feature
Replies: 3
Views: 3086
 
Jump to post

Execute custom action on install and uninstall only for specific feature

I would like to execute a custom action on install only if a specific feature is installed. I saw this posting, however I need o run the action elevated and after the application is installed. https://www.advancedinstaller.com/forums/viewtopic.php?t=34512 I would also like to run a custom action ele...
by don_ucw
Sat Dec 01, 2018 2:03 am
Forum: Common Problems
Topic: Silent install with UAC
Replies: 3
Views: 3175
 
Jump to post

Re: Silent install with UAC

Figured it out.

Needed to add "Flags = SilentInstall|Advertises" to our updates.txt
by don_ucw
Sat Dec 01, 2018 12:09 am
Forum: Common Problems
Topic: Silent install with UAC
Replies: 3
Views: 3175
 
Jump to post

Silent install with UAC

We are evaluating your software as replacement for ClickOnce and one major feature we are interested in is silent (no GUI) install triggered from our application. Since our install requires UAC we are trying to use your "How to handle updates without Elevation" https://www.advancedinstalle...
by don_ucw
Thu Nov 29, 2018 6:23 pm
Forum: Common Problems
Topic: Upgrade not installing old - installing side by side
Replies: 4
Views: 2832
 
Jump to post

Re: Upgrade not installing old - installing side by side

Thanks for the tip.

FWIW the issue was that MS Installer does not recognize the last number in the build, e.g. major.minor.version.build

I changed the build number to increment on the 3rd number and it now uninstalls the old and installs the new. (e.g. 99.0.1.0 now goes to 99.0.2.0)
by don_ucw
Thu Nov 29, 2018 12:48 am
Forum: Common Problems
Topic: Upgrade not installing old - installing side by side
Replies: 4
Views: 2832
 
Jump to post

Re: Upgrade not installing old - installing side by side

I should describe what happens. I run a build, it creates build 9.0.0.9000 MSI. I download and install in. I run a second build. it creates build 9.0.0.9001 MSI. I download and install it. Both versins are installed. I would expect that when I run the 9001 build MSI, it would say somelike like "...
by don_ucw
Wed Nov 28, 2018 11:59 pm
Forum: Common Problems
Topic: Upgrade not installing old - installing side by side
Replies: 4
Views: 2832
 
Jump to post

Upgrade not installing old - installing side by side

I our project I have the upgrade options set to: - Automatically upgrade older product versions - uninstall old version first... version number is set to 1.0.0 This is checked into TFS. We use a build server. The AIP is fetched from TFS. The build server command line edits AIP and sets the build num...
by don_ucw
Wed Nov 28, 2018 6:14 pm
Forum: Building Installers
Topic: Understanding Web Updates
Replies: 2
Views: 2153
 
Jump to post

Re: Understanding Web Updates

After reading about the restriction on patches, I think we need to go down the upgrade route for each time we update.

https://www.advancedinstaller.com/user- ... tches.html
by don_ucw
Wed Nov 28, 2018 6:11 pm
Forum: Building Installers
Topic: Understanding Web Updates
Replies: 2
Views: 2153
 
Jump to post

Understanding Web Updates

Howdy all, we are an ISV with a WPF app and we are currently moving from ClickOnce to MSI. We are evaluating Advanced installer to see if it will work for us. So far so good, but now comes the hard part. We like the convenience of ClickOnce updates, and would like to emulate it with AI. I have been ...
by don_ucw
Wed Nov 28, 2018 5:51 pm
Forum: Common Problems
Topic: Set project root path from command line
Replies: 5
Views: 11543
 
Jump to post

Re: Set project root path from command line

Thanks Sorin

Go to advanced search