tags:

views:

16

answers:

1

Hi folks,

I've published an online-only ClickOnce-deployed application. It is linked from a web application. As the application has pre-requisities, I will need them to click on the link to the setup file and not the direct link to the application (am I correct?).

However, I will need to pass URL parameters to the application.

Is there anyway I can pass URL parameters from the setup file to the application? Or is there any other way I can achieve my objective (install pre-requisites, and then launch the application while passing URL parameters to it)?

A: 

This is not possible. Thanks to RobinDotNet for saving my time.

HappyCoder4U