Changes

Jump to: navigation, search

Bentley View

1,353 bytes added, 01:21, 8 March 2011
Bentley View v8i (CAD-Viewer from Bentley)
</package>
</source>
 
And the dependencies (just vba, i think the rest is already posted here in the wiki...)
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
 
<package
id="vba"
name="Microsoft Microsoft Visual Basic for Applications"
revision="6"
priority="0">
 
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="Visual Basic for Applications (R) Core" />
<check type="uninstall" condition="exists" path="Visual Basic for Applications (R) Core - German" />
</check>
 
<!-- MS Visual Basic for Applications Core -->
<install cmd='msiexec /i "%SOFTWARE%\ms\vba\vbaof11.msi" /qb' />
<!-- MS Visual Basic for Applications localized (german) -->
<install cmd='msiexec /i "%SOFTWARE%\ms\vba\VBAOF11I.MSI" /qb' />
 
<!-- MS Visual Basic for Applications Core -->
<upgrade cmd='msiexec /i "%SOFTWARE%\ms\vba\vbaof11.msi" /qb' />
<!-- MS Visual Basic for Applications localized (german)-->
<upgrade cmd='msiexec /i "%SOFTWARE%\ms\vba\VBAOF11I.MSI" /qb' />
 
<!-- MS Visual Basic for Applications Core -->
<remove cmd='msiexec.exe /q /x{FB97C283-1F3C-42D4-AE01-ADC1DC12F774}' />
<!-- MS Visual Basic for Applications localized (german) -->
<remove cmd='msiexec.exe /q /x{57F5CC1D-2E00-4008-8CEC-EFE61B2E58AE}' />
</package>
</packages>
</source>
[[Category:Silent Installers]]
32
edits

Navigation menu