Forum: NSIS Discussion
18th December 2008, 17:43
|
|
Replies: 5
Views: 2,764
Finally finishing this thread....
Page edited on the NSIS Wiki. Not sure if I did it correctly. Usually you have a debate page on a wiki.... but I just edited the main content with a proof comment and a patch comment. If the group...
|
Forum: NSIS Discussion
16th December 2008, 19:56
|
|
Replies: 6
Views: 2,300
|
Forum: NSIS Discussion
16th December 2008, 19:46
|
|
Replies: 6
Views: 2,300
|
Forum: NSIS Discussion
16th December 2008, 19:37
|
|
Replies: 6
Views: 2,300
Stupid stupid stupid stupid.
Using forward...
Stupid stupid stupid stupid.
Using forward slashes in file name creates impossible read errors.
Every read after that results in error flag being set. However, NO error flag on FileOpen?????...
|
Forum: NSIS Discussion
16th December 2008, 19:10
|
|
Replies: 6
Views: 2,300
StepThough.....
Ok, well I confirmed your test. I can acutally open the file seperately, and rip through it. I get all teh ## lines etc. So then I edited the ReplaceInFile's central function called RIP... as you...
|
Forum: NSIS Discussion
15th December 2008, 11:35
|
|
Replies: 6
Views: 2,300
|
Forum: NSIS Discussion
13th November 2008, 18:46
|
|
Replies: 1
Views: 1,444
|
Forum: NSIS Discussion
8th September 2008, 17:33
|
|
Replies: 1
Views: 2,388
Bad Net Start Return Code?
nsExec::Exec /TIMEOUT=700 "NET START sdfweflwiejflsdkfjsliefj" SH_HIDE
pop $0
MessageBox MB_OK "Trying to start :sdfweflwiejflsdkfjsliefj RESULT:$0"
Returning 2.. no matter...
|
Forum: NSIS Discussion
25th August 2008, 17:41
|
|
Replies: 5
Views: 2,764
Legit Error On NSIS Site:
This page, needs to be corrected: [ Per my previous post.] Where do I post this, if its not here?
nsis.sourceforge.net/GetBetween:_Get_text_in_between_two_markers_in_a_file
The register...
|
Forum: NSIS Discussion
22nd August 2008, 22:08
|
|
Replies: 5
Views: 2,764
|
Forum: NSIS Discussion
21st August 2008, 21:52
|
|
Replies: 6
Views: 2,395
Grrrrrr.
It IS a variable. Its just an enumerated, restricted pre-defined set of acceptable values and it should beable to say, OH... variable... that resolves to... and if it can't resolve at runtime it...
|
Forum: NSIS Discussion
21st August 2008, 21:32
|
|
Replies: 5
Views: 2,764
|
Forum: NSIS Discussion
21st August 2008, 20:39
|
|
Replies: 6
Views: 2,395
But THIS works?
!macro SetRegistry_with_RollbackControl _RootKey _RegistryKey _SubKey _Value
WriteRegStr ${_RootKey} ${_RegistryKey} ${_SubKey} ${_Value}
!macroend
|
Forum: NSIS Discussion
21st August 2008, 20:15
|
|
Replies: 6
Views: 2,395
Example of the curren workaround.....
Example of the handling I need to do to get my abstraction to compile. It seems unnecessary.... but if I understood why the compiler required the Enumeration I probably would understand the...
|
Forum: NSIS Discussion
21st August 2008, 19:51
|
|
Replies: 6
Views: 2,395
|
Forum: NSIS Discussion
21st August 2008, 17:12
|
|
Replies: 0
Views: 1,099
|
Forum: NSIS Discussion
21st August 2008, 16:16
|
|
Replies: 17
Views: 10,458
agreed......
Considering that we're sort of operating in an Assembly like stack mentality... I understand that the nice readable names get stored merely as a memory location.
Are you saying that there is no...
|
Forum: NSIS Discussion
21st August 2008, 01:24
|
|
Replies: 3
Views: 2,101
|
Forum: NSIS Discussion
21st August 2008, 01:21
|
|
Replies: 17
Views: 10,458
|
Forum: NSIS Discussion
20th August 2008, 21:02
|
|
Replies: 3
Views: 2,101
|
Forum: NSIS Discussion
20th August 2008, 20:50
|
|
Replies: 17
Views: 10,458
rollback.nsh
I'm working on a nice rollback include. ( Aptly titled rollback.nsh ) Just a set of macros really, but it sets up a log that can be saved to a provided path.... builds the log...as you install or...
|
Forum: NSIS Discussion
11th August 2008, 21:20
|
|
Replies: 1
Views: 2,290
Clarification....
Just so future readers understand.....
StrCpy $1
insertmacro StartRadioButtons $1
insertmacro RadioButtons a,b,c,d,e,f,g, etc...
insertmacro EndRadioButtons
StrCmp $1
Is a macro set for...
|
Forum: NSIS Discussion
11th August 2008, 17:49
|
|
Replies: 2
Views: 2,471
|
Forum: NSIS Discussion
11th August 2008, 17:47
|
|
Replies: 1
Views: 2,290
|
Forum: NSIS Discussion
8th August 2008, 20:36
|
|
Replies: 2
Views: 2,471
|