Pass a parameters to Click-once Setup.exe file

slw070

New Member
I have a .net windows application, and i to run this application on client machine through asp.net web page.I have used the Click-once technique which is publish the windows application in a setup package and place it as an IIS Application.Now i want to pass a parameters to the windows application.to pass parameters the click once app i am using a URL to .application and pass parameters as query string parameters file, but the problem here is the .application file doesn't setup the prerequisites first, i.e if the client machine doesn't have .NET framework installed the application will return error !!.can anyone tell me how to pass a parameters to click-once application and check for prerequisites first.also if there's another technique rather than click-once please tell me.
 
Back
Top