Message 1 of 2
Deploy DWG Trueview with MDT task sequence
Not applicable
10-24-2018
07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, does anybody have anyone with deploying DWG Trueview with MDT or SCCM task sequence?
I am currently able to do a successful silent install by extracting the install files to my deployment share and using this command line syntax to install: Setup.exe /qb /i /language en-us /silent
I've added this installation as a step in my MDT task sequence and it installs the software perfectly, but the issue I'm having is that MDT doesn't move on to the next step when it's finished. Seems this installer was not designed to be used in this type of setting and doesn't send a completion notice like other softwares.
I hope I can't be the only person having this issue. Does anyone have any ideas?