



Well, it turns out it had nothing to do with quotes or anything. The parameters are ignored, which I verified with ProcessExplorer, and Deploy-Application.exe launches with no parameters. However, when I have a config file that looks like this: still does not work. I just tested this by running it via cmd, like this: Deploy-Application.exe -DeploymentType UninstallĪnd it worked fine. Here is my config file: It turns out that Deploy-Application.exe does not need quotes around the parameters. Is there an excape character for a double quote for the 7-zip SFX module? If there is I cannot find it! When I put that in my config file, it doesn't work, because the Sfx module thinks my parameter is just -DeploymentTypeīecause of the double quote. Deploy-Application.exe takes a parameter that looks like this: Deploy-Application.exe -DeploymentType "Uninstall" I need to create an installer that runs a file called Deploy-Application.exe.
