Search found 12 matches

Go to advanced search

by makumazan84
Thu Sep 14, 2023 9:04 am
Forum: Building Installers
Topic: Random issue with AI 20.9.1 License on Jenkins server
Replies: 8
Views: 14330
 
Jump to post

Re: Random issue with AI 20.9.1 License on Jenkins server

Hi, Catalin!
After repeating the logging-off ->manual registration procedure our devops was able to get rid of license issue for the last two days, so looks like the trouble is gone
by makumazan84
Mon Sep 11, 2023 2:44 pm
Forum: Building Installers
Topic: Random issue with AI 20.9.1 License on Jenkins server
Replies: 8
Views: 14330
 
Jump to post

Re: Random issue with AI 20.9.1 License on Jenkins server

Unfortunately, the issue has re-appeared after the weekend
by makumazan84
Fri Sep 08, 2023 1:04 pm
Forum: Building Installers
Topic: Random issue with AI 20.9.1 License on Jenkins server
Replies: 8
Views: 14330
 
Jump to post

Re: Random issue with AI 20.9.1 License on Jenkins server

Catalin,
Thanks for your help.
Your solution has worked and the trial window has disappeared.
Let's hope the license trouble will not repeat like before )
by makumazan84
Thu Sep 07, 2023 8:22 am
Forum: Building Installers
Topic: Random issue with AI 20.9.1 License on Jenkins server
Replies: 8
Views: 14330
 
Jump to post

Random issue with AI 20.9.1 License on Jenkins server

After upgrading to 20.9.1 we've ran into following issue: sometimes our packages (built in Jenkins via AI) display "The package was created with a trial version of Advanced Installer..." popup window.
A path to 20.9.1 AdvancedInstaller.com was hardcoded, so it's not about running a wrong version ...
by makumazan84
Wed Sep 06, 2023 3:44 pm
Forum: Building Installers
Topic: Prerequisite 'Microsoft Edge WebView2 Runtime' is not installed correctly
Replies: 1
Views: 6876
 
Jump to post

Prerequisite 'Microsoft Edge WebView2 Runtime' is not installed correctly

Hi!
Our MSI defines 'Microsoft Edge WebView2 Runtime' prerequisite however it does not work as it should
1) Prerequisite is getting installed no matter if it has been installed earlier or not,
2) Prerequisite installation shows an error 'Warning 4154. WebView2 Runtime prerequisite was not correctly ...
by makumazan84
Mon Sep 04, 2023 2:16 pm
Forum: Building Installers
Topic: Upgrade Code
Replies: 15
Views: 25099
 
Jump to post

Re: Upgrade Code

Hi, Catalin!

To resolve COM versioning issue we've switched to the latest available 20.9.1 which builds fine and seems to work fine.
However, I'm still getting a warning 'This package has been created using a Trial Version of Advanced Installer. You may use it for evaluational purposes only' (which ...
by makumazan84
Thu Aug 31, 2023 12:21 pm
Forum: Building Installers
Topic: Upgrade Code
Replies: 15
Views: 25099
 
Jump to post

Re: Upgrade Code

Hi, Catalin!

"Now, regarding your latest issue, I am not quite sure why that is happening. Have you perhaps edited your Advanced Installer project in a newer version on another machine?
If not, perhaps you can give me the steps so i can test this on my end?"

Yes, that's exactly what has happened ...
by makumazan84
Thu Aug 31, 2023 9:17 am
Forum: Building Installers
Topic: Upgrade Code
Replies: 15
Views: 25099
 
Jump to post

Re: Upgrade Code

A follow up question: once I've updated the $project file via Save() I've started to get a following error:
"This project (fragment) was edited with a newer version of Advanced Installer (20.7.1) and cannot be loaded"

I know that *.aip was created using 17.9. Does it mean that remote box utilizes a ...
by makumazan84
Thu Aug 31, 2023 8:38 am
Forum: Building Installers
Topic: Upgrade Code
Replies: 15
Views: 25099
 
Jump to post

Re: Upgrade Code

Sorry, my fault: I've missed error in

Code: Select all

$prodDetails.UpgradeCode.UpgradeCode
Thanks for your help Catalin. I'd advise to add $project save to your snippet to actually save changes to a file.
by makumazan84
Thu Aug 31, 2023 7:59 am
Forum: Building Installers
Topic: Upgrade Code
Replies: 15
Views: 25099
 
Jump to post

Re: Upgrade Code

Update: I was able to save the changes from object to project file via $proj.Save().
Setting UpgradeCode manually still remains unsolved
by makumazan84
Wed Aug 30, 2023 3:37 pm
Forum: Building Installers
Topic: Upgrade Code
Replies: 15
Views: 25099
 
Jump to post

Re: Upgrade Code

Thank you very much, Catalin!
However, I've encountered 2 problems:
1) Although $prodDetails.UpgradeCode.GenerateUpgradeCode() does work and generates a new UpgradeCode, setting a property manually $prodDetails.UpgradeCode = "XXX-XXXX-...." does not work due to 'Could not find member' exception. Get ...
by makumazan84
Mon Aug 28, 2023 3:00 pm
Forum: Building Installers
Topic: Upgrade Code
Replies: 15
Views: 25099
 
Jump to post

Re: Upgrade Code

Guys, I'm a newbie in AI world so your help is greatly appreciated.

Short question : how can I define an arbitrary custom UpgradeCode from a Build Server parameter (e.g. Jenkins) and pass it to MSI correctly?

What Do I want?
I want a following scenario to work:
1. Pass a custom param for ...

Go to advanced search