I have some applications which have to be installed with a command line parameter that points to an answer file or config file. Typically, this parameter would include the full path to the required file. For example:
setup.exe /s /path:"c:\temp\config.txt"
To deploy it through config manager, I included the config.txt in the source directory alongside the setup.exe file. I have tried a couple of command line variations for the "Installation Program" in the deployment type for this, but I don't seem to have hit on the right one. What would be the proper syntax to use for installing such a program through configmgr, so that the program's setup routine can locate and access the required config file during installation?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
I have some applications which have to be installed with a command line parameter that points to an answer file or config file. Typically, this parameter would include the full path to the required file. For example:
To deploy it through config manager, I included the config.txt in the source directory alongside the setup.exe file. I have tried a couple of command line variations for the "Installation Program" in the deployment type for this, but I don't seem to have hit on the right one. What would be the proper syntax to use for installing such a program through configmgr, so that the program's setup routine can locate and access the required config file during installation?
Thanks!
Share this post
Link to post
Share on other sites