INNO Setup
I'm using a setup program called INNO Setup (http://www.jrsoftware.org/isinfo.php).
I can run PDQ Deploy pretty well with MSI files, but for some reason, I'm having problems with anything based on INNO Setup.
Has anyone used setups made by INNO?
What command line switches did you use?
I'm using /VERYSILENT /SP /SUPPRESSMSGBOXES /PASSWORD=MYPASS
I setup a log file and the log file is never created, so I believe it hangs due to a popup window.
I DO get a UAC prompt. I thought PDQ Deploy had a way around that? I'm really just copying some files.
Installing an MSI, for example, FogClient.msi, works fine (once I use the Deploy User), and it's installing a service.
The deploy user is an administrator.
This is with Windows 10 Home; they are demo machines for a kiosk at a trade show. Things would be a lot easier if they were domain joined.
== John ==
Comments
Whoops! Dumb mistake. I had a typo in the password!
INNO worked fine once I fixed the PEBKAC problem.