Search found 7 matches

Go to advanced search

by Veverke
Sun Jun 04, 2023 10:16 am
Forum: Common Problems
Topic: Reference Manufacturer and ProductName variables in powershell custom action script
Replies: 3
Views: 9443
 
Jump to post

Reference Manufacturer and ProductName variables in powershell custom action script

Hi, I need to manipulate some files maintained by my app in order to support migrating it to a version with a breaking feature. In order to do that, I need to reference the installation folder (defined by Manufacturer variable) and app folder (ProductName variable) so I can access them. I am yet to ...
by Veverke
Sun Mar 27, 2022 10:46 am
Forum: Common Problems
Topic: Advance installer gets stuck during the signing process with azure pipeline
Replies: 1
Views: 1085
 
Jump to post

Advance installer gets stuck during the signing process with azure pipeline

Hi, We are trying to build advanced installer AIP file using azure pipeline classic. The “Use from Azure Key Vault” option is turned on, And the build is called with ai execute file: ;aic SetAzureKeyVaultSecret <our_secret> Build When running this build on the self-hosted build server locally – it w...
by Veverke
Fri Mar 25, 2022 1:02 pm
Forum: Building Installers
Topic: Generating updater.exe via AI command line
Replies: 3
Views: 1909
 
Jump to post

Re: Generating updater.exe via AI command line

Thanks for the reply. I do not see how this answers the question, though. I originally developed an Azure Pipeline that uses azure signtool to do all the signing after my .NET app is published (compiled & built). The whole thing works - except for signing the updater.exe, because it is somehow g...
by Veverke
Wed Mar 23, 2022 9:48 pm
Forum: Building Installers
Topic: Generating updater.exe via AI command line
Replies: 3
Views: 1909
 
Jump to post

Generating updater.exe via AI command line

Hi, I am trying to sign all executables + dll files in my application, within an Azure Pipeline, using Azure signtool for that. (doing basically the described https://www.advancedinstaller.com/using-azure-key-vault.html ) - on the result of running dotnet publish. Exception is updater.exe, because i...
by Veverke
Tue Mar 22, 2022 10:00 pm
Forum: Building Installers
Topic: Where does the deployed updater.exe file is taken from?
Replies: 1
Views: 1384
 
Jump to post

Where does the deployed updater.exe file is taken from?

I am having trouble figuring out how to digitally sign Advanced Installer's updater.exe file. I have an Azure pipeline that signs all dlls and exe files that result from running dotnet publish. Problem is, since AI's updater.exe is not part the code base, rather an external AI file, it obviously doe...
by Veverke
Tue Mar 08, 2022 10:34 am
Forum: Common Problems
Topic: I need Product Details Version field to hold a 3-digit version number, instead of 4
Replies: 1
Views: 1064
 
Jump to post

I need Product Details Version field to hold a 3-digit version number, instead of 4

product-details.png Hi there, we are now moving from 4-digits versions to semantic versioning (3 digits). As far as we understand, Product Details screen - Product Details group box's Version field takes the version info from .net's FileVersion (https://docs.microsoft.com/en-us/dotnet/api/system.di...

Go to advanced search