User talk:Zimsms: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Can this be used for multiple command line switches? when I try to use it twice I get an error. | Can this be used for multiple command line switches? when I try to use it twice I get an error. | ||
== Where can I find Macro Print == | |||
In the code | |||
!insertmacro PRINT is used but compiler gives error Macro PRINT Not found. | |||
Do I need to include any file for this | |||
[[User:202.177.244.251|202.177.244.251]] 20:58, 26 July 2006 (PDT) SAC | |||
:Thx, I replaced "!insertmacro PRINT" with "DetailPrint" in all codes made by this author. [[User:Deguix|deguix]] 03:08, 28 July 2006 (PDT) |
Latest revision as of 10:08, 28 July 2006
Can this be used for multiple command line switches? when I try to use it twice I get an error.
Where can I find Macro Print
In the code !insertmacro PRINT is used but compiler gives error Macro PRINT Not found. Do I need to include any file for this
202.177.244.251 20:58, 26 July 2006 (PDT) SAC
- Thx, I replaced "!insertmacro PRINT" with "DetailPrint" in all codes made by this author. deguix 03:08, 28 July 2006 (PDT)