The steps come down to:
- Install the package normally from the Setup.exe (Installshield) package given by Sungard.
- Retrieve the EAS Client.msi file from c:\windows\Downloaded Installations\{packageGuid}\EAS Client.msi.
- Use Wise Packager to build a Transform file for the msi package.
- Launch "msiexec.exe /i "Eas Client.msi" /qb TRANSFORMS=NewTransform.mst"
This should perform the installation as desired.
For my specific package, because there will be an update from version 8.2 to 10.0, I have added a line to delete the older C:\Windows\EASClnt.ini file. This should work to keep things from causing issues with the update itself.
Good luck
No comments:
Post a Comment