Changes

Bentley View

628 bytes added, 01:26, 8 March 2011
Bentley View v8i (CAD-Viewer from Bentley)
</source>
And the dependencies (just vbaand xmlparser, i think the rest is already posted here in the wiki...) 
you can find directx [http://wpkg.org/DirectX here] and .NET [http://wpkg.org/Microsoft_.NET_Framework#Microsoft_.NET_Framework_3.5_SP1 here]
 
== Microsoft Visual Basic for Applications ==
<source lang="xml">
<remove cmd='msiexec.exe /q /x{57F5CC1D-2E00-4008-8CEC-EFE61B2E58AE}' />
</package>
</packages>
</source>
 
 
== Microsoft XML Parser 6 ==
 
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
 
<package
id="xmlparser6"
name="Microsoft XML Parser (MSXML) 6 SP1"
revision="6"
priority="0">
 
<check type="uninstall" condition="exists" path="MSXML 6.0 Parser" />
 
<install cmd='msiexec /i "%SOFTWARE%\ms\xmlparser\msxml6_x86.msi" /qb' />
 
<upgrade cmd='msiexec /i "%SOFTWARE%\ms\xmlparser\msxml6_x86.msi" /qb' />
 
<remove cmd='msiexec.exe /q /x{909B62B0-8ACA-4061-A83B-09CAEF609619}' />
</package>
 
</packages>
</source>
[[Category:Silent Installers]]
32
edits