Search found 15 matches

Go to advanced search

by KraigK
Wed Jul 16, 2025 8:00 pm
Forum: Common Problems
Topic: Upgraded from 22.7>22.8, now Visual Studio Extension doesn't work.
Replies: 2
Views: 774
 
Jump to post

Upgraded from 22.7>22.8, now Visual Studio Extension doesn't work.

After the upgrade, I opened my aip in Advanced Installer, hit save to convert it to 22.8. Went back to VS and opened the aip and get an error. I hit OK and it does open but if I edit a value and hit save, I get another error. If I try to open AI from the extension, I get yet another error.

Tried ...
by KraigK
Tue Jul 09, 2024 3:43 pm
Forum: Common Problems
Topic: Using silent install switch doesn't install prerequisites
Replies: 3
Views: 7499
 
Jump to post

Using silent install switch doesn't install prerequisites

I'm trying to run the following command (running cmd as admin):

msiexec.exe /i PrePotTestSetup.msi /qb-!

It installs the main package but not the prerequisites. I've tried setting the package to basic user interface, many different options for the prereq, silent, etc. Actually, when I have the ...
by KraigK
Mon Jun 24, 2024 4:35 pm
Forum: Building Installers
Topic: Install prerequisite from command prompt, not Powershell
Replies: 5
Views: 15305
 
Jump to post

Re: Install prerequisite from command prompt, not Powershell

Turns out the Driver package behavior is inconsistent with the silent switch. I ended up using the SDK package and it works is the PreReq section.

Maybe this will help someone in the future.
by KraigK
Fri Jun 21, 2024 9:27 pm
Forum: Building Installers
Topic: Install prerequisite from command prompt, not Powershell
Replies: 5
Views: 15305
 
Jump to post

Re: Install prerequisite from command prompt, not Powershell

I just tried copying the exe and associated files to a known folder, then running a batch file and it does not work.

Command prompt opens, it appears to be installing but it doesn't.
by KraigK
Fri Jun 21, 2024 4:02 pm
Forum: Building Installers
Topic: Install prerequisite from command prompt, not Powershell
Replies: 5
Views: 15305
 
Jump to post

Re: Install prerequisite from command prompt, not Powershell

If I create a batch file with this line, this works when I just run the batch file manually.

Zebra_CoreScanner_Driver -s -f1"c:\kak\zebradriversetup.iss"

I'm not sure why this doesn't work in the PreReq section.
by KraigK
Thu Jun 20, 2024 9:53 pm
Forum: Building Installers
Topic: Install prerequisite from command prompt, not Powershell
Replies: 5
Views: 15305
 
Jump to post

Install prerequisite from command prompt, not Powershell

I'm trying to install a driver package in silent mode and per their documentation, this is the command needed:

"Zebra CoreScanner Driver (64bit)" -s -f1"zebradriversetup.iss"

When I run this from C:\Windows\systems32.cmd.exe it works just fine. When I tried to build an MSI with it in the ...
by KraigK
Tue Mar 19, 2024 7:49 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 24814
 
Jump to post

Re: Installer not picking up changes in csproj file

More info:

I did a very methodical test and this seems to be an issue with AI, or the way I have my setup project configured.

Using the test app I sent. Setup as follows:

In csproj, set <Version> to 1.0.0
In csproj, set <FileVersion> to 2024.03.01.0000
Setup DefaultBuild to build InstallerTest ...
by KraigK
Tue Mar 19, 2024 5:51 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 24814
 
Jump to post

Re: Installer not picking up changes in csproj file

It only works the first time. Change the <FileVersion> tag, build msi and install. The new number you entered there is not reflected.

I discovered this by doing an in-place upgrade. I incremented the <Version> and <FileVersion> tags here and in the aip project. The app does replace the previous ...
by KraigK
Wed Mar 13, 2024 4:30 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 24814
 
Jump to post

Re: Installer not picking up changes in csproj file

Open the solution I sent, enter something for the <Version> and <FileVersion> tags in .csproj Run the app in debug mode and the version numbers you entered will be in the form's title bar. Now build an installer, install, run - the forms title bar does not reflect csproj


Hello Kraig,

Apologies ...
by KraigK
Mon Mar 11, 2024 5:46 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 24814
 
Jump to post

Re: Installer not picking up changes in csproj file

I did send a test project as zip via email, did you not receive?
by KraigK
Wed Mar 06, 2024 5:00 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 24814
 
Jump to post

Re: Installer not picking up changes in csproj file

Can't send zips and forum wouldn't let me attach. Looks like I should be able to email it, I'm looking into it.
by KraigK
Wed Mar 06, 2024 4:59 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 24814
 
Jump to post

Installer not picking up changes in csproj file

In my csproj file, I set the <Version> and <FileVersion> tags and then use this in my app to do a verification that the user is using the correct version of the app. I used to use a VS Setup project but recently switched to AI.

When I do a release build, I update those tags and build. When ...
by KraigK
Mon Jan 29, 2024 5:53 pm
Forum: Common Problems
Topic: Add Project Output does not add files
Replies: 2
Views: 6120
 
Jump to post

Re: Add Project Output does not add files

Ugh, 5 minutes after I posted this I figured it out. I had never built the project, as soon as I did, it was fine.
by KraigK
Mon Jan 29, 2024 4:31 pm
Forum: Common Problems
Topic: Add Project Output does not add files
Replies: 2
Views: 6120
 
Jump to post

Add Project Output does not add files

I'm currently evaluating AI and ran into a problem. When I first tried it out, it seemed to work great. I believe I updated VS2022, minor upgrade e.g. 17.8.3>17.8.5 then things got weird. I was fighting the tool and thought I was doing something wrong. I did a complete reinstall of VS and extensions ...

Go to advanced search