Archive: NSIS 2.0 and VB


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 :

...
!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
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..

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...

the conversion-script might be working with pre-2.0 versions only. have a look at the MUI documentation to see if syntax has changed.


Mr. Yat is right.

Due the changes and updates to NSIS, the converter was stoped in old syntax versions.

At the end of the convertion, you'll have to update the end code, by seeing the modern UI docs.


So if i download NSIS 1.X i can use the converter ?