Forum: NSIS Discussion
28th September 2009, 19:01
|
|
Replies: 24
Views: 11,595
wmi calls returning arrays
Hey l0k1, I noticed the plugin doesn't support any WMI calls that return an array of ints...
WmiInspector::Request "CIMV2" "Win32_SystemEnclosure" "ChassisTypes"
; see...
|
Forum: NSIS Discussion
6th June 2007, 01:51
|
|
Replies: 21
Views: 4,935
That was it. I updated to a newer NSIS base,...
That was it. I updated to a newer NSIS base, implemented all of our customizations, and now I haven't seen the slowdown in 20 straight iterations (whereas before I would see it approximately 1 in 8...
|
Forum: NSIS Discussion
19th April 2007, 18:56
|
|
Replies: 21
Views: 4,935
|
Forum: NSIS Discussion
19th April 2007, 14:51
|
|
Replies: 21
Views: 4,935
|
Forum: NSIS Discussion
12th April 2007, 21:07
|
|
Replies: 21
Views: 4,935
|
Forum: NSIS Discussion
5th April 2007, 18:40
|
|
Replies: 21
Views: 4,935
Thanks kichik. I went the dumb route and just...
Thanks kichik. I went the dumb route and just slapped if(g_header) in front of all my logging. So I was able to get the _dodecomp logging to work.
After 6 runs from the same image, I was finally...
|
Forum: NSIS Discussion
23rd March 2007, 15:39
|
|
Replies: 21
Views: 4,935
Now I'm stuck. I've tried to do some additional...
Now I'm stuck. I've tried to do some additional logging using log_printf inside _dodecomp but NSIS crashes. I'm wondering if _dodecomp is called from somewhere else early enough to where logging is...
|
Forum: NSIS Discussion
5th March 2007, 16:50
|
|
Replies: 21
Views: 4,935
Thanks for checking in again.
My next step...
Thanks for checking in again.
My next step has been to simply reproduce the issue 100%, which I still can not do. No amount of debugging will help unless I know I can make the problem happen and...
|
Forum: NSIS Discussion
6th February 2007, 11:25
|
|
Replies: 21
Views: 4,935
Thanks all for the replies, but I'm still...
Thanks all for the replies, but I'm still stumped. I'm on-site now trying to figure this out.
It's not antivirus that's causing it, because they made a test dash that includes minimal other...
|
Forum: NSIS Discussion
17th January 2007, 14:29
|
|
Replies: 21
Views: 4,935
|
Forum: NSIS Discussion
16th January 2007, 19:56
|
|
Replies: 21
Views: 4,935
WriteUninstaller is sometimes slow
I've been using NSIS for a while and I feel like I'm pretty good at it, but here's a stumper.
I'm writing installers for games that range anywhere from 6 to 50 MB (before compression). I was...
|