Search found 17 matches

Go to advanced search

by Emmanuel
Fri Jun 11, 2021 9:12 pm
Forum: Feature Requests
Topic: Reset Button In CustomizeDlg
Replies: 11
Views: 44467
 
Jump to post

Re: Reset Button In CustomizeDlg

Hi Catalin,

It works fine now. I just omitted to apply this to the prerequisites features (uninstalled by default).

Thank you again for your help, next time I'll try to be clearer :D

Emmanuel
by Emmanuel
Tue Jun 08, 2021 10:22 pm
Forum: Feature Requests
Topic: Reset Button In CustomizeDlg
Replies: 11
Views: 44467
 
Jump to post

Re: Reset Button In CustomizeDlg

Hi Catalin, Thank you for our answer and sorry for the misunderstanding. Actually, I already applied your instructions on my main aip file. I applied this to the sample.aip (in attachment) but it still don't work... In the log file I found : ADDLOCAL = Feature1,Microsoft.NET5.0.4,Node.js (Feature2 w...
by Emmanuel
Tue Jun 08, 2021 1:30 pm
Forum: Feature Requests
Topic: Reset Button In CustomizeDlg
Replies: 11
Views: 44467
 
Jump to post

Re: Reset Button In CustomizeDlg

Hi Catalin,

As requested, here is a sample.aip that reproduce this behaviour.
I probably missed something...

Thank you
by Emmanuel
Fri Jun 04, 2021 3:04 pm
Forum: Feature Requests
Topic: Reset Button In CustomizeDlg
Replies: 11
Views: 44467
 
Jump to post

Re: Reset Button In CustomizeDlg

Hello Catalin,

Thank you for your answer. I applied your instructions but the result is the same. :(
Do you know another workaround to enforce reset on all the feature states actions?
by Emmanuel
Tue Jun 01, 2021 5:59 pm
Forum: Feature Requests
Topic: Reset Button In CustomizeDlg
Replies: 11
Views: 44467
 
Jump to post

Re: Reset Button In CustomizeDlg

Hi Catalin,

I have the same issue (AI v16.5). Is there a workaround to reset the state of the features when I press "Back" to return on CustomizeDlg dialog box?

Thank you for your help,

Emmanuel
by Emmanuel
Wed Mar 31, 2021 2:48 pm
Forum: Building Installers
Topic: AI_DATA_SETTER encoding
Replies: 6
Views: 7360
 
Jump to post

Re: AI_DATA_SETTER encoding

Thank you for your actions.

Impatient to use the new automation features! :-)

Regards,

Emmanuel
by Emmanuel
Wed Mar 31, 2021 1:06 pm
Forum: Building Installers
Topic: AI_DATA_SETTER encoding
Replies: 6
Views: 7360
 
Jump to post

Re: AI_DATA_SETTER encoding

Hi Catalin, Thank you for your involvement, really! In fact, my Powershell custom actions are big. That is the reason why AI convert it to Base64 in the Target element. Currently, I have to maintain the scripts both in the aip file (using the UI) and the script files stored on a network share. The g...
by Emmanuel
Mon Mar 29, 2021 11:10 am
Forum: Building Installers
Topic: AI_DATA_SETTER encoding
Replies: 6
Views: 7360
 
Jump to post

AI_DATA_SETTER encoding

Hello, How are encoded the custom actions in AI_DATA_SETTER? I need to encode it by myself in order to modify the xml aip file directly. Example: <ROW Action="AI_DATA_SETTER_12" Type="51" Source="SetEnvironmentVariables_RabbitMQ" Target =" AEkAcwA2ADQAQ.....MALQBSA...
by Emmanuel
Mon Mar 29, 2021 10:42 am
Forum: Building Installers
Topic: Automation : how to set an existing property?
Replies: 3
Views: 2667
 
Jump to post

Re: Automation : how to set an existing property?

Thank you Catalin!
by Emmanuel
Thu Mar 11, 2021 10:04 am
Forum: Building Installers
Topic: Automation : how to set an existing property?
Replies: 3
Views: 2667
 
Jump to post

Automation : how to set an existing property?

Hello, How to set an existing property? For example : ARPURLINFOABOUT I tried the code below, but since the property ARPURLINFOABOUT already exists, we get an error... $objPropComp = $project.PropertyComponent $PropARPURLINFOABOUT = $objPropComp.NewProperty("ARPURLINFOABOUT","https://...
by Emmanuel
Thu Mar 11, 2021 8:50 am
Forum: Building Installers
Topic: Automation : How to associate component to a feature?
Replies: 3
Views: 2691
 
Jump to post

Automation : How to associate component to a feature?

Hello, From the code below, I want to associate the component "MyAppFolder" to the feature "MyFeature". How to do that? $advinst = New-Object -ComObject AdvancedInstaller $project = $advinst.CreateProjectS("architect") $project.ProductDetails.Name = "MyApp" $p...
by Emmanuel
Wed Mar 10, 2021 5:48 pm
Forum: Feature Requests
Topic: Could you create a new forum dedicated to automation please?
Replies: 1
Views: 19225
 
Jump to post

Could you create a new forum dedicated to automation please?

Hi,

It would be nice to group all posts related to automation in a new forum dedicated to automation.

Thank you :roll:
by Emmanuel
Mon Mar 08, 2021 3:05 pm
Forum: Building Installers
Topic: How to add a custom action in a project using Powershell Automation?
Replies: 7
Views: 4380
 
Jump to post

Re: How to add a custom action in a project using Powershell Automation?

Ok, thank you for your answer. Hope this will be available in the version 18.1 :-)
by Emmanuel
Mon Mar 08, 2021 10:13 am
Forum: Building Installers
Topic: How to add a custom action in a project using Powershell Automation?
Replies: 7
Views: 4380
 
Jump to post

Re: How to add a custom action in a project using Powershell Automation?

Hello, I tried to create a custom action that execute a Powershell script file. This is my code: $advinst = New-Object -ComObject AdvancedInstaller $project = $advinst.CreateProjectS("architect") $project.ProductDetails.Name = "myProduct" $project.ProductDetails.Version = "1...

Go to advanced search