vbox的更動 55102 路徑 trunk/src/VBox/Installer/win
- 時間撮記:
- 2015-4-6 下午01:56:30 (10 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r54119 r55102 108 108 </Condition> 109 109 110 110 111 <!-- *************************** Upgrade packages only ******************************* --> 111 112 <!-- Minimum and Maximum specify the range of versions we are supposed to update with this upgrade. … … 164 165 DllEntry="UninstallTAPInstances" Execute="deferred" Return="check" Impersonate="no"/> 165 166 167 <Property Id="VBOXDEPENDENCY" Secure="yes"> 168 <DirectorySearch Id="VBoxInstallDir" Path="[EXISTINGINSTALLDIR]"> 169 <FileSearch Name="dependency.dep"/> 170 </DirectorySearch> 171 </Property> 172 173 <!-- 174 install upgrade uninstall 175 VBOXDEPENDENCY 0 1/0 1/0 176 UPGRADINGPRODUCTCODE 0 1 0 177 final 0 1 0 178 not final 1 0 1 179 --> 180 181 <Condition Message="It was detected an application which has been using currently installed VirtualBox version. 182 You must remove this application before continuing installation. 183 See the file dependency.dep in the VirtualBox installation directory for details. "> 184 NOT (VBOXDEPENDENCY AND UPGRADINGPRODUCTCODE) 185 </Condition> 186 166 187 <!-- Detect old Sun installation --> 167 188 <!-- Force a manual uninstall of an already installed Sun VirtualBox version first -->
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器