|
|
#1 |
|
Junior Member
Join Date: Jul 2009
Posts: 4
|
NSIS Wrapper Vista problem
I'm using NSIS as exe wrapper.
example: code: After closing notepad pops up the 'Program Compatibility Assistant' saying: "This program might not have installed correctly" "If this program didn't install correctly, try reinstalling using settings that are compatible with this version of Windows." with options: * Reinstall using recommended settings * This program installed correctly." Is there any way to make a package which Vista will not consider to be an installer? Any suggestions will be much appreciated. Thanks |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Feb 2007
Posts: 546
|
|
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Did you put in RequestExecutionLevel then?
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jul 2009
Posts: 4
|
Yes!
I add in script head.code: And remove my useless andcode: code: BUT why I need add this???? NSIS exe by default run as admin(without RequestExecutionLevel admin)! Thanks a lot. |
|
|
|
|
|
#5 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
But does it work?
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Jul 2009
Posts: 4
|
YES, its work!
no more "Program Compatibility Assistant" message |
|
|
|
|
|
#7 | |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,779
|
Quote:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|