Supersedence Part 2
In this lecture you will be creating a new 32-bit deployment type for the 7-zip application that we have already created.
- From Software Library, Applications, right click on the application 7-zip 19.00
- And click create Deployment Type. Here is where we create our 32-bit installer
- So, this is basically the same procedure as we did before, we browse to our x32-bit installation file. Then click open, put in your server name then click next.
- At the warning click Yes, then click next
- From the General Information menu. Change the name for the 32-bit software to 7-Zip 19.00 MSI_x86
- From Installation Behavior, change to Install for System, click next
- **For Requirements, click Add, From Condition **choose Operating System , click Windows 10 32 -bit , then click ok, then click next, No dependencies , click next again, click next again then click close.
- So back at the console we have two different deployment types, we have the 64-bit and the 32-bit deployments.
- Double click the 32-bit deployment type
- From** General**, verify the information
- From Programs – Verify the command line commands and parameters.
- For Detection Method – Verify that the detection has the Product code.
- For User Experience – Change Max runtime to 15 minutes and Estimated install time – 2 minutes, then click apply, then click ok.
Configuring Supersedence
So, from the console, you can see we have created an application for the latest version of 7-zip which is 19.00. right click the version 19 of the application and click properties , click Supersedence , then click add , then click browse then choose the older version of 1604, then click ok.
- From Specify Supersedence Relationship you can see the old deployment type which is 1604. And you can choose if you want to replace that version with the new version 19.00. So, we can map both old vers…
No comments yet. Add the first comment to start the discussion.