|
|
|
|
#1 |
|
Junior Member
Join Date: Sep 2010
Posts: 21
|
reg and bat2nsi-script
Hi all,
there are files of this content: (..reg) code: (..bat) code: Help transfer this to a script for NSIS UNICODE 2.46.5.. ![]() MfG MaGoth,
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
Read about the registry instructions in the documentation.
That being said, you are not supposed to modify the AppCompatFlags key in a installer, that key is for user preferences. If your application has a bug, it should be fixed instead of hoping that compatibility hacks will take care of the problem. IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Sep 2010
Posts: 21
|
Quote:
![]() MfG MaGoth,
|
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
What have you tried so far? Post your NSIS code and compiler errors (if any)...
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Sep 2010
Posts: 21
|
|
|
|
|
|
|
#6 |
|
Member
Join Date: May 2007
Location: Orange County, CA, U.S.A.
Posts: 73
|
What @Anders said.
Did you try WriteRegStr? i.e., code: |
|
|
|
|
|
#7 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
Remove the last parameter.
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Sep 2010
Posts: 21
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|