Difference between revisions of "Autodesk Navisworks Freedom"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 3: | Line 3: | ||
About silent install from [https://knowledge.autodesk.com/support/navisworks-products/learn-explore/caas/sfdcarticles/sfdcarticles/Silent-installation-of-navisworks-freedom.html Autodesk Knowledge base]: | About silent install from [https://knowledge.autodesk.com/support/navisworks-products/learn-explore/caas/sfdcarticles/sfdcarticles/Silent-installation-of-navisworks-freedom.html Autodesk Knowledge base]: | ||
− | |||
1. To install Navisworks Freedom silently, follow these steps: | 1. To install Navisworks Freedom silently, follow these steps: | ||
2. Download Navisworks Freedom from this link. | 2. Download Navisworks Freedom from this link. |
Latest revision as of 17:08, 15 May 2020
Install package can be downloaded from here. Thereafter you need extract files and correct ini for you installation.
About silent install from Autodesk Knowledge base:
1. To install Navisworks Freedom silently, follow these steps: 2. Download Navisworks Freedom from this link. 3. Run the package to extract the installation files (e.g. C:\Autodesk) 4. Open a Windows command prompt 5. Change current working directory where Navisworks Freedom installer was extracted e.g. run following command cd C:\Autodesk 6. Type the following command and hit ENTER - the silent install will start Setup.exe /W /q /I
Package:
<package
id="navisworksfreedom"
name="Autodesk Navisworks Freedom"
revision="%PKG_VERSION%"
reboot="false"
priority="0">
<variable name="PKG_VERSION" value="14.0.1298.75" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\Autodesk\Navisworks Freedom\2017\Img" />
<variable name="PKG_NAME" value="setup.exe" />
<variable name="PKG_INSTALL_SWITCH" value="/W /q /I %PKG_SOURCE%\Freedom2017.ini /language ru-ru" />
<variable name="PKG_REMOVE_SWITCH" value="/quiet /norestart REMOVE=ALL REBOOT=ReallySuppress ADSK_SETUP_EXE=1" />
<check type="logical" condition="and">
<check type="uninstall" condition="versiongreaterorequal" path="Autodesk Material Library 2017" value="15.11.3.0" />
<check type="uninstall" condition="versiongreaterorequal" path="Autodesk Material Library Base Resolution Image Library 2017" value="15.11.3.0" />
<check type="uninstall" condition="versiongreaterorequal" path="Autodesk Advanced Material Library 2017" value="15.11.3.0" />
<check type="uninstall" condition="versiongreaterorequal" path="Autodesk Advanced Material Library Image Library 2017" value="15.11.3.0" />
<check type="uninstall" condition="versiongreaterorequal" path="Autodesk Navisworks Freedom 2017" value="%PKG_VERSION%" />
</check>
<install cmd='%PKG_SOURCE%\%PKG_NAME% %PKG_INSTALL_SWITCH%' />
<upgrade include="remove" />
<upgrade include="install" />
<!-- For Autodesk Material Library 2017 -->
<remove cmd='msiexec /uninstall {8FB9F735-D64C-4991-8D91-4CDDAB1ABDEE} %PKG_REMOVE_SWITCH%'>
<exit code='any' />
</remove>
<!-- For Autodesk Material Library Base Resolution Image Library 2017 -->
<remove cmd='msiexec /uninstall {3FBFBC43-9882-43FA-B979-2D53896747B3} %PKG_REMOVE_SWITCH%'>
<exit code='any' />
</remove>
<!-- For Autodesk Advanced Material Library 2017 -->
<remove cmd='msiexec /uninstall {149BFCF2-71D6-4441-8B65-2FA8DB6E3062} %PKG_REMOVE_SWITCH%'>
<exit code='any' />
</remove>
<!-- For Autodesk Advanced Material Library Image Library 2017 -->
<remove cmd='msiexec /uninstall {8ED2ED41-4455-449D-993C-751C039089B9} %PKG_REMOVE_SWITCH%'>
<exit code='any' />
</remove>
<!-- For Autodesk Navisworks Freedom 2017 -->
<remove cmd='msiexec /uninstall {17ADCA1F-F7D2-0000-A7B8-B002A2BDAEC0} %PKG_REMOVE_SWITCH%'>
<exit code='any' />
</remove>
<!-- For Autodesk Navisworks Freedom 2017 Russian -->
<remove cmd='msiexec /uninstall {17ADCA1F-F7D2-0419-A7B8-B002A2BDAEC0} %PKG_REMOVE_SWITCH%'>
<exit code='any' />
</remove>
</package>