Search found 11 matches

Go to advanced search

by lornemartin
Fri Oct 14, 2022 12:02 pm
Forum: Common Problems
Topic: prerequisites for ARM64
Replies: 4
Views: 5846
 
Jump to post

Re: prerequisites for ARM64

I finally figured out I can copy the x64 prerequisite and set the copy to install only on ARM64. This seems to meet my requirements.
by lornemartin
Wed Oct 12, 2022 8:18 pm
Forum: Common Problems
Topic: prerequisites for ARM64
Replies: 4
Views: 5846
 
Jump to post

Re: prerequisites for ARM64

In my situation I want to install the .NET Desktop Runtime x86 on x86 machines, the .NET Desktop Runtime x64 on x64 machines, and the .NET Desktop Runtime ARM64 on ARM64. Currently my installer installs the x64 version on an ARM64 machine. This actually meets the requirements of my program because o...
by lornemartin
Fri Oct 07, 2022 12:23 pm
Forum: Common Problems
Topic: prerequisites for ARM64
Replies: 4
Views: 5846
 
Jump to post

prerequisites for ARM64

I would like to check for the prescence of the .net Desktop Runtime for ARM64 in my app, and I don't see any ARM64 prerequisites in the list. I am running Advanced Installer Version 19.9. How can I do this, do I have to manually configure it?
by lornemartin
Wed Sep 28, 2022 11:26 am
Forum: Common Problems
Topic: uninstaller not removing files
Replies: 3
Views: 4995
 
Jump to post

Re: uninstaller not removing files

I ended up running this powershell script, and it fixed my problem. Make sure you back up your registry before trying this! Credits to Stackoverflow for the idea. https://stackoverflow.com/questions/26739524/wix-toolset-complete-cleanup-after-disallowing-uninstallation-of-component-sin $productName ...
by lornemartin
Tue Sep 27, 2022 1:12 pm
Forum: Common Problems
Topic: uninstaller not removing files
Replies: 3
Views: 4995
 
Jump to post

uninstaller not removing files

My uninstaller won't remove the files from my main dev machine anymore. After doing some research I'm thinking the problem is that there's some leftover info in the registry from a previous version that did not uninstall properly. I've been using the Microsoft Uninstall troubleshooter that I downloa...
by lornemartin
Thu Sep 01, 2022 11:38 am
Forum: Common Problems
Topic: change program wizard from appwiz.cpl
Replies: 3
Views: 1563
 
Jump to post

Re: change program wizard from appwiz.cpl

Thank-you. That works.
by lornemartin
Wed Aug 31, 2022 1:50 pm
Forum: Common Problems
Topic: change program wizard from appwiz.cpl
Replies: 3
Views: 1563
 
Jump to post

change program wizard from appwiz.cpl

I have an installer packaged as an exe that contains quite a few custom actions that are set to run as admin. This works fine in most scenarios, but selecting the `change` option for the app from the `appwiz.cpl` window, then choosing the `repair` option, will result in UAC prompts for every one of ...
by lornemartin
Mon Aug 29, 2022 4:20 pm
Forum: Common Problems
Topic: custom update schedule with professional version?
Replies: 3
Views: 1336
 
Jump to post

Re: custom update schedule with professional version?

thanks for the confirmation.
by lornemartin
Thu Aug 25, 2022 6:08 pm
Forum: Common Problems
Topic: custom update schedule with professional version?
Replies: 3
Views: 1336
 
Jump to post

custom update schedule with professional version?

I am trying to figure out whether I can set up a schedule where my app checks and installs updates on a regular basis. I only have the professional version, so I don't think so, but I'm a bit confused. When I click the `Automatic` option in the `Updater Execution` section (#1 in attached screenshot)...
by lornemartin
Wed Jul 20, 2022 11:19 am
Forum: Common Problems
Topic: saving a file to 64 bit folder from 32 bit installer
Replies: 4
Views: 1429
 
Jump to post

Re: saving a file to 64 bit folder from 32 bit installer

Thanks for the reply. I had tried this already and it doesn't seem to work that way for me. But I must be doing something wrong. I have attached my aip file for your review. It only has the files added to the 'Program Files 64' folder, but they get installed to my Program Files (x86) folder when I r...
by lornemartin
Tue Jul 19, 2022 1:30 am
Forum: Common Problems
Topic: saving a file to 64 bit folder from 32 bit installer
Replies: 4
Views: 1429
 
Jump to post

saving a file to 64 bit folder from 32 bit installer

I would like to install some Firefox preferences to a folder on the target machine conditionally based on whether the user has 64 bit or 32 bit Firefox installed. If the target machine has a folder named C:\Program Files\Mozilla Firefox\defaults\pref\, I want to write two files to it. If the target ...

Go to advanced search