Search found 8238 matches

Go to advanced search

by Daniel
Mon Aug 15, 2022 6:48 am
Forum: Common Problems
Topic: Digital certificate expired but only for command line build
Replies: 5
Views: 73109
 
Jump to post

Re: Digital certificate expired but only for command line build

Hi Peter, This may happen if the Jenkins build runs under a different Windows User account than the one you use when you run Advanced Installer with UI. When you create a certificate from Advanced Installer application, the certificate will be imported only under the current user certificates store....
by Daniel
Tue Aug 09, 2022 9:44 am
Forum: Common Problems
Topic: File Association has an incorrect icon when app is published via Microsoft Store
Replies: 2
Views: 28707
 
Jump to post

Re: File Association has an incorrect icon when app is published via Microsoft Store

Hi and welcome to our forums, I have debated this with my dev team and it seems this is currently a limitation of our MSIX support. The file association option in MSIX currently supports only the icon of the target application. We have added an improvement on our todo list so we can automatically us...
by Daniel
Mon Jul 25, 2022 4:30 pm
Forum: Feature Requests
Topic: Ability to add /pb option to makemsix command line.
Replies: 2
Views: 45731
 
Jump to post

Re: Ability to add /pb option to makemsix command line.

Hi Tim, Sorry for the delayed reply on this. I have added this improvement on our roadmap and hopefully it will be available in one of the next versions of Advanced Installer. Thank you for pointing this out to us. When this will be released we will notify you on this forum's thread. All the best, D...
by Daniel
Tue Apr 26, 2022 3:58 pm
Forum: Common Problems
Topic: Prevent User Deletion
Replies: 1
Views: 22388
 
Jump to post

Re: Prevent User Deletion

Hi, To avoid the user removal on product uninstall (regular uninstall or major upgrade) you can try to add a false condition on our "AI_UninstallAccounts" action in "Table Editor" page. Just add a false condition (e.g. 1=2) for "AI_UninstallAccounts" action in "Ins...
by Daniel
Thu Apr 07, 2022 3:11 pm
Forum: Sample Projects
Topic: Run the Repackager tool in a nested Hyper-V virtual machines environment
Replies: 0
Views: 346960
 
Jump to post

Run the Repackager tool in a nested Hyper-V virtual machines environment

Hi, Let's suppose you have a working environment with this configuration: 1. a physical machine (i.e. DANIELRADULT ) 2. a Hyper-V virtual machine ( Win10-L1 ) hosted on the physical machine 3. a nested Hyper-V virtual machine ( Win10-L2 ) hosted on the Win10-L1 VM If you are wondering if it is possi...
by Daniel
Mon Mar 28, 2022 3:54 pm
Forum: Common Problems
Topic: Upgrade Error Cause
Replies: 4
Views: 32929
 
Jump to post

Re: Upgrade Error Cause

Hi, We have analyzed your setup projects configuration and most likely our "AI_SecureProperty" custom action fails during upgrade installation because you have modified its execution stage (i.e. to be last action executed during installation). Please note that when you change the execution...
by Daniel
Fri Mar 25, 2022 9:25 am
Forum: Sample Projects
Topic: Implement a WinUI checkbox control on installer dialogs
Replies: 0
Views: 349660
 
Jump to post

Implement a WinUI checkbox control on installer dialogs

Hi, Recently we have added support in Advanced Installer for modern WinUI controls . Thus you can develop in a XAML file the code of your own WinUI control and then include such control in one of the setup package dialogs. After this tutorial we will achieve the following design: After WinUI: with W...
by Daniel
Tue Mar 22, 2022 12:49 pm
Forum: Common Problems
Topic: Using licenses to control upgrades
Replies: 9
Views: 55169
 
Jump to post

Re: Using licenses to control upgrades

Hi,

The above issue was fixed starting with Advanced Installer 19.3 version released on March 21st, 2022.

When you have the time please run a test and let us know how this works for you now.

All the best,
Daniel
by Daniel
Wed Mar 16, 2022 10:02 am
Forum: Common Problems
Topic: Upgrade Error Cause
Replies: 4
Views: 32929
 
Jump to post

Re: Upgrade Error Cause

Hello, We are very sorry for the trouble you faced so far when trying to make use of our Secure Property support. I really understand your mood and I'm sorry for this, but as you already noticed our current Secure Property support is not tailored to fully cover your requirements. I can confirm you t...
by Daniel
Mon Mar 14, 2022 10:30 am
Forum: Common Problems
Topic: Using licenses to control upgrades
Replies: 9
Views: 55169
 
Jump to post

Re: Using licenses to control upgrades

Hi, Sorry for the delay on this. I have tested the scenario and replicated the behavior with extra characters added at the end of the license string get from registry. Please give me a few more time to debate this with my dev team and as soon as I have a conclusion I will get back to you. Thank you ...
by Daniel
Tue Mar 08, 2022 10:47 am
Forum: Common Problems
Topic: License Server issue
Replies: 1
Views: 20930
 
Jump to post

Re: License Server issue

Hi, I really cannot say why this happens. Maybe it has to do with the encoding you use when computing the digital signature or with an invisible character included in the license elements string/signature. Can you please make sure the license elements are merged into an UTF-16LE encoded string befor...
by Daniel
Wed Mar 02, 2022 10:49 am
Forum: Common Problems
Topic: Using licenses to control upgrades
Replies: 9
Views: 55169
 
Jump to post

Re: Using licenses to control upgrades

Hi, Accordingly to the POST URL you are testing the LicenseIdCheckURL flag should be set to the following URL address: https://nabhospengwhitelister20220113095929.azurewebsites.net/wlMidCheck Is it your LicenseIdCheckURL a public URL? I'm asking this because when I try to access it, e.g. https://nab...
by Daniel
Wed Feb 02, 2022 4:28 pm
Forum: Common Problems
Topic: Using licenses to control upgrades
Replies: 9
Views: 55169
 
Jump to post

Re: Using licenses to control upgrades

Hi, Sorry for the delayed reply on this. Please note that when you want to search for your license in registry you should call the Updater with a command like this: updater.exe /command HKLM\SOFTWARE\Wow6432Node\MyKey\License where /command is one of the Updater Command-line option. Just check the a...
by Daniel
Tue Jan 04, 2022 4:01 pm
Forum: Common Problems
Topic: Dynamic IIS configuration
Replies: 3
Views: 32173
 
Jump to post

Re: Dynamic IIS configuration

Hi Andrey, Thank you for your follow up on this. Yes, in case the web site already exists you should use our "Skip item installation" error policy. Also, I have added on our TODO list an improvement to extend our PowerShell automation support to cover IIS option in the setup project. When ...
by Daniel
Tue Dec 28, 2021 9:54 am
Forum: Common Problems
Topic: Dynamic IIS configuration
Replies: 3
Views: 32173
 
Jump to post

Re: Dynamic IIS configuration

Hi Andrey, I am not so sure I fully understand your request. Do you need to use our PowerShell automation support to configure items (web sites, web apps, virtual directories and app pools) in our "IIS" page when building your setup project? Or are you looking to configure in "IIS&quo...

Go to advanced search