Program Compatibility Assistant problem

Common questions about using Actual Installer.
Post Reply
amiradar
Posts: 8
Joined: Sat May 11, 2013 8:03 am

Program Compatibility Assistant problem

Post by amiradar »

Hi!
I've built an installation for a Windows 7 application.
When I chose to test the installation (at the end of the build) it went well.
When I ran the installation (from the exe file) I got the warning that this program may not have installed correctly.
The "Show in Program and features" checkbox is checked.
Please advise,
Amir
Leo
Site Admin
Posts: 458
Joined: Fri Jan 22, 2010 12:40 pm

Re: Program Compatibility Assistant problem

Post by Leo »

Hello Amir,

Is this setup the update program or the main installation?

If update then it is normal behaviour.
Leo,
Actual Installer Team
https://www.actualinstaller.com
amiradar
Posts: 8
Joined: Sat May 11, 2013 8:03 am

Re: Program Compatibility Assistant problem

Post by amiradar »

Hi Leo,
This happens when I install the program. I did not include an option to upgrade it, so first the previous version is uninstalled, and then the newer version is installed, terminating with this warning.
When running the installer on a clean PC (in which there is no previous version of the app), the warning is not at the end.
Zotlerg
Posts: 4
Joined: Thu Feb 20, 2014 1:21 pm

Re: Program Compatibility Assistant problem

Post by Zotlerg »

Hello, I'm getting this same problem.
I have selected 'Allow Multiple Installations.'
When I run 'uninstall.exe' on my software then run the installer, it pops up this assistant every time.
It's very annoying, and I can't have my customers see this thing as it gives strong signals towards a 'dangerous' product.
How do I stop this thing popping up?
Thanks,
Great product BTW! :)
Leo
Site Admin
Posts: 458
Joined: Fri Jan 22, 2010 12:40 pm

Re: Program Compatibility Assistant problem

Post by Leo »

Go to the System \ Registry page and add:

Code: Select all

Registry Key: HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Persisted
Name Value: <SetupExe>
Type Value: REG_DWORD
Value Data: 1
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply