I have an installation package that installs a mapping program I use for work. As I now have to upgrade to Windows 10, unfortunately the program won't install as some components are no longer valid and it crashes out part way through installation.
The installer package has been made with Installshield 5.0 some time ago.
The dependencies installed are - dcom 95/98 - Visual C++ - Microsoft Data Access Components
I would like to remove the two dependencies visual c++ and MDAC as they are already present in my Windows 10 installation.
So far I have unpackaged the data1.cab with all the files. I have also decompiled the setup.ins script so it is now a .rul file with all the install commands.
Is there a straight forward way for me to remove the install commands and repackage?
Should I be looking a purchasing a license for Flexera Install Studio and learning some packaging skills!?
Or am I going about this the wrong way completely and could I just pass through a variable to the setup.exe file that specifies not to install the dependencies?
To add insult to injury I would like to get this to the stage where it can be installed silently within SCCM!
Anyway, any advice would be great - thanks.