Search found 15 matches

Go to advanced search

by hthomas
Fri Feb 11, 2022 1:29 pm
Forum: Common Problems
Topic: Selectable per-user and per-machine installations does not seem to work when using the theme 'Surface'
Replies: 6
Views: 3416
 
Jump to post

Re: Selectable per-user and per-machine installations does not seem to work when using the theme 'Surface'

Thank you, I missed the popup notification (imho it's easy to miss after the popup has disappeared, but it's definitely there on the Notifications tab :) )
by hthomas
Thu Feb 10, 2022 1:00 pm
Forum: Common Problems
Topic: Selectable per-user and per-machine installations does not seem to work when using the theme 'Surface'
Replies: 6
Views: 3416
 
Jump to post

Re: Selectable per-user and per-machine installations does not seem to work when using the theme 'Surface'

Hi Liviu, thanks for the reply! I'll send our project file and the screenshots soon. Please keep in mind that the "Surface" theme requires "Enhanced User Interface" which is handled by our EXE Bootstrapper. I'm aware of that. What we are trying to do is to have an EXE installer w...
by hthomas
Tue Feb 08, 2022 3:48 pm
Forum: Common Problems
Topic: Selectable per-user and per-machine installations does not seem to work when using the theme 'Surface'
Replies: 6
Views: 3416
 
Jump to post

Selectable per-user and per-machine installations does not seem to work when using the theme 'Surface'

Hello, I use the Surface theme and I'd like to set a selectable per-user and per-machine installation installation. I set these: Install parameters: - Installation type: Per-machine if user is administrator, per-user otherwise - Application folder is [AI_UserProgramFiles]\product_family\product_name...
by hthomas
Wed Dec 22, 2021 3:34 pm
Forum: Common Problems
Topic: Error 1309 during installation
Replies: 3
Views: 3457
 
Jump to post

Re: Error 1309 during installation

Hi Catalin, thanks for the quick reply! The full path for that file is less than 100 characters long, so I think that's fine; although, in the log, I see old DOS format file names with the '~' character. Weird. I'll send you the AI file and the full log. I'll need some time to get everything ready f...
by hthomas
Tue Dec 21, 2021 1:24 pm
Forum: Common Problems
Topic: Error 1309 during installation
Replies: 3
Views: 3457
 
Jump to post

Error 1309 during installation

Hello! I sometimes get this error when I try to install my application built with AI. This is the interesting part of the MSI error log: MSI (s) (DC:C0) [08:40:55:644]: Executing op: FileCopy(SourceName=SOURCE~1.OTF|SourceSansPro-Black.otf,SourceCabKey=SourceSansProBlack.otf,DestName=SourceSansPro-B...
by hthomas
Mon Oct 26, 2020 5:59 pm
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

Hello, you can use the Build Advanced Installer package task in Azure, you don't have to create an aic file manually. The task also has a command line arguments section where you can set the SetAzureKeyVaultSecret command: SetAzureKeyVaultSecret SecretEnvVarName -secret_is_env_var_name or SetAzureKe...
by hthomas
Fri Sep 25, 2020 2:05 pm
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

Hello Catalin, thank you for the update!
by hthomas
Thu Sep 24, 2020 3:18 pm
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

Hi Catalin,
could you confirm if this is a bug in AI or in AI-Azure integration or if we do something wrong? If it is a bug, then do you think we could expect a fix soon?
I'd like to set up our release pipeline in Azure with signing from the Key Vault and this is the only thing which blocks us.
by hthomas
Tue Sep 22, 2020 2:54 pm
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

Hello Catalin,
I tried it and unfortunately it doesn't work.
I still get "A required argument is missing: <azure_key_vault_app_client_secret>."
I tried this with AI 17.5.
by hthomas
Fri Sep 18, 2020 11:30 am
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

Hello Catalin, unfortunately not. SetAzureKeyVaultSecret ENVVAR -secret_is_env_var_name This works locally but gives AADSTS7000216 in Azure Pipelines. SetAzureKeyVaultSecret -secret-with-hyphen- This does not work neither locally nor in Azure. In Azure I get an error "A required argument is mis...
by hthomas
Wed Sep 16, 2020 2:37 pm
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

I tried to circumvent the '-' issue by using SetAzureKeyVaultSecret SecretEnvVarName -secret_is_env_var_name but so far I only get an error: 'Unable to get Azure Sign token. AADSTS7000216: 'client_assertion', 'client_secret' or 'request' is required for the 'client_credentials' grant type.' Update: ...
by hthomas
Tue Sep 15, 2020 12:23 pm
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

I see *** instead of the secret in the output when I add my SetAzureKeyVaultSecret as a command line argument in the Azure task.

But that problem with the '-' in the secret string... is that a bug in AI? Or something needs to be done diffently?
by hthomas
Fri Sep 11, 2020 11:22 am
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

Hello Catalin, I tried this locally: ;aic SetVersion 1.2.3.4 SetAzureKeyVaultSecret -asdf- Build There are '-' characters in the secret and it seems they cause the problem. If I remove them, the build starts (but I'll get an invalid secret key error of course). I had the same locally and in Azure Pi...
by hthomas
Thu Sep 10, 2020 8:54 am
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

Thanks Catalin, I set up my task using the following commands in the Command Line Arguments section: SetVersion $(Version).$(Build.BuildId) SetAzureKeyVaultSecret $(Secret) And I get this error: ##[error]Failed to execute Advanced Installer task. Error: SetVersion 1.2.3.4826 SetAzureKeyVaultSecret *...
by hthomas
Tue Sep 08, 2020 12:33 pm
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 193435
 
Jump to post

Re: Azure DevOps and Signing

Hi, I've read that Azure Key Vault is now supported. Could you point me to a tutorial about the recommended way to set it up in Azure DevOps? I was able to sign my app locally using the "User From Azure Key Vault" option within AI. I also read about calling AzureSigntool in a task as a wor...

Go to advanced search