Search found 6586 matches

Go to advanced search

by Catalin
Tue Mar 19, 2024 11:03 am
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 17573
 
Jump to post

Re: Installer not picking up changes in csproj file

Hello Kraig, I apologize for the delayed reply. I've tested this scenario as per your instructions and everything seemed to be working fine on my end: Screenshot_127.png Here's what I did: - built the VS project first - buit the AI project after - took the MSI and copied it on my VM - ran the MSI an...
by Catalin
Tue Mar 19, 2024 10:37 am
Forum: Building Installers
Topic: updated .net release prerequisites
Replies: 1
Views: 7436
 
Jump to post

Re: updated .net release prerequisites

Hello, As you mentioned, sometimes it is hard to keep up with the speed at which these packages are released, despite trying our best. If you want to add the latest version to your Advanced Installer project, you can proceed similarly to how you mentioned: - add the newer version manually as a prere...
by Catalin
Mon Mar 18, 2024 9:32 am
Forum: Feature Requests
Topic: No automatic save at Build
Replies: 7
Views: 30656
 
Jump to post

Re: No automatic save at Build

Hello guys, As a followup and for whoever will stumble accross this in the future, the solution is to use the . AIC file, where you have to specifically use the /Save parameter in order to save the project. The project will not be modified by the edit commands specified in an AIC file. The Save comm...
by Catalin
Mon Mar 18, 2024 9:26 am
Forum: Feature Requests
Topic: No automatic save at Build
Replies: 7
Views: 30656
 
Jump to post

Re: No automatic save at Build

Hello,

Unfortunately this has not yet been added.

However, I have increased the ticket's priority and hopefully it will be implemented in a future version of Advanced Installer.

Best regards,
Catalin
by Catalin
Mon Mar 18, 2024 9:13 am
Forum: Building Installers
Topic: What action AI_DATA_SETTER does?
Replies: 2
Views: 6375
 
Jump to post

Re: What action AI_DATA_SETTER does?

Hello, I'm glad you managed to find the culprit. Normally, the AI_DATA_SETTER custom action is used to set the "CustomActionData" property, to further use it on the "Deferred" stage of the installation process, since other properties are not accessible during that. The main way o...
by Catalin
Fri Mar 15, 2024 11:12 am
Forum: Common Problems
Topic: Problems creating virtual directory in selected website
Replies: 3
Views: 9148
 
Jump to post

Re: Problems creating virtual directory in selected website

Hello, You are indeed right about that, it looks like I overcomplicated it on my end. Apologies for that. What you can do is indeed: - have two browse operations - have a "Set property" custom action that will set APPDIR to the desired value Note: the "Application Folder" value i...
by Catalin
Fri Mar 15, 2024 11:09 am
Forum: Building Installers
Topic: Installation type not properly preserved
Replies: 15
Views: 28107
 
Jump to post

Re: Installation type not properly preserved

Hello Luka, Thank you for going above and beyond. Say hello to Eusebiu. You are always welcome and sure, I've sent your regards to him. Now, regarding your question, it is possible to pass the command line by using the "Command line" field from the "Update Installer" tab. However...
by Catalin
Thu Mar 14, 2024 4:54 pm
Forum: Common Problems
Topic: Updater GitHub Integration throws 0xE000000C
Replies: 11
Views: 24763
 
Jump to post

Re: Updater GitHub Integration throws 0xE000000C

Hello Goran, In order for me to run a test and further investigate this on my end, please forward me the following resources by email at support at advancedinstaller dot com : - a copy of the AIP file for the penultimate version (e.g. if the latest version is 2.0, please forward me the AIP file for ...
by Catalin
Thu Mar 14, 2024 4:45 pm
Forum: Common Problems
Topic: How to add an optional (non mandatory) resource file?
Replies: 1
Views: 5666
 
Jump to post

Re: How to add an optional (non mandatory) resource file?

Hello,

What I'm thinking would help here is the use of "Synchronized folders", which will automatically remove the file if it was removed/moved from disk.

Other than that, I'm afraid I'm not aware of any method to bypass the "file not found" build error.

Best regards,
Catalin
by Catalin
Wed Mar 13, 2024 4:51 pm
Forum: Common Problems
Topic: Problems creating virtual directory in selected website
Replies: 3
Views: 9148
 
Jump to post

Re: Problems creating virtual directory in selected website

Hello David and welcome to our forums, This is indeed an interesting scenario. What I'm thinking we can do is perhaps two different custom dialogs, the first where the customer selects the Website and then another one where he selects the Physical path. The only issue I see here is how the files wil...
by Catalin
Wed Mar 13, 2024 3:44 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 17573
 
Jump to post

Re: Installer not picking up changes in csproj file

Hello Kraig,

Apologies, it looks like I somehow overlooked your email.

In order for me to further test and investigate this, please forward me a test-case as well.

Looking forward to hearing from you!

Best regards,
Catalin
by Catalin
Wed Mar 13, 2024 3:37 pm
Forum: Common Problems
Topic: XML is not updated in a "Modify" Maintenance Installation
Replies: 3
Views: 10931
 
Jump to post

Re: XML is not updated in a "Modify" Maintenance Installation

You are always welcome, Stefan!

Glad I was able to assist. :)

Best regards,
Catalin
by Catalin
Wed Mar 13, 2024 3:36 pm
Forum: Building Installers
Topic: Jenkin Plugin
Replies: 7
Views: 16455
 
Jump to post

Re: Jenkin Plugin

Thank you for your followup on this, Steve!

I'm glad to hear everything is working as expected now.

Best regards,
Catalin
by Catalin
Wed Mar 13, 2024 3:36 pm
Forum: Building Installers
Topic: Installation type not properly preserved
Replies: 15
Views: 28107
 
Jump to post

Re: Installation type not properly preserved

Hello Luka, I've actually talked to my colleague Eusebiu and he told me that at the time of that post, he was with the company for like 3 months, so the answer is indeed wrong. :) Also, is there some way of triggering the Wizard Dialogs stage in a hidden way or just briefly in order to accomplish th...
by Catalin
Tue Mar 12, 2024 3:25 pm
Forum: Common Problems
Topic: XML is not updated in a "Modify" Maintenance Installation
Replies: 3
Views: 10931
 
Jump to post

Re: XML is not updated in a "Modify" Maintenance Installation

Hello Stefan, That might be happening because the feature that contains the file is not actually "reinstalled" so it overwrites the old value. To achieve what you want, you can proceed as it follows: - in "Components" page, move the data.xml component to a new feature, let's call...

Go to advanced search