When I try and paste that in the Installation section, everything below appears to be greyed out.
I am worried that, perhaps I do not see your command types out properly due to the code block interference.
These quotes and ticks are becoming a little confusing lol
So am I not supposed to enclose each parameter with quotes?
Only use opening quotes for each parameter that requires them, then put its enclosing double-quote at the very end of the line??
So don't use REBOOT='"ReallySuppress"
But use REBOOT=`"ReallySupress
?
I’ve no issues with deploying with batch file but I really want to make PSADT work.
I’ve even tried the following but the installer simply will not install. I see the executable run but only for a short while, so it’s not getting the right parameters for some reason.
yeah it sucks because I’ve spent like 40 hours and counting trying to figure this out.
Probably would have taken 5 mins if the thread didn’t interfere with the text and quotes.
I think the fact that quotes can universally make or break a script/program pretty much reinforces my opinion on the matter
The problem appears that the installer is putting quotes around the exe installer.
My batch file doesn’t have quotes around the .exe installer and it runs fine.
Same case if I paste the full install command with parameters in a command prompt window.
It will not work with “install.exe” in quotes appended with parameters.
I need to figure out a way to REMOVE quotes around the executable that is launched via the process that is executed via “Execute-Process”.
I have confirmed quotes are added by checking Process Explorer.