Include 3 patches
Hi,
A quick question. I have to repack OpenText Viewer 9.5 (IXOS) and when it is installed we also want to include 3 seperate patches for the software. The patches is 3 .msi files.
How is the best way to include them? I will do it in WISE.
Can I just install them after the installation of the OpenText Viewer software during the setupcapture?
Thansk!
A quick question. I have to repack OpenText Viewer 9.5 (IXOS) and when it is installed we also want to include 3 seperate patches for the software. The patches is 3 .msi files.
How is the best way to include them? I will do it in WISE.
Can I just install them after the installation of the OpenText Viewer software during the setupcapture?
Thansk!
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
anonymous_9363
16 years ago
ORIGINAL: aXzNo, because that would mean you're capturing an MSI which, as you have been advised in the past, is a BIG no-no.
Can I just install them after the installation of the OpenText Viewer software during the setupcapture?
How you go about the exercise depends on how your final 'package' will be deployed. If you're using a deployment system like SMS, Radia or Group Policy, you could simply push them separately. Alternatively - and this would be my preference, you could perform an admin install of your captured MSI, patch the admin install point and then run the installs from that install point.
If, however, you want a discrete, stand-alone package, you could build a WiseScript EXE containing command lines to launch each MSI (your captured one, plus the patches).
Posted by:
aXz
16 years ago
Posted by:
aXz
16 years ago
How should the command line look like?
I want to install the Setup.exe point to my install.ini and I want it to be installed silently
I tryd this one I found in the Package kb for a older version of IXOS but it dosent worked
SETUP.EXE SILENTFILE="install.ini" ALLUSERS=1 /qn
Should it be /qn in the end? Should't not be /s?
But it using MSI files in the background.....
I want to install the Setup.exe point to my install.ini and I want it to be installed silently
I tryd this one I found in the Package kb for a older version of IXOS but it dosent worked
SETUP.EXE SILENTFILE="install.ini" ALLUSERS=1 /qn
Should it be /qn in the end? Should't not be /s?
But it using MSI files in the background.....
Posted by:
anonymous_9363
16 years ago
Posted by:
aXz
16 years ago
Posted by:
anonymous_9363
16 years ago
Well, which is it, MSIExec or Setup? Your original command line clearly shows Setup.EXE!
The Windows Installer engine knows nothing of INSTALL.INI. IIRC, that's used by IBM's set-up stubs, which is what I thought you were using. If you want to stick with calling the MSI directly, go the admin install point route.
The Windows Installer engine knows nothing of INSTALL.INI. IIRC, that's used by IBM's set-up stubs, which is what I thought you were using. If you want to stick with calling the MSI directly, go the admin install point route.
Posted by:
aXz
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.