Search found 96 matches

Go to advanced search

by elou
Wed Apr 27, 2022 1:01 pm
Forum: Common Problems
Topic: Do not overwrite service log on on upgrade
Replies: 1
Views: 2489
 
Jump to post

Do not overwrite service log on on upgrade

Hello, I have a software which will be installed as a service, with build in system user. The customer may change the user after that. With the next upgrade of our software, I don't wan't that the setup overwritte the changes previously made the customer. How could I archive that with Advanced Insta...
by elou
Wed Nov 24, 2021 12:51 pm
Forum: Feature Requests
Topic: Azure DevOps tasks for AdvancedInstallerTool and AdvancedInstaller will be deprecated
Replies: 1
Views: 12980
 
Jump to post

Azure DevOps tasks for AdvancedInstallerTool and AdvancedInstaller will be deprecated

Hallo, wenn using your Taks for Azure DevOps I'm becoming this warning: ##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider the migration guideline to Node 10 handler - https://aka.ms/migrateTaskNode10. If you are ...
by elou
Mon Aug 30, 2021 3:05 pm
Forum: Common Problems
Topic: Bootstrap do not run with "Failed to write in file"
Replies: 6
Views: 13483
 
Jump to post

Re: Bootstrap do not run with "Failed to write in file"

Hi Catalin, thank you for your investigation. For me it is not possible to change the name of the pre-requisite MSI package and changing the extracted location in the bootstrap does not solve the concurrent access issue. Could you take my example and try to make it run? So I could see exactly see wh...
by elou
Fri Jul 23, 2021 10:22 am
Forum: Common Problems
Topic: How to set Server Name Indication in Bindig Configuration
Replies: 4
Views: 32329
 
Jump to post

Re: How to set Server Name Indication in Bindig Configuration

Hello Catalin,
thanks for adding the feature.
I've tried to set the value, but the checkbox is not enabled:
WebSiteBinding.PNG
WebSiteBinding.PNG (10.81 KiB) Viewed 29712 times
Am I missing something?

The web-help has not been updated
Regards,
Éric.
by elou
Tue Jul 20, 2021 12:34 pm
Forum: Common Problems
Topic: Bootstrap do not run with "Failed to write in file"
Replies: 6
Views: 13483
 
Jump to post

Re: Bootstrap do not run with "Failed to write in file"

Hello Catalin, I've manged to reproduce the issue, but it was not easy. - First run the MSI-Setup Project - Then run the Bootstrap-Setup (which include the result of the first project) Running the bootstarped Setup will produce an error. I've done the bug analysis for you ;) The name of the MSI from...
by elou
Mon Jul 19, 2021 11:15 am
Forum: Common Problems
Topic: Bootstrap do not run with "Failed to write in file"
Replies: 6
Views: 13483
 
Jump to post

Bootstrap do not run with "Failed to write in file"

Hallo, I have an issue with Advanced Installer 18.4 - Advanced Installer 18.2 is not affected. My setup just consists of a bootstrapper which install an MSI-Setup by chained package dependency. When starting the bootstrap, an error dialog comes with Failed to write in file ... Error: the process can...
by elou
Mon Mar 01, 2021 10:35 am
Forum: Common Problems
Topic: .NET Core Hosting Bundle with IIS
Replies: 9
Views: 44071
 
Jump to post

Re: .NET Core Hosting Bundle with IIS

Hello,
I have another question, could this solution also works with Headless installation?
I'd like to make it possible to use this setup in a container and do not have any GUI.

Regards,
Éric.
by elou
Tue Dec 15, 2020 12:15 pm
Forum: Common Problems
Topic: Pinned application icons get invalidated on update
Replies: 15
Views: 37475
 
Jump to post

Re: Pinned application icons get invalidated on update

It would be nice to have a solution to this issue.
At least it should be possible to update the taskbar to remove the "white-icon" after uninstall the application.

Regards, Éric
by elou
Thu Jun 25, 2020 9:29 am
Forum: Common Problems
Topic: Issue by recognizing DOTNET 4.7.2
Replies: 3
Views: 5135
 
Jump to post

Re: Issue by recognizing DOTNET 4.7.2

Hello Catalin, thanks for your investigation. No, that's not a problem with the web-installer. By including the runtime I got the same error. Please give the aip, I send you, a try on Windows Server 2016. I'm nearly sure that AI do not correktly detect the version of OS (Windows-Server 2016) and so ...
by elou
Thu Jun 18, 2020 4:11 pm
Forum: Common Problems
Topic: Issue by recognizing DOTNET 4.7.2
Replies: 3
Views: 5135
 
Jump to post

Issue by recognizing DOTNET 4.7.2

Hello, I have a Setup made from scrash with just one prerequisit (Dotnet 4.7.2) and the Framework will not be correctly detected. On my Windows Server 2016, the registry Entry for DotNet contains 394802 PS C:\Users\Administrator> Get-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Mic...
by elou
Fri Jun 12, 2020 10:25 am
Forum: Common Problems
Topic: Choose Feature depending on other feature
Replies: 1
Views: 3967
 
Jump to post

Choose Feature depending on other feature

Hallo, in my Setup I've got three feature which may be selected whith the CustomizeDlg. In the Standard Install "Feature A" is seleted and "Feature B","Feature C" are not installed. Feature A and Feature B are not compatible and should not be selected at the same time. ...
by elou
Thu Apr 23, 2020 2:21 pm
Forum: Common Problems
Topic: Special chars not supported in .aic
Replies: 6
Views: 6551
 
Jump to post

Re: Special chars not supported in .aic

Hello Catalin,
thank for your reply.
The trick with /edit /SetProperty could help.
It's not realy fine but it helps.

I think you should consider to support utf-8 in aic files, as it is nowadays the standard.
Konverting the file to ANSI do not helps.

Regards, Éric.
by elou
Mon Apr 20, 2020 11:00 am
Forum: Common Problems
Topic: Special chars not supported in .aic
Replies: 6
Views: 6551
 
Jump to post

Re: Special chars not supported in .aic

more attached files
by elou
Mon Apr 20, 2020 10:47 am
Forum: Common Problems
Topic: Special chars not supported in .aic
Replies: 6
Views: 6551
 
Jump to post

Special chars not supported in .aic

Hello, I'm actually encountering an issue while using Advanced Install 16.9 with Text given as properties via .aic files. I've just created an hello-world Setup with a Property displayed in a Dialog. When I set the Property Content over the .aic file, all non-ascii chars are not correctly displayed....
by elou
Thu Apr 09, 2020 10:29 am
Forum: Common Problems
Topic: Missing Powershell Automation in VSTS-Task
Replies: 1
Views: 3949
 
Jump to post

Missing Powershell Automation in VSTS-Task

Hello, I would like to use Advanced Installer from the VSTS Task: https://www.advancedinstaller.com/user-guide/tutorial-vsts-integration.html https://marketplace.visualstudio.com/items?itemName=caphyon.AdvancedInstallerTool I've found out that Advanced Installer is not really installed but all files...

Go to advanced search