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
Problem with windows7
6 posts
without some details details such as the code of your script it's near impossible to find a solution
Sounds like you are missing RequestExecutionLevel.
Stu
Stu
Im used RequestExecutionLevel admin
Do you have any ono nsis configuration to run with windows 7Originally Posted by Afrow UK View PostSounds like you are missing RequestExecutionLevel.
Stu
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.
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.