xbarns
Senior Member
Registered: Aug 2007
From: Frankfurt, Germany
|
Hi all,
i am trying to use the plugin with the Unicode Version of NSIS but it won't even open the file correctly.
Am i just stupid or does it not work correctly with Unicode NSIS? (2.45)
I use the following script to test....
code:
Name TestSetupSmall
OutFile TestSetupSmall.exe
;Request application privileges for Windows Vista
RequestExecutionLevel highest
!include "XML.nsh"
ShowInstDetails Show
Page Instfiles
Function .onInit
InitPluginsDir
FunctionEnd
Section TEST
SetOutPath $TEMP
File test.xml
${xml::LoadFile} "$TEMP\test.xml" $0
DetailPrint "-$0-"
SectionEnd
The provided example does not work either.
Any help would be much appreciated.
Thanks.
Quick Link | Report this post to a moderator | IP: Logged
|