Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79741 --- shadow/79741 2006-10-27 03:28:09.000000000 -0400 +++ shadow/79741.tmp.3646 2006-10-27 03:39:58.000000000 -0400 @@ -50,6 +50,21 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-10-27 03:28 ------- Created an attachment (id=17920) example1.exe built with NSIS installer system + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-27 03:39 ------- +Thanks for looking at this bug. I've attached two test files: + +helloworld.exe is the following C file compiled with mingw using +"i586-mingw32msvc-gcc -g -o helloworld.exe helloworld.c" + +#include <stdio.h> +main() {int i = 0; printf("Hello World.");} + +example1.exe is the file created by "makensis example1.nsi" using the +example1.nsi script from +http://www.seas.gwu.edu/~simhaweb/java/lectures/appendix/installer/install.html +with a tiny text file named MyProg.exe in place while running makensis. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
