Search found 57 matches

Go to advanced search

by sfaust
Fri May 16, 2025 3:04 am
Forum: Feature Requests
Topic: Advanced Installer Predictable Directory
Replies: 12
Views: 11709
 
Jump to post

Re: Advanced Installer Predictable Directory

Yes that's what I meant, ok no worries thank you.
by sfaust
Wed May 14, 2025 4:14 pm
Forum: Feature Requests
Topic: Advanced Installer Predictable Directory
Replies: 12
Views: 11709
 
Jump to post

Re: Advanced Installer Predictable Directory

That is working great so thank you again. As long as we are on the subject....

I also have a task bar shortcut for AI and that has to be redone with each new version. I tried making a shortcut with this environment variable but it won't work with the com file. Any chance you could also make a ...
by sfaust
Tue May 13, 2025 5:43 pm
Forum: Feature Requests
Topic: Advanced Installer Predictable Directory
Replies: 12
Views: 11709
 
Jump to post

Re: Advanced Installer Predictable Directory

Ah, I hadn't seen that thank you! Sorry fairly new to Powershell still.
by sfaust
Mon May 12, 2025 10:39 pm
Forum: Feature Requests
Topic: Advanced Installer Predictable Directory
Replies: 12
Views: 11709
 
Jump to post

Re: Advanced Installer Predictable Directory

Ok but that starts it in a separate process and doesn't wait for it to complete. The script is intended to build the installers and then copy them to a single location. If I use that then it's trying to copy before the build is done and doesn't work...
by sfaust
Fri May 09, 2025 6:20 pm
Forum: Feature Requests
Topic: Advanced Installer Predictable Directory
Replies: 12
Views: 11709
 
Jump to post

Re: Advanced Installer Predictable Directory

Ok so additional question on this after trying it. I was able to get the environment variable and update. Here is my PowerShell code:
$installerPath = $env:ADVINST_COM
for ($year = 2023; $year -le 2026; $year++) {
& $installerPath /rebuild "*my relative path*"
}

When I run this, it gives me ...
by sfaust
Fri May 09, 2025 5:49 pm
Forum: Feature Requests
Topic: Advanced Installer Predictable Directory
Replies: 12
Views: 11709
 
Jump to post

Re: Advanced Installer Predictable Directory

Oh awesome, that should work, thank you! I missed that update I guess.
by sfaust
Thu May 08, 2025 7:40 pm
Forum: Feature Requests
Topic: Advanced Installer Predictable Directory
Replies: 12
Views: 11709
 
Jump to post

Advanced Installer Predictable Directory

Hi All,

This is a request for AI itself, not the installers it builds. I apologize if it already exists and I missed it but I looked and haven't been able to find it.

I have several scripts set up to build a group of installers that we have using PowerShell. It really just loops through all the ...
by sfaust
Fri Sep 20, 2024 10:47 pm
Forum: Common Problems
Topic: Installer automatically cancels?
Replies: 1
Views: 4544
 
Jump to post

Installer automatically cancels?

I have an installer build with AI 22. It seems to work fine but I have one user having trouble. For this user, they select their options and then press 'Install'. It then gives them the "Do you want to run this file" dialog which they select 'Run' and then gives UAC which they accept, and then it ...
by sfaust
Thu May 30, 2024 9:03 pm
Forum: Building Installers
Topic: Prerequisite for any build of .NET 8?
Replies: 1
Views: 8580
 
Jump to post

Prerequisite for any build of .NET 8?

My question is if there is a way to have a prerequisite for ANY version of .NET 8 to be installed rather than a specific build. My quandary is that I have an application that is an addin to another application, but also has a way to install and run outside of the parent. If the parent is installed ...
by sfaust
Wed Feb 28, 2024 6:58 pm
Forum: Common Problems
Topic: Silent Install can't be uninstalled
Replies: 3
Views: 5828
 
Jump to post

Re: Silent Install can't be uninstalled

Looks like I just needed to update, should have tried that first, sorry. Thank you!
by sfaust
Tue Feb 27, 2024 9:49 pm
Forum: Common Problems
Topic: Silent Install can't be uninstalled
Replies: 3
Views: 5828
 
Jump to post

Silent Install can't be uninstalled

I had a user point out to me that they were unable to uninstall the application after using silent install. I tried it and I'm able to reproduce this as well. It doesn't seem that the installer is getting copied to the location for uninstall. When you install via command line with silent switches i ...
by sfaust
Thu Jul 02, 2020 6:43 pm
Forum: Feature Requests
Topic: More consistent install location
Replies: 1
Views: 11480
 
Jump to post

More consistent install location

Would it be possible to set the install location to something that is not version dependent? Possibly as an optional parameter or something? Currently the install path is "C:\Program Files (x86)\Caphyon\Advanced Installer *version*\bin\x86\advinst.exe" and it seems like new versions or point ...
by sfaust
Wed Dec 11, 2019 1:46 am
Forum: Common Problems
Topic: Text File Ensure Line Occurs Once
Replies: 4
Views: 5183
 
Jump to post

Re: Text File Ensure Line Occurs Once

For anyone else that comes across this I was able to get this working by doing the modifications inside the action itself, I just needed to run the action as deferred and with full permissions because it was modifying files under Program Files.
by sfaust
Tue Dec 10, 2019 9:04 pm
Forum: Common Problems
Topic: Text File Ensure Line Occurs Once
Replies: 4
Views: 5183
 
Jump to post

Re: Text File Ensure Line Occurs Once

Ok thank you. If I'm doing a custom action, though, should I just make the text update inside the custom action?
by sfaust
Fri Dec 06, 2019 12:48 am
Forum: Common Problems
Topic: Text File Ensure Line Occurs Once
Replies: 4
Views: 5183
 
Jump to post

Text File Ensure Line Occurs Once

I am trying to update a text file through the installer but with a slight twist. I need to ensure that the file exists and that a line exists, but exists only once. End user machines may or may not have the file, and if they do the line may or may not exist. If I do an append it will add it to the ...

Go to advanced search