Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Bootstrapper and URL Parameters
 

Bootstrapper and URL Parameters

setup.exe /? reports that "All remaining command line arguments will be passed to the application install." Does this mean that URL parameters can be passed to the bootstrapper and they will be forwarded to the deployment manifest? If yes, what is the correct syntax of passing the parameters to the bootstrapper?

For example, this works:

http://localhost/UrlParameterTest/UrlParameterTest.application?param1=1&param2=2

but none of the following works:

setup.exe ?param1=1&param2=2

setup.exe ?param1=1

setup.exe param1=1&param2=2

setup.exe param1=1

Thanks

i-b  Saturday, September 15, 2007 3:07 AM

In fact,the bootstrapper does NOT pass command line arguments on to the final installer. So you cannot passing parameters to the deployment mainifest through this way.

Zhi-Xin Ye  Friday, September 21, 2007 6:53 AM

In fact,the bootstrapper does NOT pass command line arguments on to the final installer. So you cannot passing parameters to the deployment mainifest through this way.

Zhi-Xin Ye  Friday, September 21, 2007 6:53 AM
I am also stuck in this problem..

Zhi-Xin Ye, Can you suggest a solution to it?
Armoghan  Thursday, March 26, 2009 12:43 PM

You can use google to search for other answers

Custom Search

More Threads

• Deployment problems
• How to identify already installed version of same application
• Downgrading, MinimumRequiredVersion Question
• setup files
• Is possible the distribution of applications in WSUS
• GenerateDeploymentManifest and Codebase issue
• Deployment problem
• ClickOnce 401 Problem
• Custom Activation Processor
• Clickonce App precompilation