Search found 2791 matches

Go to advanced search

by Bogdan
Thu Jul 27, 2023 9:54 am
Forum: Sample Projects
Topic: Create Desktop Shortcut through an MSIX package
Replies: 1
Views: 218523
 
Jump to post

Re: Create Desktop Shortcut through an MSIX package

If you have Advanced Installer v19.3 or higher you don't need to follow the steps from this forum post. There is an easier built-in way to create a desktop shortcut, as described in this article:
https://www.advancedinstaller.com/handl ... -msix.html
by Bogdan
Fri Jul 21, 2023 10:59 am
Forum: Building Installers
Topic: Read from current directory in MSIX Store environment.
Replies: 4
Views: 33144
 
Jump to post

Re: Read from current directory in MSIX Store environment.

This scenario and other common MSIX limitations, with our solutions, have been documented in the following article:

https://www.advancedinstaller.com/how-t ... h-psf.html
by Bogdan
Mon May 15, 2023 10:42 am
Forum: Common Problems
Topic: Digicert Keylocker
Replies: 23
Views: 179889
 
Jump to post

Re: Digicert Keylocker

Hi, We will monitor the evolution of this support from Digicert and once we have clear specs from them, along with more user requests we will increase the priority for this integration. In the meantime, to avoid the limitations (password prompt/physical flash drive requirement) of EV signing you can...
by Bogdan
Wed Aug 25, 2021 9:42 am
Forum: Building Installers
Topic: Troubles Creating MSIX Package from Scratch
Replies: 3
Views: 44864
 
Jump to post

Re: Troubles Creating MSIX Package from Scratch

Hi John, The AIP file you attached is empty, other than a reference to your certificate it does not contain any other configurations, besides our defaults. Can you attach an updated version of your test project? Or zip it all together (binaries included) if it's just for testing purposes. Also, is y...
by Bogdan
Tue Aug 24, 2021 4:32 pm
Forum: Building Installers
Topic: MSIX app attach issues
Replies: 1
Views: 41764
 
Jump to post

Re: MSIX app attach issues

Hi, Can you share some of the packages presenting this problems with us? If you don't have access to a public cloud where you can upload them email us at support@advancedinstaller.com and we will give you access to ours. The solution for the AiStub error is to use PsfTooling, we did this but it is s...
by Bogdan
Fri Jun 11, 2021 2:42 pm
Forum: Building Installers
Topic: MSIX packages for Windows 7 SP1
Replies: 6
Views: 57864
 
Jump to post

Re: MSIX packages for Windows 7 SP1

Hi,

Topic update - This improvement has been included in Advanced Installer since version 17.0.

You can now define Windows 7,8 or 8.1 as targets for your MSIX packages from the Builds page.

Regards,
Bogdan
by Bogdan
Wed May 26, 2021 9:14 am
Forum: Building Installers
Topic: Azure Devops best practices: Generating release notes automatically?
Replies: 6
Views: 82548
 
Jump to post

Re: Azure Devops best practices: Generating release notes automatically?

Thanks Simon, appreciate the feedback. From what I see you are mostly focusing on the automatic generation of the release notes and not the entire update pipeline (i.e. publishing the new package on your server, configuring the updates project with the right detection rules, etc...) Since you need m...
by Bogdan
Tue May 25, 2021 11:47 am
Forum: Building Installers
Topic: Using PowerShell to build updater
Replies: 3
Views: 48587
 
Jump to post

Re: Using PowerShell to build updater

Hi, Bogdan here, the product manager at Advanced Installer. Can you share with us more details on your automation plans? For example, we have seen users requesting support for Github integration (which we released a few months ago) and we also noticed some of our Azure Devops users have automation p...
by Bogdan
Tue May 25, 2021 11:25 am
Forum: Building Installers
Topic: Azure Devops best practices: Generating release notes automatically?
Replies: 6
Views: 82548
 
Jump to post

Re: Azure Devops best practices: Generating release notes automatically?

Hi Simon, Bogdan here, I manage product development at Advanced Installer. I was looking over your idea/request and I was curious if our Github integration is something that influenced your idea or not? Besides that, I have a few more questions: 1) Do you want to include all the issues in the releas...
by Bogdan
Mon Nov 23, 2020 9:38 am
Forum: Common Problems
Topic: Could not access network location
Replies: 1
Views: 37290
 
Jump to post

Re: Could not access network location

Hi Walter, Welcome to our community. To get a solution as fast as possible we recommend you always do a search on our website for the error message you get before posting a new question. This might help you find the solution in minutes instead of waiting for our next-day answer. For example, in your...
by Bogdan
Tue Oct 06, 2020 9:15 am
Forum: Common Problems
Topic: How do I determine if an inline powershell script has been blocked or simply failed
Replies: 3
Views: 39928
 
Jump to post

Re: How do I determine if an inline powershell script has been blocked or simply failed

Hi, Scripts (PS or VBS) have a history with being blocked either by antiviruses or other group policy management solutions. My recommendation would be to re-write your code into a C# custom action . This way you will end up with a DLL as custom action which should save you from all the headaches of ...
by Bogdan
Fri Apr 10, 2020 3:06 pm
Forum: Common Problems
Topic: How to fix Headless app from .exe to .appx
Replies: 6
Views: 57579
 
Jump to post

Re: How to fix Headless app from .exe to .appx

Hi,

The solution to fix the HeadlessAppBypass error is to add an appAlias for your console app in the Declarations page from your Advanced Installer project.

appalias.png
appalias.png (28.24 KiB) Viewed 56817 times

Go to advanced search