Search found 23 matches

Go to advanced search

by pforsbom
Wed Mar 06, 2024 1:38 pm
Forum: Common Problems
Topic: Update Advanced Installer with script
Replies: 5
Views: 9681
 
Jump to post

Re: Update Advanced Installer with script

Excellent!
Thank you
by pforsbom
Tue Mar 05, 2024 1:43 pm
Forum: Common Problems
Topic: Update Advanced Installer with script
Replies: 5
Views: 9681
 
Jump to post

Re: Update Advanced Installer with script

My only question now is how do execute msiexec on the msi and select "Remove Older Versions" option?
by pforsbom
Tue Mar 05, 2024 1:16 pm
Forum: Common Problems
Topic: Update Advanced Installer with script
Replies: 5
Views: 9681
 
Jump to post

Re: Update Advanced Installer with script

Hi Me ,ChatGPT and Fiddler figured this oue out our selves :D # PowerShell script to update Advanced Installer to the latest version # Define the URL where updates.ini for Advanced Installer is located $updatesIniUrl = "https://www.advancedinstaller.com/downloads/updates.ini" # Attempt to ...
by pforsbom
Tue Mar 05, 2024 10:17 am
Forum: Common Problems
Topic: Update Advanced Installer with script
Replies: 5
Views: 9681
 
Jump to post

Update Advanced Installer with script

Hi
In my build pipeline I would like to make sure Advanced Installer software is at the latest version.
How can I script an update of Advanced Installer?
by pforsbom
Tue Jan 31, 2023 7:44 pm
Forum: Common Problems
Topic: Open AI from VS changes the Build configuration
Replies: 17
Views: 22330
 
Jump to post

Re: Open AI from VS changes the Build configuration

Hi
Try restarting Visual Studio 2022 after you have created the project and then try to reproduce.

Another reason I suspect the AI addon is that I have a lot of other projects that I have unchecked build option, but these projects are unchanged.

Peter
by pforsbom
Fri Jan 06, 2023 10:15 am
Forum: Common Problems
Topic: Open AI from VS changes the Build configuration
Replies: 17
Views: 22330
 
Jump to post

Re: Open AI from VS changes the Build configuration

Hi Steps to reproduce: 1. Have Visual Studio 2022 with Advanced Installer plugin is installed 2. Create a Solution that has Advanced Installer project included. 3. Right click on the Solution-Properties-Configuration Properties-Configuration 4. Uncheck the Build option for the Advanced Installer pro...
by pforsbom
Thu Jan 05, 2023 10:09 am
Forum: Common Problems
Topic: Open AI from VS changes the Build configuration
Replies: 17
Views: 22330
 
Jump to post

Open AI from VS changes the Build configuration

Hi I am using the Advanced Installer Extension in Visual Studio. When I right click an AI project in Visual Studio and select "Edit in Advanced Installer" the build configuration is changed to include the Advanced Installer project on all build configurations. How can I disable this behavi...
by pforsbom
Tue Dec 07, 2021 7:35 am
Forum: Common Problems
Topic: VS2022 and AI 18.9 - Target framework not supported
Replies: 16
Views: 9908
 
Jump to post

Re: VS2022 and AI 18.9 - Target framework not supported

Hi
Great you where able to reproduce :D
Yes, I am using Windows 11.
by pforsbom
Mon Dec 06, 2021 8:50 am
Forum: Common Problems
Topic: VS2022 and AI 18.9 - Target framework not supported
Replies: 16
Views: 9908
 
Jump to post

Re: VS2022 and AI 18.9 - Target framework not supported

Hi
I just want to add an observation: I am monitoring the sln, aip and aiproj files - when I try to upgrade the target framework no updates are written to any of the files.
by pforsbom
Mon Dec 06, 2021 8:44 am
Forum: Common Problems
Topic: VS2022 and AI 18.9 - Target framework not supported
Replies: 16
Views: 9908
 
Jump to post

Re: VS2022 and AI 18.9 - Target framework not supported

Hi I have tried clicking "Update the target to .NET Frawork 4.8" but that does nothing. Technically there is nothing in the aiproj file or aip file that indicates TargetFramework. I have also tried adding a new AI project to a new solution. I selected .NET Framework 4.8. But when I save &a...
by pforsbom
Wed Dec 01, 2021 9:32 am
Forum: Common Problems
Topic: VS2022 and AI 18.9 - Target framework not supported
Replies: 16
Views: 9908
 
Jump to post

VS2022 and AI 18.9 - Target framework not supported

Hi When I open a Visual Studio solution that has Advanced Installer project I get a message telling me that "Target framework is not supported". If I select "Update target to .NET Framework 4.8" the AI project is unloaded from the solution. If I try to reload the solution I am as...
by pforsbom
Wed Feb 03, 2021 1:08 pm
Forum: Common Problems
Topic: "Windows can cannot access the specified device" when I try to uninstall
Replies: 4
Views: 3411
 
Jump to post

"Windows can cannot access the specified device" when I try to uninstall

Hi I have created an installer that seems to work fine om my local PC. When i distribute it to a server it also installs fine. If I try to uninstall or modify via "Apps & Fetaures" I get an error message: "c:\windows\system32\msiexec.exe" "Windows can cannot access the s...
by pforsbom
Thu Feb 20, 2020 2:08 pm
Forum: Building Installers
Topic: Custom IIS application name - having problems
Replies: 6
Views: 4034
 
Jump to post

Re: Custom IIS application name - having problems

Thank you! That worked :)
by pforsbom
Thu Feb 20, 2020 9:14 am
Forum: Building Installers
Topic: Custom IIS application name - having problems
Replies: 6
Views: 4034
 
Jump to post

Re: Custom IIS application name - having problems

Hi
I sent you an email. Did you get a chance to look at it?

Go to advanced search