.CAB repackaging best practice, suggestions?
Heya...
I have some legacy .cabs that I have to repackage and deploy out. I captured them from a clean VM as :
file1.cab which contains:
file.inf and file.dll
and
file2.cab which contains:
file.dll
file.ocx
file.inf
The tools I typically use are adminstudio, installshield 2013
How should I approch this repackage/deployment?
Thank you!
Indie
Answers (1)
Resolved.
- Created new MSI with a new feature.
- Used the installshield "Componant Wizard" to complete import.
Componant type: "COM Server"
COM server destination: [SYSTEMFOLDER]\Downloaded Program Files
added COM server files(DLL, OCX) (check extract registration)
Finish
Thank you installshield automation :)