Package: nsis
Version: 2.07-1
Severity: normal
Tags: experimental

Examples Tested with 2.07-1
===========================

Compile Examples
----------------

bigtest.nsi
-----------

Icon: "..\Contrib\Graphics\Icons\nsis1-install.ico"
Error: File doesn't exist or is an invalid icon file
Error in script "bigtest.nsi" on line 19 -- aborting creation process

Wrong Path, should be 
Icon "..\..\..\nsis\Contrib\Graphics\Icons\nsis1-install.ico"

CheckBitmap: "..\Contrib\Graphics\Checks\classic-cross.bmp"
Error: can't find bitmap
Error in script "bigtest.nsi" on line 33 -- aborting creation process

Wrong Path, should be
CheckBitmap "..\..\..\nsis\Contrib\Graphics\Checks\classic-cross.bmp"

UninstallIcon: "..\Contrib\Graphics\Icons\nsis1-uninstall.ico"
Error: File doesn't exist or is an invalid icon file
Error in script "bigtest.nsi" on line 280 -- aborting creation process

Wrong Path, should be
UninstallIcon "..\..\..\nsis\Contrib\Graphics\Icons\nsis1-uninstall.ico"

example1.nsi
------------

SetOutPath: "$INSTDIR"
File: "..\makensisw.exe" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
   /oname=outfile one_file_only)
Error in script "example1.nsi" on line 35 -- aborting creation process

Take other file. eg. example1.nsi

example2.nsi
------------

File: "..\makensisw.exe" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
   /oname=outfile one_file_only)
Error in script "example2.nsi" on line 45 -- aborting creation process

Take other file. eg. example2.nsi

gfx.nsi
-------
depends on windows - unable to compile

Error: AddBrandingImage is disabled for non Win32 platforms.

languages.nsi
-------------

ok

LogicLib.nsi
------------

Changing directory to: "/usr/share/doc/nsis/Examples"

Processing script file: "LogicLib.nsi"

sh: line 1: 3: command not found
sh: line 1: 4: command not found
sh: line 1: 5: command not found
!insertmacro: macro "_==" requires 4 parameter(s), passed 1!
!include: error in script: "/tmp/379.7.tmp" on line 1
Error in macro _EndSwitch on macroline 9
Error in script "LogicLib.nsi" on line 387 -- aborting creation process

No solution. To complex, sorry. But I there are some DOS/Window specific
commands in !system: del --> rm

one-section.nsi
---------------

ok

primes.nsi
----------

ok

rtest.nsi
---------

ok

silent.nsi
-----------

ok


StrFunc.nsi
-----------

Invalid command: System::Call
Error in macro FUNCTION_STRING_StrCase on macroline 44
Error in script "StrFunc.nsi" on line 10 -- aborting creation process

System.dll not included in Pluginsfolder

ok

UserVars.nsi
------------

ok

Versioninfo.nsi
---------------

ok

waplugin.nsi
------------

File: "C:\program files\winamp\plugins\vis_nsfs.dll" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
   /oname=outfile one_file_only)
Error in script "waplugin.nsi" on line 59 -- aborting creation process

Take other file.

ok

AdvSplash\Example.nsi
---------------------

ok

Banner\Example.nsi
------------------

ok

BgImage\Example.nsi
-------------------

ok

InstallOptions\testimgs.nsi
---------------------------

ok

InstallOptions\testlink.nsi
---------------------------

ok

InstallOptions\testnotify.nsi
-----------------------------

ok

InstallOptions\test.nsi
-----------------------

ok

Math\math.nsi
-------------

ok

Math\mathtest.nsi
-----------------

ok

Modern UI\Basic.nsi
-------------------

LicenseData: open failed "/usr/share/nsis\Docs\Modern UI\License.txt"
Usage: LicenseData local_file_that_has_license_text | license_lang_string
Error in macro MUI_PAGE_LICENSE on macroline 21
Error in script "Basic.nsi" on line 31 -- aborting creation process

Path should be ..\..\Docs\Modern UI\License.txt
and
License.txt should be in Docs\Modern UI

ok

Modern UI\HeaderBitmap.nsi
--------------------------

LicenseData: open failed "/usr/share/nsis\Docs\Modern UI\License.txt"
Usage: LicenseData local_file_that_has_license_text | license_lang_string
Error in macro MUI_PAGE_LICENSE on macroline 21
Error in script "HeaderBitmap.nsi" on line 33 -- aborting creation process

Path should be ..\..\Docs\Modern UI\License.txt
and
License.txt should be in Docs\Modern UI

Modern UI\InstallOptions.nsi
----------------------------

LicenseData: open failed "/usr/share/nsis\Docs\Modern UI\License.txt"
Usage: LicenseData local_file_that_has_license_text | license_lang_string
Error in macro MUI_PAGE_LICENSE on macroline 21
Error in script "InstallOptions.nsi" on line 26 -- aborting creation process

Path should be ..\..\Docs\Modern UI\License.txt
and
License.txt should be in Docs\Modern UI

Modern UI\MultiLanguage.nsi
---------------------------

LicenseData: open failed "/usr/share/nsis\Docs\Modern UI\License.txt"
Usage: LicenseData local_file_that_has_license_text | license_lang_string
Error in macro MUI_PAGE_LICENSE on macroline 21
Error in script "MultiLanguage.nsi" on line 39 -- aborting creation process

Path should be ..\..\Docs\Modern UI\License.txt
and
License.txt should be in Docs\Modern UI

warning: Thai language file version doesn't match. Using default English
texts for missing strings. (macro:MUI_LANGUAGEFILE_BEGIN:11)
warning: !warning: Thai Modern UI language file version doesn't match. Using
default English texts for missing strings. (macro:MUI_LANGUAGEFILE_END:5)

Modern UI\StartMenu.nsi
-----------------------

LicenseData: open failed "/usr/share/nsis\Docs\Modern UI\License.txt"
Usage: LicenseData local_file_that_has_license_text | license_lang_string
Error in macro MUI_PAGE_LICENSE on macroline 21
Error in script "StartMenu.nsi" on line 37 -- aborting creation process

Path should be ..\..\Docs\Modern UI\License.txt
and
License.txt should be in Docs\Modern UI

Modern UI\Welcomefinish.nsi
---------------------------

LicenseData: open failed "/usr/share/nsis\Docs\Modern UI\License.txt"
Usage: LicenseData local_file_that_has_license_text | license_lang_string
Error in macro MUI_PAGE_LICENSE on macroline 21
Error in script "WelcomeFinish.nsi" on line 32 -- aborting creation process

Path should be ..\..\Docs\Modern UI\License.txt
and
License.txt should be in Docs\Modern UI


nsExec\test.nsi
---------------

ok

Splash\Example.nsi
------------------

ok

StartMenu\Example.nsi
---------------------

ok

UserInfo\UserInfo.nsi
---------------------

ok

VPatch\example.nsi
------------------

ok


viewhtml.nsi
------------

ok

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)

Versions of packages nsis depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1                     1:4.0.1-2    GCC support library
ii  libstdc++5                  1:3.3.5-13   The GNU Standard C++ Library v3

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to