AutoCAD Mechanical 2023 Custom Deployment Installation Stall

AutoCAD Mechanical 2023 Custom Deployment Installation Stall

kjwemple
Participant Participant
481 Views
4 Replies
Message 1 of 5

AutoCAD Mechanical 2023 Custom Deployment Installation Stall

kjwemple
Participant
Participant

I have created a custom deployment for AutoCAD Mechanical 2023.  

When I test the deployment, it stalls at 97%.  No errors are seen in the install.log file.

Screenshot is attached.

0 Likes
482 Views
4 Replies
Replies (4)
Message 2 of 5

Simon_Weel
Advisor
Advisor

Have a look at DDA.log, which can be found in folder C:\Users\<name>\AppData\Local\Autodesk\ODIS.

I'll bet is riddled with lines like this:

2024-08-05T15:37:23.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 
2024-08-05T15:37:24.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 
2024-08-05T15:37:25.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 
2024-08-05T15:37:26.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 
2024-08-05T15:37:27.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 
2024-08-05T15:37:27.343 [DDA: 9000, single] [Installer INFO] [ Autodesk::DDA::BaseHandler::{ctor}::<lambda_20a742db0dddb05b9a2b39e951593bef>::operator () ]   [IPC] UI ChannelWin::Listen: WaitForSingleObject timeout. error_code: 997, pipe_name: \\.\pipe\adsk_dda_sdk 
2024-08-05T15:37:28.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 
2024-08-05T15:37:29.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 
2024-08-05T15:37:30.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 
2024-08-05T15:37:31.138 [DDA: 9000, single] [Installer DEBUG] [ Autodesk::DDA::OPHandler::OPHandlerImpl::SmoothProgressUpdateHandler ]   SmoothProgressUpdateHandler: {63ED313A-65E2-366D-B7BA-F92DA676B74D} with params progress: 0.000000 anchor: 0.000000 target: 100.000000 elementType: Applications totalProgressTime: 0.000000 timeWithoutProgress: 0.000000 numberOfProgressUpdates: 0.000000 

 The 'solution' in this case is to kill the installer and start it again and repeat that until it actually starts installing.

 

The progress bar is a joke, as I mentioned in another post. If nothing happens for a while, the installer increases the progress bar anyway until it reaches 97% and will stay there indefinitely. So yeah, that's a real progress indicator.😡

0 Likes
Message 3 of 5

kjwemple
Participant
Participant

Thanks for reply.

The installer was created as custom install.  There is a bat file where I can configure a silent install.

When i created the installer using the download option, an installer is created; but there are no options to run it as a silent install (e.g. run setup.exe).     Are there some options that i can run this setup.exe from cmd silently?

0 Likes
Message 4 of 5

Ed__Jobe
Mentor
Mentor

Edit the bat file that gets created by the deployment. Comment out the line for the basic install using "rem" for REMARK. Then remove the rem on the line for the silent install.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 5 of 5

handjonathan
Autodesk
Autodesk

Hi @kjwemple 

Thanks a lot for posting your question to the forums!   Have the solutions suggested by @Simon_Weel @Ed__Jobe helped with your issue?

We look forward to hearing back from you with more information so we can help you as a community! 



Jonathan Hand


Technical Marketing Manager | Construction

0 Likes