Since most corporations stay clear of any Upgrade solutions in their environment it may be important for them not to confuse their techs with the Upgrade option in the first place. Below describes two ways of removing the Upgrade option as a choice.
Warning: This requires direct modification of Microsofts BDD scripts and files. Do NOT attempt this modification if you are not comfortable with scripting and xml changes.
Make backup copies of every file modified below before you start.
Scenario 1 - Disabling Upgrade
In this scenario all we are going to do is disable the Upgrade option so it cannot be selected, though it will still show up on the DeploymentType wizard. This is the less complicated modication.
- Browse to your deployment point share and open the scripts folder.
- Locate the file DeployWiz_Initialization.vbs and open it with notepad.
- Search for InitializeDeploymentType and you should see the that it is a function.
- Under the last statement in that function include the following line:
- Save and close the file.
Your Upgrade option on the deployment type pane will now be permanently disabled and can not be selected.
Scenario 2 - Removing Upgrade
This scenario completely removes the Upgrade option from the wizard so it cannot be seen. This requires a few more edits than Scenario 1.
- Browse to your deployment point share and open the scripts folder.
- Locate the file DeployWiz_Definition_ENU.xml and open it with notepad.
- Search for DTRadio2 and you should see that DTRadio2 is an input object.
- Locate on the same line where it states "Input type=radio" and change it to the following:
- Right Below that line after the