Quote:
Originally posted by Joost Verburg
1) You can use the quiet option. If you want a progessbar, you have to modify the source to make it hide the name.
2) We have never had reports about NSISdl crashing. Please create a debug version and see where it crashes.
|
thanks for the quick reply. I've coded the change for the name removal
about the firewall crashing, I get the crash at line 70 of nsisdl.cpp
return CallWindowProc((long (__stdcall *)(struct HWND__ *, unsigned int, unsigned int, long))lpWndProcOld, hwnd, message, wParam, lParam);
i'm debuggin this with the code from cvs, not my edited code. the message var is WM_ACTIVATE, wnd seems valid, though i haven't checked, maybe its because the dialog for the firewall is the foreground window? i'm not sure, i'll investigate, if you have any ideas, or ideas on how to get you further info, please post