Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

There is a link on a page [pointing to an EXE file] when the user clicks this link the dialog should only ask for RUN & CANCEL, No SAVE option.. Is this possible?

I have to do this as I have to allow clients to install some liscensed SW but do not want the EXE to be available to them..

Any help will be greatly appreciated..

Thanks..
Posted

You can create a ClickOnce application if this is a .NET application.
 
Share this answer
 
I've looked around and I don't see any way to disable it. The only thing you could do is provide a simple install program that has none of your code, just has a call to run a file from your website. Installing most Microsoft products from the web are this way. You open a small (under 1 MB) file that then downloads all of the files you would need to a temporary folder, runs the install, and then cleans up the files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900