zjyotiz
23rd June 2010 15:46 UTC
Hyperlink pointing to installable EXE
How to put hyperlink pointing to EXE to install third party software.
I want to check whether third party software are installed or not. If not then I want to display hyperlink pointing to EXE to install it.
I want user to click button to Check if third party software are installed.
Thanks
MSG
23rd June 2010 17:16 UTC
The "how" depends on the "where". What is it you want to do, exactly?
zjyotiz
23rd June 2010 17:52 UTC
I want to put some type Link or Label or Hyperlink on dialogue, This should point to executable present on system.
Text of Link or Label or Hyperlink will depend upon whether third party software is installed or not.
Thanks
MSG
23rd June 2010 19:03 UTC
Have you looked at nsDialogs?
http://nsis.sourceforge.net/Docs/nsD...ml#mref-create
zjyotiz
23rd June 2010 19:05 UTC
Thanks a lot,
I got it, and it is working now.