Search found 8238 matches

Go to advanced search

by Daniel
Tue May 30, 2023 10:42 am
Forum: Sample Projects
Topic: Deploy your own application custom font before setup UI initializes
Replies: 0
Views: 273085
 
Jump to post

Deploy your own application custom font before setup UI initializes

Hi, Hereby I expose the configuration of a setup package that will use same custom font (for setup dialogs) as the one used by your application. Often, applications make use of a custom font. To do so the custom font have to be deployed using your setup package. This is fairly easy to configure, hav...
by Daniel
Tue Mar 21, 2023 3:26 pm
Forum: Sample Projects
Topic: Create Application files and folders outside of VFS during MSIX install
Replies: 6
Views: 170041
 
Jump to post

Re: Create Application files and folders outside of VFS during MSIX install

Hi and welcome to our forums, This is possible using our "AppCompat" feature. Just create a short PowerShell script that sets permissions on the related folder. For instance it sets Read&Execute permissions for "Everyone" user group. You can use the following code: $ACL = Get...
by Daniel
Thu Feb 09, 2023 3:43 pm
Forum: Sample Projects
Topic: Create Application files and folders outside of VFS during MSIX install
Replies: 6
Views: 170041
 
Jump to post

Create Application files and folders outside of VFS during MSIX install

Hi, There are known scenario requirements when you need to migrate and package into an MSIX setup a classic Win32 app that needs to write user data/settings into a folder and or file located outside of the VFS folder. For instance let's say you need to package into an MSIX setup a Win32 app that wri...
by Daniel
Tue Nov 08, 2022 3:07 pm
Forum: Common Problems
Topic: VSTO Per Machine Installation
Replies: 6
Views: 99774
 
Jump to post

Re: VSTO Per Machine Installation

Hi Connor,

Can you please send us by email the current version of your setup project and a download link for your built setup package? So we can fully test and investigate this on our side?

All the best,
Daniel
by Daniel
Mon Oct 31, 2022 8:01 am
Forum: Common Problems
Topic: VSTO Per Machine Installation
Replies: 6
Views: 99774
 
Jump to post

Re: VSTO Per Machine Installation

Hi Connor, I have replied you over email too. This may happen if on the target machine (the machine where you test the install on) there is installed a 64-bit version of Office. Currently your add-in installs and registers only for the 32-bit Office product. Do you need it to register with the 64-bi...
by Daniel
Wed Oct 19, 2022 10:13 am
Forum: Common Problems
Topic: present a database table data in user controls like combo boxes(later on for single records in edit fields too)
Replies: 23
Views: 295130
 
Jump to post

Re: present a database table data in user controls like combo boxes(later on for single records in edit fields too)

Hi Mayssa, This is actually caused by a small issue in our tool. Thank you for bringing this to our attention: To get this working please proceed like this: 1. go to "Dialogs" page and select one of those controls (e.g. [Next] button 2. in the right pane click on the translation (flag icon...
by Daniel
Mon Oct 17, 2022 9:42 am
Forum: Common Problems
Topic: Having issues signing and notarizing MacOS / Java Installations
Replies: 1
Views: 60099
 
Jump to post

Re: Having issues signing and notarizing MacOS / Java Installations

Hi, I am afraid we do not have support to sign nor to notarize the MacOS build packages we produce. I have shared your feedback with my dev team and we have added on our todo list support to notarize the MacOS build packages. Hopefully this improvement will be available in the future. When so we wil...
by Daniel
Wed Oct 12, 2022 12:38 pm
Forum: Common Problems
Topic: present a database table data in user controls like combo boxes(later on for single records in edit fields too)
Replies: 23
Views: 295130
 
Jump to post

Re: present a database table data in user controls like combo boxes(later on for single records in edit fields too)

Hi Mayssa, Can you please test the attached modified version of your "mySample.aip" setup project and let me know how this works for you? mySample.aip Basically here are the changes I have done: 1. go to "Dialogs" page and select "Published Events" list on [Next>] butto...
by Daniel
Tue Oct 11, 2022 3:19 pm
Forum: Common Problems
Topic: present a database table data in user controls like combo boxes(later on for single records in edit fields too)
Replies: 23
Views: 295130
 
Jump to post

Re: present a database table data in user controls like combo boxes(later on for single records in edit fields too)

Hi Mayssa,

Please give me some time to review your setup project and I will get back to you once I have a conclusion.

Thank you for your understanding on this.

All the best,
Daniel
by Daniel
Tue Sep 27, 2022 7:42 am
Forum: Common Problems
Topic: How to setup File signing with Azure Key Vault certifiacte in Gitlab CI pipeline
Replies: 1
Views: 61541
 
Jump to post

Re: How to setup File signing with Azure Key Vault certifiacte in Gitlab CI pipeline

Hi, When moving to Gitlab pipeline you should use our command line support and make use of the " SetAzureKeyVaultSecret " command. Basically you can create an Advanced Installer file of commands (e.g. ai_cmd.aic) with this content: ;aic SetAzureKeyVaultSecret <yourSecretKey> Rebuild or wit...
by Daniel
Wed Aug 31, 2022 9:18 am
Forum: Sample Projects
Topic: Package java application into an MSIX setup for Windows
Replies: 2
Views: 91271
 
Jump to post

Package java application into an MSIX setup for Windows

Hi, Hereby I want to expose how easily you can create an MSIX setup for your java application by using Advanced Installer tool. One of the main challenge when you want to deploy your java app through an MSIX package is to make sure you include all of your java app dependencies in the MSIX package. T...
by Daniel
Thu Aug 18, 2022 12:33 pm
Forum: Common Problems
Topic: Why does AI need access to my private key?
Replies: 1
Views: 40316
 
Jump to post

Re: Why does AI need access to my private key?

Hi, This may happen if you are using the "Use from Azure Key Vault" option in "Digital Signatures" page of your setup project. When using this option at build time Advanced Installer needs to use your Azure Key Vault secret key to sign the setup package. I really cannot say why t...
by Daniel
Wed Aug 17, 2022 6:09 am
Forum: Common Problems
Topic: Digital certificate expired but only for command line build
Replies: 5
Views: 73111
 
Jump to post

Re: Digital certificate expired but only for command line build

This is great. I am glad you got this working.

Thank you for your follow up on this!

Daniel
by Daniel
Tue Aug 16, 2022 9:44 am
Forum: Common Problems
Topic: Digital certificate expired but only for command line build
Replies: 5
Views: 73111
 
Jump to post

Re: Digital certificate expired but only for command line build

Hi, This is really strange. Can you please make sure that the .AIP (setup project) file you are using in your TeamCity build has the "Use file from disk" option in "Digital Signatures" page? Usually the above error occurs when the "Use from certificate store" option is ...

Go to advanced search