Archive: Hyperlink pointing to installable EXE


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


The "how" depends on the "where". What is it you want to do, exactly?


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


Have you looked at nsDialogs?

http://nsis.sourceforge.net/Docs/nsD...ml#mref-create


Thanks a lot,

I got it, and it is working now.