Hey there, all. It’s been a while since I have posted. Have sort of a weird scenario. I’m helping someone put an application together. Everything is good for the most part except the setup.exe for Magtek ImageSafe. The installer can be found at Device Drivers and Agent Installers - InstaMed Developer Portal (MagTek ImageSafe (v112)).
You’ll end up downloading an exe which is a self-extractor and then you’re presented with more files and folders. You eventually end up with a setup.exe and and MSI file. If you try running the MSI separately, it tells you to run the setup.exe file first. If we run a setup.exe /? against the installer, we get the following parameters.
I’ve tried seeing if I could mess with the MSI in Orca with no luck. I ended up stumbling upon this by mistake I suppose. I started to create a new PSADT file and put the appropriate files in the ‘Files’ folder. For the heck of it, I ran the PSADT script and I noticed in the logs it detected a Zero-Config MSI (the one that will not run without running setup.exe first), and it installed with no issues. When attempting to run the other script (the complete one with the other apps that need to be installed), the Magtek ImageSafe application doesn’t get detected and will not install.
I’ve exhausted multiple command lines to try and get the setup.exe to install silently but it just won’t (unless you do the scenario where you just leave the PSADT script untouched). My coworker is about to tell the requestor they’ll just have to have one part of the install that requires interaction but I’m trying to prevent that.
Any ideas would be greatly appreciated! Thanks in advance!
