|
|
|
|
#1 | |
|
Junior Member
Join Date: Nov 2011
Posts: 8
|
not a valid win32 application
I'm compiling and running the following test script:
Quote:
Thanks. |
|
|
|
|
|
|
#2 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
tried the full path to hello_world.nsi?
|
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
NSIS version?
Unicode NSIS? (I have seen this happen with the latest unicode version) IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Nov 2011
Posts: 8
|
Yes, Unicode NSIS, latest version (2.46.3). May it be safer to revert to an older release (reverting to ANSI isn't an option).
|
|
|
|
|
|
#5 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Or just extract an empty file to $PLUGINSDIR or something.
Stu |
|
|
|
|
|
#6 |
|
Major Dude
|
Is your script called hello_world.nsi and you want to include it in the installer?
It looks like recursion -> file hello_world.nsi is being read by NSIS compiler and also being packed into .resulting exe file. Try to include some other file like "readme.txt" (create it) Cool looking installers with custom design: www.graphical-installer.com Create Setup Pages easily: www.install-designer.com Build installers in Visual Studio 2005-2022: www.visual-installer.com or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com |
|
|
|
|
|
#7 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
|
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Nov 2011
Posts: 8
|
So yeah, works fine in unicode 2.46.
|
|
|
|
|
|
#9 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
You mean 2.46.2 or .1? I only tested .3...
IntOp $PostCount $PostCount + 1 |
|
|
|
![]() |
|
|||||||
| Tags |
| win32 |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|