Changes

Jump to: navigation, search

Solid Edge

1,239 bytes added, 14:36, 16 May 2020
add categories, add new version
This is a silent installer and deinstaller for '''Solid Edge''', a 3D CAD software from Siemens. More infos from [http://www.plm.automation.siemens.com/en_us/products/velocity/solidedge/index.shtml here].
 
== Solid Edge 2019 ==
I dont have x86 PC, that needed Solid Edge. Because of this here only x64 version, that tested on Windows 10.
<source lang="xml">
<package
id="solidedge"
name="Siemens Solid Edge"
revision="%PKG_VERSION%"
reboot="false"
priority="0">
<variable name="PKG_VERSION" value="219.00.00091" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\Siemens\SolidEdge" architecture="x64" />
<variable name="PKG_NAME" value="Solid_Edge_Free2D_2019_%PKG_VERSION%.exe" architecture="x64" />
<variable name="PKG_INSTALL_SWITCH" value="/S /v/qn" />
<!-- <variable name="PKG_REMOVE_SWITCH" value="/qn" />
<variable name="PKG_MSI_CODE" value="{C62CE6BD-CC1D-4459-AA70-19295563C462}" /> -->
 
<check type="uninstall" condition="versiongreaterorequal" path="Siemens Solid Edge .+" value="%PKG_VERSION%" />
<install cmd='"%PKG_SOURCE%\%PKG_NAME%" %PKG_INSTALL_SWITCH%' />
 
<upgrade include='remove' />
<upgrade include='install' />
 
<!-- You can use msi uninstaller if you want.
<remove cmd='msiexec /X %PKG_MSI_CODE% %PKG_REMOVE_SWITCH%'>
<exit code='any' />
</remove> -->
<remove cmd='wmic product where "name like &apos;Siemens Solid Edge%%&apos;" call uninstall' />
</package>
</source>
== Old versions ==
Those 4 installers are for the x86 and AMD64 architectures of the software and the maintenance pack.
=== Solid Edge 32 ===
 
<source lang="xml">
<package id="solidedge"
74
edits

Navigation menu