FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ucam_wpkg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
ucam_wpkg
Commits
92b533d7
Commit
92b533d7
authored
5 years ago
by
Mr Chris B Mortimer
Browse files
Options
Downloads
Patches
Plain Diff
Initial ucam package for Autodesk DWG TrueView 2020
parent
74a516ef
No related branches found
Branches containing commit
No related tags found
2 merge requests
!31
Event col
,
!29
Autodesk
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/dwg_trueviewer.xml
+34
-0
34 additions, 0 deletions
packages/dwg_trueviewer.xml
with
34 additions
and
0 deletions
packages/dwg_trueviewer.xml
0 → 100755
+
34
−
0
View file @
92b533d7
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages
xmlns:packages=
"http://www.wpkg.org/packages"
>
<!--https://www.autodesk.eu/products/dwg/viewers
https://knowledge.autodesk.com/support/dwg-trueview/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-run-self-extraction-of-DWG-TrueView-2019-install-package-from-Command-Line.html -->
<package
id=
'dwg_trueviewer'
name=
'Autodesk TrueView 2020'
revision=
'%version%.1'
priority=
'50'
reboot=
'false'
>
<variable
name=
"version"
value=
"2020"
/>
<variable
name=
"tmpdir"
value=
"C:\temp\Autodesk"
/>
<check
type=
"uninstall"
condition=
"exists"
path=
"Autodesk DWG TrueView %version%.*"
/>
<!-- decompression to a local folder (C:\temp\trueview) -->
<install
cmd=
'%COMSPEC% /c rd /q /s %tmpdir%'
>
<exit
code=
"any"
/>
</install>
<install
cmd=
'%COMSPEC% /c start "" /wait "%WPKGSOFTWARE%\autodesk\dwg_viewer\DWGTrueView_%version%_Enu_64bit_dlm.sfx.exe" -suppresslaunch -d "%tmpdir%"'
/>
<!-- start installation, on old machines this can take a long time -->
<install
timeout=
"8100"
cmd=
'cmd /c start "" "c:\temp\Autodesk\DWGTrueView_%version%_Enu_64bit_dlm\Setup.exe" /q'
/>
<install
cmd=
'cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Setup.exe'
/>
<!-- remove decompressed folder -->
<install
cmd=
'%COMSPEC% /c rd /q /s %tmpdir%'
>
<exit
code=
"any"
/>
</install>
<upgrade
include=
"remove"
/>
<upgrade
include=
"install"
/>
<remove
cmd=
'cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Setup.exe'
/>
<remove
cmd=
'cmd /c start "" "%programfiles%\Autodesk\DWG TrueView %version% - English\Setup\en-us\Setup\Setup.exe" /P {28B89EEF-3028-0409-0100-CF3F3A09B77D} /R AOEM /language en-US /q'
/>
<remove
cmd=
'cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Setup.exe'
/>
</package>
</packages:packages>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment