--- nsiswrapper.pl 2009-02-21 18:16:19.000000000 +0100 +++ /usr/bin/nsiswrapper 2009-04-08 15:05:37.280606358 +0200 @@ -493,7 +493,8 @@ sub is_windows_system_dll $_ eq 'ole32.dll' || $_ eq 'mscoree.dll' || $_ eq 'msvcrt.dll' || - $_ eq 'user32.dll' + $_ eq 'user32.dll' || + $_ eq 'version.dll' } # Add Gtk dependencies, if --with-gtk.