Search found 9 matches

Go to advanced search

by zarquon5
Tue Aug 19, 2025 7:02 pm
Forum: Common Problems
Topic: Unable to reinstall after uninstall
Replies: 1
Views: 967
 
Jump to post

Unable to reinstall after uninstall

I have been fighting an AdvancedInstaller problem on Windows server for over a week without resolution...

When we run the built installer for the first time, everything in our application works; the C++ executables use the redistributable (already installed), and run properly.

When we then ...
by zarquon5
Fri Aug 08, 2025 11:11 pm
Forum: Common Problems
Topic: Prerequisite being incorrectly marked as "found"
Replies: 6
Views: 1294
 
Jump to post

Re: Prerequisite being incorrectly marked as "found"

[deleted misdiagnosis of subsequent problem]
by zarquon5
Wed Aug 06, 2025 7:41 pm
Forum: Common Problems
Topic: Prerequisite being incorrectly marked as "found"
Replies: 6
Views: 1294
 
Jump to post

Re: Prerequisite being incorrectly marked as "found"

Answers to my own questions:



It turns out that happens immediately, but puts them in a subfolder called Prerequisites, which I missed on my first check.
(I don't know, but I will trust that this isn't going away soon, but is hopefully less problematic, given (4) )
I think that "No" means "do ...
by zarquon5
Wed Aug 06, 2025 4:47 pm
Forum: Common Problems
Topic: Prerequisite being incorrectly marked as "found"
Replies: 6
Views: 1294
 
Jump to post

Re: Prerequisite being incorrectly marked as "found"

Hello Caitlin,

We are, in fact intentionally picking the 32-bit prerequisite, as we are compiling and running as a 32-bit application because our software compilation currently relies on a software library that is only 32-bit compatible.

That being said, I did eventually find the Predefined ...
by zarquon5
Fri Aug 01, 2025 9:17 pm
Forum: Common Problems
Topic: Prerequisite being incorrectly marked as "found"
Replies: 6
Views: 1294
 
Jump to post

Prerequisite being incorrectly marked as "found"

I have been trying for a week without success to get one of my prerequisites to install when building the installer with A.I. 22.9. No matter what I do, when I run the installer, the log says:

MSI (c) (D4:1C) [15:30:09:436]: PROPERTY CHANGE: Adding AI_FOUND_PREREQS property. Its value is 'Microsoft ...
by zarquon5
Tue Apr 01, 2025 11:22 pm
Forum: Common Problems
Topic: Non-zero exit status even though logging reports success
Replies: 1
Views: 2536
 
Jump to post

Non-zero exit status even though logging reports success

Hello,

When I run:

"c:\program files (x86)\Caphyon\Advanced Installer 22.5\bin\x86\AdvancedInstaller.com" /build c:\programdata\BitBucket\myapp\install\myapp.aip


from the command line, I get the following, seemingly correct output:

Checking builds status
Build required.


[ DefaultBuild ...
by zarquon5
Thu Feb 13, 2025 10:02 pm
Forum: Building Installers
Topic: Unable to determine what Advinst.exe doesn't like about my command line
Replies: 5
Views: 14130
 
Jump to post

Re: Unable to determine what Advinst.exe doesn't like about my command line

Ok, I followed the example given above, and, after changing my generation of the .aic file to have a leading utf-8 BOM encoding marker, and ensuring that the file started with the apparently required leading ;aic comment, it finally accepted the command line.

But, for anyone following along with ...
by zarquon5
Tue Feb 11, 2025 8:54 pm
Forum: Building Installers
Topic: Unable to determine what Advinst.exe doesn't like about my command line
Replies: 5
Views: 14130
 
Jump to post

Re: Unable to determine what Advinst.exe doesn't like about my command line

Hi Catalin,

I had already found the page you cited and was trying to follow the example given, but it isn't working, and AdvancedInstaller.com still won't tell me what is wrong.

When I switched to using AdvancedInstaller.com vs. advinst.exe, viz:

> "c:\Program Files (x86)\Caphyon\Advanced ...
by zarquon5
Tue Feb 11, 2025 3:30 am
Forum: Building Installers
Topic: Unable to determine what Advinst.exe doesn't like about my command line
Replies: 5
Views: 14130
 
Jump to post

Unable to determine what Advinst.exe doesn't like about my command line

To whom it may concern,

I have built an Advanced Installer script that uses a bunch of properties; I have set defaults for those properties, and if I build my installer package from within the UI, it works, building my installer executable.

But I want several of these properties to be ...

Go to advanced search