I'm trying to package up an install for deployment on the student laptops at my school. What we do is set up a Powershell script to install it silently. The application uses InstallShield. That part I have handled just fine.
Unfortunately, half-way through the installation triggers another InstallShield wizard. The executable for this doesn't seem to exist anywhere (so I assume it's buried within the primary executable). This addition is something that I do want to install, but I have no idea how to go about it.
An internet search didn't yield anything useful for me.
Does anyone have any experience with anything like this?
Thanks in advance, guys and gals!