Talk:Installing the Microsoft .NET Framework: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
What the heck is !insertmacro PRINT? | What the heck is !insertmacro PRINT? | ||
I put this and now works: | |||
!macro Print PARAM | |||
SetDetailsPrint both | |||
DetailPrint "${PARAM}" | |||
SetDetailsPrint textonly | |||
!macroend |
Revision as of 10:40, 8 January 2006
What the heck is !insertmacro PRINT?
I put this and now works:
!macro Print PARAM
SetDetailsPrint both DetailPrint "${PARAM}" SetDetailsPrint textonly
!macroend