Hi Team,
-
I have an installer xyz.exe
-
While installing the products through the UI of the installer, I have chosen the option to make a script, an added feature provided with the installer itself.
-
The products are installed successfully.
-
The products are now uninstalled & I would like to use the same script to install the products. But this time I want to do it via command prompt or powershell.
-
The script is in a file in my Desktop.
-
How do I pass the script file to the xyz.exe in the command prompt so that the products are installed.