NSIS 2.0 and VB
Hi.
First of all i read those tutorials and also the examples but due to the fact that i am not very experienced with coding NSIS i cant do much myself... therefore i downloaded this script that converts the setup.lst file to a NSIS Script... but this again produced errors :
...There it aborts. I will add the scriptfile as attachment and hope someone might tell me what to change, because i dont understand it, t seems as if a constant was not declard, but thats all i see..
!define: "MUI_ABORTWARNING"=""
!define: "MUI_UNINSTALLER"=""
!define: "MUI_UNCONFIRMPAGE"=""
!insertmacro: MUI_SYSTEM
!insertmacro: macro named "MUI_SYSTEM" not found!
Error in script "F:\NSIS\vb\twain" on line 33 -- aborting creation process
Otherwise, does someone here know another program that makes a NSIS script out of a VB6 Package Scrpt ?
Nachtwind
PS : Attachment consists out of the file to parse (twain) and those templates which are used...