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:
I put this and now works:
Line 9: Line 10:
   SetDetailsPrint textonly
   SetDetailsPrint textonly
!macroend
!macroend
And this is my question: Where is the url for dotnet 2.0 files???, someone have a script that install it?
Havoc (soy_un_email @ terra_dot_es  (delete the _ in mail)
---

Revision as of 10:43, 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


And this is my question: Where is the url for dotnet 2.0 files???, someone have a script that install it?

Havoc (soy_un_email @ terra_dot_es (delete the _ in mail)


---