Forum: NSIS Discussion
30th January 2008, 12:39
|
|
Replies: 2
Views: 1,808
|
Forum: NSIS Discussion
29th January 2008, 21:08
|
|
Replies: 2
Views: 1,808
Error Code 87 with CABSetup plugin
I am attempting to make a small NSIS script that will help me in the creation/extraction of cab files. Currently, I am playing around with the CABSetup sample files to learn more about how to use...
|
Forum: NSIS Discussion
16th January 2008, 13:40
|
|
Replies: 6
Views: 2,393
ReadINIStr user_var(output) ini_filename...
ReadINIStr user_var(output) ini_filename section_name entry_name
Reads from entry_name in [section_name] of ini_filename and stores the value into user variable $x. The error flag will be set and...
|
Forum: NSIS Discussion
9th January 2008, 18:02
|
|
Replies: 3
Views: 1,891
RealProgress::DetailProgress Problem
I am running into a problem with the RealProgress plugin and I was wondering if there is something I'm missing or if there is a workaround.
I want to increase the progress in the progress bar...
|