Search found 8238 matches

Go to advanced search

by Daniel
Thu Dec 17, 2020 10:58 am
Forum: Building Installers
Topic: Azure DevOps - License removal at Post-job
Replies: 6
Views: 25721
 
Jump to post

Re: Azure DevOps - License removal at Post-job

Hi, Our dev team released a fix for this issue. From now on, when you have concurrent pipelines building an Advanced Installer setup project you can skip the license cleanup on post-build task. To do so you should just define a pipeline variable like this: Name: advancedinstaller.cleanup Value: fals...
by Daniel
Thu Dec 17, 2020 10:40 am
Forum: Building Installers
Topic: Azure DevOps with aic File
Replies: 5
Views: 28456
 
Jump to post

Re: Azure DevOps with aic File

Hi, To achieve what you want you should simply copy the content of your .aic file (excluding its first line: ;aic) and add the commands in the "Command Line Arguments" section of your DevOps build task. For instance: SetVersion 1.2 SetProperty TESTPROP="TestValue" Save screen.jpg...
by Daniel
Wed Dec 16, 2020 3:02 pm
Forum: Common Problems
Topic: Error while setup tries to configure IIS
Replies: 9
Views: 30124
 
Jump to post

Re: Error while setup tries to configure IIS

Hi Zsolt, I am afraid the sent log file does not contain any useful info regarding the error cause. It seems the installation just fails to enable the Windows Features and/or Server Roles you configured into your setup project. Could you please try your customer to run the setup package with a debug...
by Daniel
Wed Dec 09, 2020 6:49 pm
Forum: Common Problems
Topic: 17.7 failing to create valid MSIX file
Replies: 2
Views: 10228
 
Jump to post

Re: 17.7 failing to create valid MSIX file

Hi Tim,

Thank you for sharing your feedback. We will try to add some improvements in regards to the Nuget packages and app dependencies refresh in the future, thank you for bringing this to our attention.

When this improvement is out we will update this forum thread.

All the best,
Daniel
by Daniel
Wed Dec 09, 2020 6:34 pm
Forum: Building Installers
Topic: Azure DevOps - License removal at Post-job
Replies: 6
Views: 25721
 
Jump to post

Re: Azure DevOps - License removal at Post-job

Hi Gabriel, Also, as another possible workaround solution just add a "PowerShell Script" task (just after "Build Advanced Installer" task) with the following code: Write-Host "##vso[task.setvariable variable=advinst.cleanup;]" Check attached screenshot. image.png This s...
by Daniel
Wed Dec 09, 2020 4:10 pm
Forum: Building Installers
Topic: Azure DevOps - License removal at Post-job
Replies: 6
Views: 25721
 
Jump to post

Re: Azure DevOps - License removal at Post-job

Hi Gabriel, I have talked with our dev team about this limitation and we will try to add an improvement in this regard. We will try to make available a pipeline variable you could define in Azure DevOps and when such variable is set the license file cleanup on post-job task to be skipped. When such ...
by Daniel
Wed Dec 09, 2020 1:59 pm
Forum: Building Installers
Topic: Azure DevOps - License removal at Post-job
Replies: 6
Views: 25721
 
Jump to post

Re: Azure DevOps - License removal at Post-job

Hi Gabriel, Indeed this is our current default design. The License file is deleted on post-job task. As a workaround, yes please use a "Advanced Installer Build" task (instead of a batch to call Advanced Installer) and specify your license key in the "Advanced Installer Build" ta...
by Daniel
Tue Dec 01, 2020 9:52 am
Forum: Building Installers
Topic: Error while installing x64 URL preprequisite
Replies: 2
Views: 9754
 
Jump to post

Re: Error while installing x64 URL preprequisite

Hi Tanya,

I am glad you got this solved.

Just get back to us if you have any further issues.

All the best,
Daniel
by Daniel
Wed Nov 18, 2020 7:14 am
Forum: Common Problems
Topic: SCCM Command Line
Replies: 3
Views: 12886
 
Jump to post

Re: SCCM Command Line

You are welcome.

Daniel
by Daniel
Tue Nov 17, 2020 7:50 pm
Forum: Common Problems
Topic: SCCM Command Line
Replies: 3
Views: 12886
 
Jump to post

Re: SCCM Command Line

Hi,

We apologize for the delayed reply on this.

Unfortunately we do not have support for any of your queries. However, I have forwarded your feedback to our dev team and maybe we will consider these improvements in the future.

All the best,
Daniel
by Daniel
Fri Nov 13, 2020 10:24 am
Forum: Common Problems
Topic: Question
Replies: 7
Views: 15597
 
Jump to post

Re: Question

Hi Toren,

We received your license request email and my colleague Dan replied you with the license activation info.

If there is anything else we can help you with just let us know.

All the best,
Daniel
by Daniel
Thu Nov 12, 2020 10:57 am
Forum: Building Installers
Topic: Run setup only if other SW installed
Replies: 10
Views: 19125
 
Jump to post

Re: Run setup only if other SW installed

Hi Hans, This behavior is generated by the "Check launch conditions before searching for prerequisites" option from "Prerequisites" page. Could you please uncheck this option and then rebuild and test again you scenario? screen.jpg When this option is checked, what actually happe...
by Daniel
Tue Nov 10, 2020 10:55 am
Forum: Common Problems
Topic: Error while setup tries to configure IIS
Replies: 9
Views: 30124
 
Jump to post

Re: Error while setup tries to configure IIS

Hi Zsolt,

Analyzing your sent log file it seems the installation fialure of the log you have sent is caused by a failure of one of your custom action: SetWebAccessAuth

Could you try to debug your custom action code and make sure it returns an exit code of 0 (success)?

All the best,
Daniel
by Daniel
Tue Nov 10, 2020 10:35 am
Forum: Building Installers
Topic: Error in Updater
Replies: 3
Views: 14265
 
Jump to post

Re: Error in Updater

Hi Jaime, Understood. To avoid this corner case issue please just create the updates configuration project and build the updates configuration file using the current version of your setup. Then host it on your updates web sever. In this way you will get ab application is up to date message when chec...
by Daniel
Tue Nov 10, 2020 10:30 am
Forum: Common Problems
Topic: License Transfer
Replies: 1
Views: 8427
 
Jump to post

Re: License Transfer

Hi,

I am sorry to hear that.

Please check my reply on the "License Transfer" thread.

All the best,
Daniel

Go to advanced search