<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Silent installation and uninstallation of OpenBridge Designer</title><link>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Silent installation and uninstallation of OpenBridge Designer</title><link>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer</link><pubDate>Fri, 10 Mar 2023 20:33:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b3dba664-51f5-4390-b765-ec23ae136f26</guid><dc:creator>MarcosBeier</dc:creator><comments>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer#comments</comments><description>Current Revision posted to LARS | LEAP | OpenBridge | OpenTunnel | RM Wiki by MarcosBeier on 3/10/2023 8:33:45 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Question:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there a way to silently install and uninstall &lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt;&lt;/em&gt;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Solution:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To perform a silent installation or &lt;span&gt;uninstall&lt;/span&gt;, run the setup program with the appropriate command line options. There are different ways to silent uninstall. Below we&amp;nbsp;provide some examples.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Background&lt;br /&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The silent-mode installation allows you to define an installation configuration and then use that configuration to install without any user interaction. This article will cover all the essential aspects of Silent Installation of&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt; &lt;strong&gt;CONNECT Edition.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Steps to Accomplish&lt;/strong&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download the application setup file from Bentley&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://softwaredownloads.bentley.com/en/ProductDetails/1934" rel="noopener noreferrer" target="_blank"&gt;Software Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Keep the setup files in one folder. As an example, let&amp;rsquo;s set up here as C:\OBD.
&lt;ol&gt;
&lt;li&gt;From&amp;nbsp;the Windows start menu, open a Command Prompt as shown:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-15/pastedimage1663186823685v2.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;In the command prompt dialog paste the below path/text and enter.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;C:\OBD\Setup_OpenBridgeDesignerSuitex64_10.11.00.039&amp;nbsp;&lt;/span&gt;&lt;span&gt; InstallDirectory=&amp;quot;C:\Program Files\Bentley\OpenBridge CONNECT Edition&amp;quot; WorkSpaceDirectory=&amp;quot;C:\ProgramData\Bentley\OpenBridge CONNECT Edition&amp;quot; -q -s -norestart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Update1 2022 filenames are used in this&amp;nbsp;example with: Setup_OpenBridgeDesignerSuitex64_10.11.00.039&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;gt;&amp;gt; &amp;ldquo;&lt;strong&gt;-q -s -norestart&lt;/strong&gt;&amp;rdquo; in the command line defines the following:&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -q(quiet)&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Quiet mode,&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -s(silent)&lt;/strong&gt;&lt;span&gt;:&amp;nbsp;&amp;nbsp;&lt;/span&gt;no user interaction [Wix installer command for silent installation without any user interaction]&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -norestart&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Do not restart after the installation is complete.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; InstallDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This is the directory into which the OpenBridge Designer CONNECT Edition application files will be installed.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; ConfigurationDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This directory contains the OpenBridge Designer CONNECT Edition configuration files and sample workset.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;4. Please ensure that while entering the command, the name of the installer is the same as the setup file name. For example, the setup file name above is:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;obd100700105en_updt7&lt;/span&gt;.&amp;nbsp;If it&amp;rsquo;s something different, the command will change according to the setup file name.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;5. This process may take some time depending on your internet speed since the required files are downloaded in the background. After that, the application will silently get installed.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;6. One can check the installed application in the start menu and pinned to the taskbar or desktop as desired.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Noted below:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;uninstalling&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;the&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer CONNECT Editio&lt;/strong&gt;&lt;/em&gt;n, in the command prompt paste the below path/text &amp;amp; hit enter.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A. The uninstall&amp;nbsp;&lt;/span&gt;key from the registry WoW64:&amp;nbsp;&lt;span&gt;/uninstall /quiet&amp;nbsp;with the .exe file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Or&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;B. /x /s /v&amp;quot;/qn&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Or&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;C. /x /s /v&amp;quot;/qn/norestart&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;C:\OBD\Setup_OpenBridgeDesignerSuitex64_10.11.00.039.exe&amp;quot;&amp;nbsp; /uninstall -Quiet&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;OR&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\ProgramData\Package Cache\{56abd6a9-bb2b-48b7-a67f-f738bf3c40f1}\&lt;span&gt;Setup_OpenBridgeDesignerSuitex64_10.11.00.039&lt;/span&gt;.exe&amp;quot;&amp;nbsp; /uninstall /quiet&lt;/p&gt;
&lt;p&gt;The /quiet option is not part of the original uninstall key, it has to be added.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-size:150%;"&gt;See Also&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/60778/openbridge-designer-payload-download-and-installation-instructions"&gt;communities.bentley.com/.../openbridge-designer-payload-download-and-installation-instructions&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/33575/silent-install-deployment-image-for-openroads-designer-connect-edition"&gt;communities.bentley.com/.../silent-install-deployment-image-for-openroads-designer-connect-edition&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: deploy, installation, quiet, silent, Install, uninstall&lt;/div&gt;
</description></item><item><title>Silent installation and uninstallation of OpenBridge Designer</title><link>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer/revision/4</link><pubDate>Wed, 14 Sep 2022 20:35:55 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b3dba664-51f5-4390-b765-ec23ae136f26</guid><dc:creator>MarcosBeier</dc:creator><comments>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer#comments</comments><description>Revision 4 posted to LARS | LEAP | OpenBridge | OpenTunnel | RM Wiki by MarcosBeier on 9/14/2022 8:35:55 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Question:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there a way to silently install and uninstall &lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt;&lt;/em&gt;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Solution:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To perform a silent installation or &lt;span&gt;uninstall&lt;/span&gt;, run the setup program with the appropriate command line options. There are different ways to silent uninstall. Below we&amp;nbsp;provide some examples.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Background&lt;br /&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The silent-mode installation allows you to define an installation configuration and then use that configuration to install without any user interaction. This article will cover all the essential aspects of Silent Installation of&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt; &lt;strong&gt;CONNECT Edition.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Steps to Accomplish&lt;/strong&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download the application setup file from Bentley&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://softwaredownloads.bentley.com/en/ProductDetails/1934" rel="noopener noreferrer" target="_blank"&gt;Software Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Keep the setup files in one folder. As an example, let&amp;rsquo;s set up here as C:\OBD.
&lt;ol&gt;
&lt;li&gt;From&amp;nbsp;the Windows start menu, open a Command Prompt as shown:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-15/pastedimage1663186823685v2.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;In the command prompt dialog paste the below path/text and enter.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;C:\OBD\Setup_OpenBridgeDesignerSuitex64_10.11.00.039&amp;nbsp;&lt;/span&gt;&lt;span&gt; InstallDirectory=&amp;quot;C:\Program Files\Bentley\OpenBridge CONNECT Edition&amp;quot; WorkSpaceDirectory=&amp;quot;C:\ProgramData\Bentley\OpenBridge CONNECT Edition&amp;quot; -q -s -norestart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Update1 2022 filenames are used in this&amp;nbsp;example with: Setup_OpenBridgeDesignerSuitex64_10.11.00.039&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;gt;&amp;gt; &amp;ldquo;&lt;strong&gt;-q -s -norestart&lt;/strong&gt;&amp;rdquo; in the command line defines the following:&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -q(quiet)&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Quiet mode,&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -s(silent)&lt;/strong&gt;&lt;span&gt;:&amp;nbsp;&amp;nbsp;&lt;/span&gt;no user interaction [Wix installer command for silent installation without any user interaction]&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -norestart&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Do not restart after the installation is complete.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; InstallDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This is the directory into which the OpenBridge Designer CONNECT Edition application files will be installed.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; ConfigurationDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This directory contains the OpenBridge Designer CONNECT Edition configuration files and sample workset.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;4. Please ensure that while entering the command, the name of the installer is the same as the setup file name. For example, the setup file name above is:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;obd100700105en_updt7&lt;/span&gt;.&amp;nbsp;If it&amp;rsquo;s something different, the command will change according to the setup file name.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;5. This process may take some time depending on your internet speed since the required files are downloaded in the background. After that, the application will silently get installed.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;6. One can check the installed application in the start menu and pinned to the taskbar or desktop as desired.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Noted below:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;uninstalling&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;the&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer CONNECT Editio&lt;/strong&gt;&lt;/em&gt;n, in the command prompt paste the below path/text &amp;amp; hit enter.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A. The uninstall&amp;nbsp;&lt;/span&gt;key from the registry WoW64:&amp;nbsp;&lt;span&gt;/uninstall /quiet&amp;nbsp;with the .exe file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Or&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;B. /x /s /v&amp;quot;/qn&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Or&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;C. /x /s /v&amp;quot;/qn/norestart&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;C:\OBD\Setup_OpenBridgeDesignerSuitex64_10.11.00.039.exe&amp;quot;&amp;nbsp; /uninstall -Quiet&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;OR&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\ProgramData\Package Cache\{56abd6a9-bb2b-48b7-a67f-f738bf3c40f1}\&lt;span&gt;Setup_OpenBridgeDesignerSuitex64_10.11.00.039&lt;/span&gt;.exe&amp;quot;&amp;nbsp; /uninstall /quiet&lt;/p&gt;
&lt;p&gt;The /quiet option is not part of the original uninstall key, it has to be added.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-size:150%;"&gt;See Also&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/60778/openbridge-designer-payload-download-and-installation-instructions"&gt;communities.bentley.com/.../openbridge-designer-payload-download-and-installation-instructions&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, silent, Install, uninstall&lt;/div&gt;
</description></item><item><title>Silent installation and uninstallation of OpenBridge Designer</title><link>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer/revision/3</link><pubDate>Wed, 14 Sep 2022 20:35:17 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b3dba664-51f5-4390-b765-ec23ae136f26</guid><dc:creator>MarcosBeier</dc:creator><comments>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer#comments</comments><description>Revision 3 posted to LARS | LEAP | OpenBridge | OpenTunnel | RM Wiki by MarcosBeier on 9/14/2022 8:35:17 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Question:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there a way to silently install and uninstall &lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt;&lt;/em&gt;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Solution:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To perform a silent installation or &lt;span&gt;uninstall&lt;/span&gt;, run the setup program with the appropriate command line options. There are different ways to silent uninstall. Below we&amp;nbsp;provide some examples.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Background&lt;br /&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The silent-mode installation allows you to define an installation configuration and then use that configuration to install without any user interaction. This article will cover all the essential aspects of Silent Installation of&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt; &lt;strong&gt;CONNECT Edition.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Steps to Accomplish&lt;/strong&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download the application setup file from Bentley&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://softwaredownloads.bentley.com/en/ProductDetails/1934" rel="noopener noreferrer" target="_blank"&gt;Software Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Keep the setup files in one folder. As an example, let&amp;rsquo;s set up here as C:\OBD.
&lt;ol&gt;
&lt;li&gt;From&amp;nbsp;the Windows start menu, open a Command Prompt as shown:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-15/pastedimage1663186823685v2.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;In the command prompt dialog paste the below path/text and enter.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;C:\OBD\Setup_OpenBridgeDesignerSuitex64_10.11.00.039&amp;nbsp;&lt;/span&gt;&lt;span&gt; InstallDirectory=&amp;quot;C:\Program Files\Bentley\OpenBridge CONNECT Edition&amp;quot; WorkSpaceDirectory=&amp;quot;C:\ProgramData\Bentley\OpenBridge CONNECT Edition&amp;quot; -q -s -norestart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Update1 2022 filenames are used in this&amp;nbsp;example with: Setup_OpenBridgeDesignerSuitex64_10.11.00.039&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;gt;&amp;gt; &amp;ldquo;&lt;strong&gt;-q -s -norestart&lt;/strong&gt;&amp;rdquo; in the command line defines the following:&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -q(quiet)&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Quiet mode,&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -s(silent)&lt;/strong&gt;&lt;span&gt;:&amp;nbsp;&amp;nbsp;&lt;/span&gt;no user interaction [Wix installer command for silent installation without any user interaction]&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -norestart&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Do not restart after the installation is complete.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; InstallDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This is the directory into which the OpenBridge Designer CONNECT Edition application files will be installed.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; ConfigurationDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This directory contains the OpenBridge Designer CONNECT Edition configuration files and sample workset.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;4. Please ensure that while entering the command, the name of the installer is the same as the setup file name. For example, the setup file name above is:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;obd100700105en_updt7&lt;/span&gt;.&amp;nbsp;If it&amp;rsquo;s something different, the command will change according to the setup file name.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;5. This process may take some time depending on your internet speed since the required files are downloaded in the background. After that, the application will silently get installed.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;6. One can check the installed application in the start menu and pinned to the taskbar or desktop as desired.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Noted below:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;uninstalling&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;the&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer CONNECT Editio&lt;/strong&gt;&lt;/em&gt;n, in the command prompt paste the below path/text &amp;amp; hit enter.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A. The uninstall&amp;nbsp;&lt;/span&gt;key from the registry WoW64:&amp;nbsp;&lt;span&gt;/uninstall /quiet&amp;nbsp;with the .exe file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Or&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;B. /x /s /v&amp;quot;/qn&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Or&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;C. /x /s /v&amp;quot;/qn/norestart&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;C:\OBD\Setup_OpenBridgeDesignerSuitex64_10.11.00.039.exe&amp;quot;&amp;nbsp; /uninstall -Quiet&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;OR&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\ProgramData\Package Cache\{56abd6a9-bb2b-48b7-a67f-f738bf3c40f1}\&lt;span&gt;Setup_OpenBridgeDesignerSuitex64_10.11.00.039&lt;/span&gt;.exe&amp;quot;&amp;nbsp; /uninstall /quiet&lt;/p&gt;
&lt;p&gt;The /quiet option is not part of the original uninstall key, it has to be added.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-size:150%;"&gt;See Also&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, silent, Install, uninstall&lt;/div&gt;
</description></item><item><title>Silent installation and uninstallation of OpenBridge Designer</title><link>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer/revision/2</link><pubDate>Wed, 14 Sep 2022 20:32:44 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b3dba664-51f5-4390-b765-ec23ae136f26</guid><dc:creator>MarcosBeier</dc:creator><comments>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer#comments</comments><description>Revision 2 posted to LARS | LEAP | OpenBridge | OpenTunnel | RM Wiki by MarcosBeier on 9/14/2022 8:32:44 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Question:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there a way to silently install and uninstall &lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt;&lt;/em&gt;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Solution:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To perform a silent installation or &lt;span&gt;uninstall&lt;/span&gt;, run the setup program with the appropriate command line options. There are different ways to silent uninstall. Below we&amp;nbsp;provide some examples.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Background&lt;br /&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The silent-mode installation allows you to define an installation configuration and then use that configuration to install without any user interaction. This article will cover all the essential aspects of Silent Installation of&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt; &lt;strong&gt;CONNECT Edition.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Steps to Accomplish&lt;/strong&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download the application setup file from Bentley&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://softwaredownloads.bentley.com/en/ProductDetails/1934" rel="noopener noreferrer" target="_blank"&gt;Software Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Keep the setup files in one folder. As an example, let&amp;rsquo;s set up here as C:\OBD.
&lt;ol&gt;
&lt;li&gt;From&amp;nbsp;the Windows start menu, open a Command Prompt as shown:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-15/pastedimage1663186823685v2.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;In the command prompt dialog paste the below path/text and enter.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;C:\OBD\Setup_OpenBridgeDesignerSuitex64_10.11.00.039&amp;nbsp;&lt;/span&gt;&lt;span&gt; InstallDirectory=&amp;quot;C:\Program Files\Bentley\OpenBridge CONNECT Edition&amp;quot; WorkSpaceDirectory=&amp;quot;C:\ProgramData\Bentley\OpenBridge CONNECT Edition&amp;quot; -q -s -norestart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Update1 2022 filenames are used in this&amp;nbsp;example with: Setup_OpenBridgeDesignerSuitex64_10.11.00.039&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;gt;&amp;gt; &amp;ldquo;&lt;strong&gt;-q -s -norestart&lt;/strong&gt;&amp;rdquo; in the command line defines the following:&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -q(quiet)&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Quiet mode,&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -s(silent)&lt;/strong&gt;&lt;span&gt;:&amp;nbsp;&amp;nbsp;&lt;/span&gt;no user interaction [Wix installer command for silent installation without any user interaction]&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -norestart&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Do not restart after the installation is complete.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; InstallDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This is the directory into which the OpenBridge Designer CONNECT Edition application files will be installed.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; ConfigurationDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This directory contains the OpenBridge Designer CONNECT Edition configuration files and sample workset.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;4. Please ensure that while entering the command, the name of the installer is the same as the setup file name. For example, the setup file name above is:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;obd100700105en_updt7&lt;/span&gt;.&amp;nbsp;If it&amp;rsquo;s something different, the command will change according to the setup file name.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;5. This process may take some time depending on your internet speed since the required files are downloaded in the background. After that, the application will silently get installed.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;6. One can check the installed application in the start menu and pinned to the taskbar or desktop as desired.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Noted below:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;uninstalling&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;the&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer CONNECT Editio&lt;/strong&gt;&lt;/em&gt;n, in the command prompt paste the below path/text &amp;amp; hit enter.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A. The uninstall&amp;nbsp;&lt;/span&gt;key from the registry WoW64:&amp;nbsp;&lt;span&gt;/uninstall /quiet&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;C:\OBD\Setup_OpenBridgeDesignerSuitex64_10.11.00.039.exe&amp;quot;&amp;nbsp; /uninstall -Quiet&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;OR&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\ProgramData\Package Cache\{56abd6a9-bb2b-48b7-a67f-f738bf3c40f1}\&lt;span&gt;Setup_OpenBridgeDesignerSuitex64_10.11.00.039&lt;/span&gt;.exe&amp;quot;&amp;nbsp; /uninstall /quiet&lt;/p&gt;
&lt;p&gt;The /quiet option is not part of the original uninstall key, it has to be added.&lt;/p&gt;
&lt;h2&gt;See Also&lt;/h2&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, silent, Install, uninstall&lt;/div&gt;
</description></item><item><title>Silent installation and uninstallation of OpenBridge Designer</title><link>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer/revision/1</link><pubDate>Wed, 14 Sep 2022 20:26:03 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b3dba664-51f5-4390-b765-ec23ae136f26</guid><dc:creator>MarcosBeier</dc:creator><comments>https://communities.bentley.com/products/bridge_design___engineering/w/bridge_design_and_engineering__wiki/62288/silent-installation-and-uninstallation-of-openbridge-designer#comments</comments><description>Revision 1 posted to LARS | LEAP | OpenBridge | OpenTunnel | RM Wiki by MarcosBeier on 9/14/2022 8:26:03 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Question:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there a way to silently install and uninstall &lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt;&lt;/em&gt;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Solution:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To perform a silent installation or &lt;span&gt;uninstall&lt;/span&gt;, run the setup program with the appropriate command line options. There are different ways to silent uninstall. Below we&amp;nbsp;provide some examples.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Background&lt;br /&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The silent-mode installation allows you to define an installation configuration and then use that configuration to install without any user interaction. This article will cover all the essential aspects of Silent Installation of&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer&lt;/strong&gt; &lt;strong&gt;CONNECT Edition.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Steps to Accomplish&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;(note that Update 7 filenames are used in this&amp;nbsp;example)&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download the application setup file from Bentley&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://softwaredownloads.bentley.com/en/ProductDetails/1934" rel="noopener noreferrer" target="_blank"&gt;Software Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Keep the setup files in one folder. As an example, let&amp;rsquo;s set up here as C:\OBD.&lt;/li&gt;
&lt;li&gt;From&amp;nbsp;the Windows start menu, open a Command Prompt as shown:&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-15/pastedimage1663186823685v2.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;In the command prompt dialog paste the below path/text and enter.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;C:\OBD\obd101100399en_updt7 InstallDirectory=&amp;quot;C:\Program Files\Bentley\OpenBridge CONNECT Edition&amp;quot; WorkSpaceDirectory=&amp;quot;C:\ProgramData\Bentley\OpenBridge CONNECT Edition&amp;quot; -q -s -norestart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note:&lt;br /&gt;&amp;gt;&amp;gt; &amp;ldquo;&lt;strong&gt;-q -s -norestart&lt;/strong&gt;&amp;rdquo; in the command line defines the following:&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -q(quiet)&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Quiet mode,&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -s(silent)&lt;/strong&gt;&lt;span&gt;:&amp;nbsp;&amp;nbsp;&lt;/span&gt;no user interaction [Wix installer command for silent installation without any user interaction]&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -norestart&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Do not restart after the installation is complete.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; InstallDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This is the directory into which the OpenBridge Designer CONNECT Edition application files will be installed.&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&amp;gt;&amp;gt; ConfigurationDirectory&lt;/strong&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;This directory contains the OpenBridge Designer CONNECT Edition configuration files and sample workset.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Please ensure that while entering the command, the name of the installer is the same as the setup file name. For example, the setup file name above is:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;obd100700105en_updt7&lt;/span&gt;.&amp;nbsp;If it&amp;rsquo;s something different, the command will change according to the setup file name.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;This process may take some time depending on your internet speed since the required files are downloaded in the background. After that, the application will silently get installed.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;One can check the installed application in the start menu and pinned to the taskbar or desktop as desired.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Noted below:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;uninstalling&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;the&amp;nbsp;&lt;em&gt;&lt;strong&gt;OpenBridge Designer CONNECT Editio&lt;/strong&gt;&lt;/em&gt;n, in the command prompt paste the below path/text &amp;amp; hit enter.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;C:\OBD\obd100700105en_updt7.exe&amp;quot;&amp;nbsp; /uninstall -Quiet&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. The uninstall&amp;nbsp;&lt;/span&gt;key from the registry WoW64:&amp;nbsp;&lt;span&gt;/uninstall /quiet&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\ProgramData\Package Cache\{56abd6a9-bb2b-48b7-a67f-f738bf3c40f1}\Setup_CONNECTIONClientx64_10.00.18.022.exe&amp;quot;&amp;nbsp; /uninstall /quiet&lt;/p&gt;
&lt;p&gt;The /quiet option is not part of the original uninstall key, it has to be added.&lt;/p&gt;
&lt;h2&gt;See Also&lt;/h2&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>