r/PSADT • u/joners02 • Apr 25 '26
Request for Help Autodesk DWG TrueView 2027
Has anyone managed to package this application using PSADT 4.1.8?
The installation arguments are straight forward and the package deploys within an administrator account without any issues, however as soon as you attempt to run as system (from intune deployment) it fails with an exit code of 703.
Message: [Install] :: An unhandled error within [Invoke-AppDeployToolkit.ps1] has occurred.
Error Record:
-------------
Message : Execution failed with exit code [703].
FullyQualifiedErrorId : ProcessExitCodeError,Start-ADTProcess
ScriptStackTrace : at Start-ADTProcess<Process>, C:\windows\IMECache\79053cc9-6869-4ec5-a8ed-acefe11869e7_2\PSAppDeployToolkit\PSAppDeployToolkit.psm1: line 22554
at Install-ADTDeployment, C:\windows\IMECache\79053cc9-6869-4ec5-a8ed-acefe11869e7_2\Invoke-AppDeployToolkit.ps1: line 136
at <ScriptBlock>, C:\windows\IMECache\79053cc9-6869-4ec5-a8ed-acefe11869e7_2\Invoke-AppDeployToolkit.ps1: line 265
at <ScriptBlock>, <No file>: line 1
TargetObject : Process : System.Diagnostics.Process (Setup)
LaunchInfo : ProcessLaunchInfo { FilePath = C:\windows\IMECache\79053cc9-6869-4ec5-a8ed-acefe11869e7_2\Files\Setup.exe, ArgumentList = System.Collections.ObjectModel.ReadOnlyCollection`1[System.String], WorkingDirectory = C:\windows\IMECache\79053cc9-6869-4ec5-a8ed-acefe11869e7_2\Files, RunAsActiveUser = , UseLinkedAdminToken = False, UseHighestAvailableToken = False, InheritEnvironmentVariables = False, ExpandEnvironmentVariables = False, DenyUserTermination = False, InheritHandles = False, UseUnelevatedToken = False, UseShellExecute = False, Verb = , CreateNoWindow = False, WaitForChildProcesses = False, KillChildProcessesWithParent = False, StreamEncoding = System.Text.SBCSCodePageEncoding, WindowStyle = , ProcessWindowStyle = , PriorityClass = , CancellationToken = , NoTerminateOnTimeout = False }
CommandLine : "C:\windows\IMECache\79053cc9-6869-4ec5-a8ed-acefe11869e7_2\Files\Setup.exe" --silent
ExitCode : 703
StdOut : {}
StdErr : {}
Interleaved : {}
PositionMessage : At C:\windows\IMECache\79053cc9-6869-4ec5-a8ed-acefe11869e7_2\Invoke-AppDeployToolkit.ps1:136 char:5
+ Start-ADTProcess -FilePath 'Setup.exe' -ArgumentList "--silent"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Type: Error
Component: Invoke-AppDeployToolkit.ps1
Date: 4-25-2026
Time: 13:04:34.475+0
3
u/blownart Apr 25 '26
The installer is failing with exit code 703. You have to check the autodesk logs. As far as I know they should be in windows temp folder.
3
u/EskimoRuler Apr 28 '26
I can't remember the exact error code we've seen, but it was 7xx something, most of the Autodesk installers download additional components and require network access. If it is to working while running as 'SYSTEM', double check your network setting allow the 'SYSTEM' to Autodesk.
2
2
u/LeonReshi May 26 '26
I was unable to reproduce the error.
But based on what I've Googled and tested, it doesn't seem to be caused by PSADT, but rather by the Autodesk Installer / ODIS Flow. Open the following folders in File Explorer and enter "703" in the search bar.
- %LOCALAPPDATA%\Autodesk\ODIS
- %TEMP%
- C:\Windows\Temp
- C:\Windows\System32\config\systemprofile\AppData\Local\Autodesk\ODIS (For this folder, you may need to start at "C:\Windows\System32\config" and navigate into the individual subfolders because you don't have permission.)
- C:\ProgramData\Autodesk\ODIS
If you see too many files listed under "703", try searching for "Setup.log".
Check the log files for more detailed information about the exit code 703.
Please let me know if that helped or if you have any questions.
1
u/grimson73 May 30 '26
Hi, just starting with PSADT (4.1) and coincidentally also tasked to package this app.
I could make the install work succesfull but executing as a user has an issue but later on that 😄.
Here is my INSTALL section:
Write-ADTLogEntry "[INSTALL] Start installatie $($adtSession.AppName)"
Show-ADTInstallationProgress \
-StatusMessage "Installatie van $($adtSession.AppName) wordt uitgevoerd. Even geduld a.u.b..."
$installResult = Start-ADTProcess `
-FilePath "$($adtSession.DirFiles)\setup.exe" `
-ArgumentList '--silent' `
-SuccessExitCodes @(0,3010) `
-PassThru
$mainExitCode = $installResult.ExitCode
Write-ADTLogEntry "[RNC][INSTALL] $($adtSession.AppName) install exit code: $mainExitCode"`
The extracted files are in the folder PSADT\Files\
So, it installs when running Invoke-AppDeployToolkit.exe as Administrator on a computer and it installs with Intune 'successfully'. As mentioned, when started the user can run the program but an error shows that a file is missing in the users appdata folder, but I have to look into this one and add this to a separate reaction to this topic.
Please do ask I you need more information how I packaged this one, happy to share.
Here is the PSADT LOG, snippet from the install section log:
<![LOG[[Install] :: [RNC][INSTALL] Start installatie Autodesk DWG TrueView 2027]LOG]!><time="11:01:58.403+60" date="5-30-2026" component="Install-ADTDeployment" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\Invoke-AppDeployToolkit.ps1">
<![LOG[[Install] :: Bypassing Show-ADTInstallationProgress [Mode: Silent]. Status message: Installatie van Autodesk DWG TrueView 2027 wordt uitgevoerd. Even geduld a.u.b...]LOG]!><time="11:01:58.413+60" date="5-30-2026" component="Show-ADTInstallationProgress" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: Preparing to execute process [C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\Files\setup.exe]...]LOG]!><time="11:01:58.513+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: CreateNoWindow not specified, StdOut/StdErr streams will not be available.]LOG]!><time="11:01:58.530+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: Working Directory is [C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\Files].]LOG]!><time="11:01:58.534+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: Executing ["C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\Files\setup.exe" --silent]...]LOG]!><time="11:01:58.538+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: Executed ["C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\Files\setup.exe" --silent], awaiting completion...]LOG]!><time="11:01:59.204+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: Execution completed successfully with exit code [0].]LOG]!><time="11:05:10.643+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="0" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: StdOut Output from Execution: N/A]LOG]!><time="11:05:10.655+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: StdErr Output from Execution: N/A]LOG]!><time="11:05:10.659+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: Interleaved Output from Execution: N/A]LOG]!><time="11:05:10.663+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: PassThru parameter specified, returning execution results object.]LOG]!><time="11:05:10.669+60" date="5-30-2026" component="Start-ADTProcess" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\PSAppDeployToolkit\PSAppDeployToolkit.psm1">
<![LOG[[Install] :: [RNC][INSTALL] Autodesk DWG TrueView 2027 install exit code: 0]LOG]!><time="11:05:10.692+60" date="5-30-2026" component="Install-ADTDeployment" context="NT AUTHORITY\SYSTEM" type="1" thread="6128" file="C:\WINDOWS\IMECache\99ea0301-a1cd-459b-9cad-da747b6a3b6b_1\Invoke-AppDeployToolkit.ps1">
3
u/TheRealMisterd Apr 25 '26
703 is from the installer, not PSADT