You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are numerous Autodesk single file setups: #202952
and multiple file setups where two or more setup files need to be downloaded: #205933 (Autodesk.NavisworksManage2022) #207762 (Autodesk.AutoCAD2023) #207763 (Autodesk.AutoCAD2024)
It would be great to support these kind of setups in Winget. However, they need a specific approach to be installed in an unattend/silent way:
sfx extraction
First the sfx.exe (e.g. AutoCAD_2022_English_Win_64bit_dlm.sfx.exe) needs to be extracted using:
-suppresslaunch -d
run setup.exe
Then in the extracted directory (e.g. ..\AutoCAD_2022_English_Win_64bit_dlm\setup.exe) setup.exe needs to be run using a silent switch e.g. -q
SFX installers can be detected because they are signed by Autodesk* and use a filename which has a specific pattern.
A byte pattern detection is also an option, searching for e.g. src\bin\Release\AdDLMgrSFX.pdb.
Description of the new feature/enhancement
There are numerous Autodesk single file setups:
#202952
and multiple file setups where two or more setup files need to be downloaded:
#205933 (Autodesk.NavisworksManage2022)
#207762 (Autodesk.AutoCAD2023)
#207763 (Autodesk.AutoCAD2024)
It would be great to support these kind of setups in Winget. However, they need a specific approach to be installed in an unattend/silent way:
First the sfx.exe (e.g. AutoCAD_2022_English_Win_64bit_dlm.sfx.exe) needs to be extracted using:
-suppresslaunch -d
Then in the extracted directory (e.g. ..\AutoCAD_2022_English_Win_64bit_dlm\setup.exe) setup.exe needs to be run using a silent switch e.g. -q
SFX installers can be detected because they are signed by Autodesk* and use a filename which has a specific pattern.
A byte pattern detection is also an option, searching for e.g. src\bin\Release\AdDLMgrSFX.pdb.
Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: