Skip to content
⌘ NSIS Forum Archive

Problem with windows7

6 posts

wagner1308#

Problem with windows7

good morning, everyone

After testing windows 7, the new product that you create using nsis, the following message appears.
This program can not be installed correctly
If the program was not installed correctly, try reinstalling using settings compatible with this version of windows

thanks
Yathosho#
without some details details such as the code of your script it's near impossible to find a solution
wagner1308#
Originally Posted by Afrow UK View Post
Sounds like you are missing RequestExecutionLevel.

Stu
Do you have any ono nsis configuration to run with windows 7
T.Slappy#
I think this is not problem of NSIS.
Sometimes on Win 7 (64bit in my case) I can see similar message too - if the installation is cancelled and even if it was successful.
I assume win is collecting data from installers and if some conditions are meet (like writing appropriate registry key, etc) it shows this message.