Search found 6 matches

Go to advanced search

by bryanforst
Fri Jun 14, 2019 10:36 pm
Forum: Building Installers
Topic: C++ Redistributable refusing to install
Replies: 3
Views: 9563
 
Jump to post

Re: C++ Redistributable refusing to install

Started to rebuild by removing all of the C++ Redistrib requirements Put C++ 2013 back on and it seems to work. Will start from that point and move forward a step at a time. However I have been using /qb to make the install silent. That is not happening I am getting the full UI. One problem at a time.
by bryanforst
Thu Jun 13, 2019 10:53 pm
Forum: Building Installers
Topic: C++ Redistributable refusing to install
Replies: 3
Views: 9563
 
Jump to post

C++ Redistributable refusing to install

Hey all, Have read through the various issues people have had with C++ Redistributable installs, followed the instructions, but I am still having a stubborn prereq that refuses to install. I created an installer (enterprise version) to deploy a very simple splash page in VS. Basically I want to test...
by bryanforst
Thu May 23, 2019 7:03 pm
Forum: Building Installers
Topic: Possible to create Installer only for PreReqs?
Replies: 1
Views: 1515
 
Jump to post

Possible to create Installer only for PreReqs?

I am using AI to install our msi product, works great. I would like to create an installer that can run ahead of our product install and make sure each machine has the necessary prereqs. We just need dotNet 4.7, the C++ redistributables and one other app. I have tried creating a minimal installer th...
by bryanforst
Tue May 07, 2019 2:46 pm
Forum: Common Problems
Topic: Using Jenkins env variables in AI "Additional Commands"
Replies: 5
Views: 2709
 
Jump to post

Re: Using Jenkins env variables in AI "Additional Commands"

Hi Catalin,
I will let you know as soon as I hear from them. Have not yet....
by bryanforst
Wed Apr 24, 2019 3:18 pm
Forum: Common Problems
Topic: Using Jenkins env variables in AI "Additional Commands"
Replies: 5
Views: 2709
 
Jump to post

Re: Using Jenkins env variables in AI "Additional Commands"

Hi Catalin, The BUILD_NUMBER env var is standard with Jenkins. I have used it in calls to windows bat files with no problem. The issue seems to be in the Advanced Options/additional commands area. It does not convert the BUILD_NUMBER variable. Using SetVersion with a value like "1.0.5" wor...
by bryanforst
Tue Apr 23, 2019 3:20 pm
Forum: Common Problems
Topic: Using Jenkins env variables in AI "Additional Commands"
Replies: 5
Views: 2709
 
Jump to post

Using Jenkins env variables in AI "Additional Commands"

I am firing off my advanced installer package just fine in Jenkins. However I would like to use the BUILD_NUMBER env variable in a SetVersion command stored in the Advanced Options area. Nothing from the Jenkins environment seems to get translated. I have used all of the usual formats. SetVersion $B...

Go to advanced search