Search found 44 matches

Go to advanced search

by SimHorizon
Thu May 06, 2021 7:59 pm
Forum: Common Problems
Topic: How to prevent Uninstall from removing folders?
Replies: 2
Views: 1944
 
Jump to post

Re: How to prevent Uninstall from removing folders?

I was able to resolve this problem via this hint in your documentation ... using Method 1.
AIFilesAndFoldersSetting1.jpg
AIFilesAndFoldersSetting1.jpg (58.09 KiB) Viewed 1939 times
Haven't tested with an upgrade/update yet, so will have to see if this is really going to work for me.

Cheers, Rob.
by SimHorizon
Thu May 06, 2021 7:56 pm
Forum: Common Problems
Topic: Custom Action that displays a Window behind AI Dialog?
Replies: 2
Views: 1839
 
Jump to post

Re: Custom Action that displays a Window behind AI Dialog?

IGNORE this post, I was able to resolve the issue via my application code to force my message window to display in front of the AI Dialog.

In my case, I just need to adjust my code and subscribe to the activated event (on my window) and then do a this.Focus().

Cheers, Rob
by SimHorizon
Thu May 06, 2021 7:53 pm
Forum: Common Problems
Topic: How to uninstall if custom action fails?
Replies: 3
Views: 2155
 
Jump to post

Re: How to uninstall if custom action fails?

Hi Catalin, I think you mis-understood my post and/or I wasn't very clear in my post. The default behavior I was referencing is here: CustomActionDefaults.jpg By default you folks have this "Checked" ... IMHO, it should be "Unchecked" by default. Thanks for the link, very helpful...
by SimHorizon
Thu May 06, 2021 8:12 am
Forum: Common Problems
Topic: Custom Action that displays a Window behind AI Dialog?
Replies: 2
Views: 1839
 
Jump to post

Custom Action that displays a Window behind AI Dialog?

I've tried just about everything to get my CustomAction that runs exe that has a window that prompts the user to be "focused" on top of the AI Dialog, but nothing seems to work. Is there some setting in AI that I can check to say give my CustomAction EXE topmost focus?

Cheers, Rob.
by SimHorizon
Thu May 06, 2021 8:08 am
Forum: Common Problems
Topic: How to prevent Uninstall from removing folders?
Replies: 2
Views: 1944
 
Jump to post

How to prevent Uninstall from removing folders?

I'm running a custom action on Uninstall that will prompt the user to keep or discard application data. Which works fine. However, AI will always remove the folders even if data in those folders have been modified by the user and more recent than the original files installed. Reading your documentat...
by SimHorizon
Wed May 05, 2021 8:00 pm
Forum: Common Problems
Topic: Not being prompted on Uninstall for Data Cleanup?
Replies: 18
Views: 7948
 
Jump to post

Re: Not being prompted on Uninstall for Data Cleanup?

UPDATED information: UninstallCleanUp.jpg AIDialogs0.jpg AIDialogs1.jpg With the Uninstall Cleanup Wizard, if I only check "On a full UI Uninstall" it suggests I need to use a "VerifyRemoveDlg" which as you can see is NOT available when I'm in the Dialogs section of AI. Perhaps t...
by SimHorizon
Wed May 05, 2021 7:30 pm
Forum: Common Problems
Topic: How to uninstall if custom action fails?
Replies: 3
Views: 2155
 
Jump to post

How to uninstall if custom action fails?

I have a custom action setup to run an EXE on uninstall, unfortunately I didn't provide the fully qualified path so the Uninstall comes back with: CustomActionProblem1.jpg So I'm "stuck" with an not being able to uninstall my app ... any hints on how I can proceed other than manually hacki...
by SimHorizon
Wed May 05, 2021 6:12 pm
Forum: Common Problems
Topic: Control Panel icon not showing?
Replies: 5
Views: 2930
 
Jump to post

Re: Control Panel icon not showing?

Hi Catalin,

Thanks for the response, unfortunately I have a more pressing issue right now (as in holding up my deployment) ... see thread:

viewtopic.php?f=2&t=47057

Cheers, Rob.
by SimHorizon
Wed May 05, 2021 5:17 pm
Forum: Common Problems
Topic: Control Panel icon not showing?
Replies: 5
Views: 2930
 
Jump to post

Re: Control Panel icon not showing?

Hi Catalin, The issue seems to be related to updating from v18.1 to v18.2. I touch nothing with my AI project other than "build" after updating AI to v18.2 (original project was created with v18.0). However, when I reselected the icon in my AI project and then perform another build, this s...
by SimHorizon
Wed May 05, 2021 6:36 am
Forum: Common Problems
Topic: Not being prompted on Uninstall for Data Cleanup?
Replies: 18
Views: 7948
 
Jump to post

Re: Not being prompted on Uninstall for Data Cleanup?

UPDATE: When I try to edit the AI project and right click on my folder "Sim Horizon" I get an error: UninstallPrompting5.jpg I do get prompted to "keep settings data" and when I select yes it does retain my Application Data Sim Horizon folders but removes all of my folder/data fr...
by SimHorizon
Wed May 05, 2021 6:14 am
Forum: Common Problems
Topic: Not being prompted on Uninstall for Data Cleanup?
Replies: 18
Views: 7948
 
Jump to post

Re: Not being prompted on Uninstall for Data Cleanup?

Hi Catalin,

Unfortunately this is NOT working for me on version 18.2 (Pro not enterprise).

I don't get prompted per the Theme I was using (BlackSurface). Here is my setup:
UninstallPrompting1.jpg
UninstallPrompting1.jpg (64.13 KiB) Viewed 4687 times
UninstallPrompting3.jpg
UninstallPrompting3.jpg (169.66 KiB) Viewed 4687 times
UninstallPrompting2.jpg
UninstallPrompting2.jpg (55.47 KiB) Viewed 4687 times
Thoughts?

Cheers, Rob.
by SimHorizon
Wed May 05, 2021 1:08 am
Forum: Common Problems
Topic: AppId?
Replies: 5
Views: 4142
 
Jump to post

AppId?

I'm deploying a .NET WPF application and using the Update Installer option. In the "Notification" section of my Update config file there is an option to "Enable notifications": AppID1.jpg Per documentation it requires a "AppId" entered in my Advanced Installer project: ...
by SimHorizon
Fri Apr 30, 2021 5:34 pm
Forum: Common Problems
Topic: Control Panel icon not showing?
Replies: 5
Views: 2930
 
Jump to post

Control Panel icon not showing?

This used to work in 18.0 version but seems to not be working anymore (I'm running 18.2).
ControlPanelIconNotShowing.jpg
ControlPanelIconNotShowing.jpg (38.51 KiB) Viewed 2930 times
ControlPanelIconNotShowing1.jpg
ControlPanelIconNotShowing1.jpg (117.94 KiB) Viewed 2930 times
Thoughts?

Cheers, Rob.
by SimHorizon
Sat Feb 13, 2021 11:43 pm
Forum: Building Installers
Topic: How to notify updates are available in my app?
Replies: 2
Views: 2098
 
Jump to post

Re: How to notify updates are available in my app?

UPDATE: I was able to figure out a solution using /justcheck and wait for process to exit and capture the return code using: https://www.advancedinstaller.com/user-guide/updater.html#section340 for return codes 0 - Found updates for the application or the updates match /justcheck filters like -insta...
by SimHorizon
Fri Feb 12, 2021 4:53 pm
Forum: Common Problems
Topic: Not being prompted on Uninstall for Data Cleanup?
Replies: 18
Views: 7948
 
Jump to post

Re: Not being prompted on Uninstall for Data Cleanup?

Hi Catalin, I was able to get back to where I needed to be but it was odd: My install project is an EXE On Theme: Always (install, uninstall and maintenance) On Product Details: Re https://drive.google.com/uc?export=view&id=1K9dPZ_4Pgu1J474fTj1mxkWqAr4EUHA1 https://drive.google.com/uc?export=vie...

Go to advanced search