I have a Clickonce application that is launched from the start menu (local). I would like to be able to specify a parameter so that the application can load certain data. Th
Perhaps you could pass a parameter on the URL the first time, and have the app take notice of that, and write the parameters to a config file, or environment variables or somesuch.