0

This is my first job working in IT and I am still kind of learning the ropes so to speak.

The company I am at has it's own in house software that I am frankly too young to understand. I have installed it many times for users on many different devices and can do basic admin tasks in it fo users, but I do not use it myself nor do I need to. I only need to deploy it to end-user devices. The installers are all hosted on a local server.

For context I am told this is based on an AS400 system. The software also connects to a server.

Main reason I want to automate this install is because I have to do this on every single new user device or even on their KIOSK machines as this is used by nearly everyone. The installation takes a really long time and holds the device hostage from the user. I was told it might be possible to make an MSI file as it uses something called Install Shield, but because there are so many components to the installation I am not finding anything in my research to help guide me.

Any information is appreciated. I have never made a post before so be gentle lol

My process for the installation is as follows:

  1. Open a launch file and say yes as admin then say the installation worked correctly
  2. New window pops up and I click one of the 3 options (always the same one)
  3. After a short install window I navigate to another folder and open a setup.exe
  4. Accept admin and click through the prompts (all the same again)
  5. After install do a restart
  6. Navigate to another folder and basically do the same thing as 3. & 4.(yes there is a launch.exe and 2 setup.exes for this install)
  7. Run a batch file in the main install folder that does some auto-copying of files
  8. Copy files from one folder manually to a temp folder on the C: drive, then re-select the same files and copy again (apparently not doing this can cause some errors with the original location they are copied from), then paste them into the new installed software folder (something like C:\Program Files (x86)\program... etc.)
  9. Click through the prompts (same as always)
  10. Open one of the new files and change some privileges on it so that users can alter their keyboard shortcut preferences.
  11. Open the software and configure said shortcuts
  12. Configure the software to bypass a login prompt so that the user only has to login to one part of it
3
  • Nothing about what you've said ties to an IBM i midrange (aka AS/400) . This sounds like a standard (older) Windows program. Installshield is still around, it should support a silent install. But you're going to need to dig into how the Install package is being built. Commented Apr 3, 2024 at 18:56
  • That is probably where my problem lies. I am not quite sure how to dig for this. I know the steps to take to get it done. I know it creates an IBM folder and that is where the program is found. It is definitely old. I shall continue searching to find out what I can to create a silent installer for this. I figured it wouldn't hurt to make a post just for good measure. Commented Apr 3, 2024 at 22:15
  • If you have a license for InstallShield, you can also download the InstallShield Standalone Repackager, this application can capture the change you made on a computer with snapshots before and after your changes Commented May 5, 2024 at 1:18

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.