Seems to have worked...
For the install used the line:
msiexec /i C:\ObjectARX\CDROM1\ObjectARXWizard.msi /l*v C:\ObjectARX\CDROM1\install.log
As I am on Windows with no bin folder and did not want to create one. Also, ObjectARX 2025 SDK was already extracted to C: ...
My Steps:
1. Start VS Community as an administrator (not sure if necessary)
2. Use the Developer Command Prompt to run the install line and reload dev environment
- Open VS -> click 'Continue without code' below "Get Started" menu
- In the menu bar: 'Tools' -> 'Command Line' -> 'Developer Command Line')
I know this is documented elsewhere, but the ObjectARX 2025 install problems are not, so hopefully this helps someone in the future
OR
maybe Autodesk will improve the process here...
In my opinion there is not a good excuse on Autodesk's end as to why I've spent the better part of my day trying to get this to work
Using the 2024 Wizard is as simple as: download and extract the SDK, download, extract, and install the wizard, and it is available and working in VS Community.
^I just fact checked myself - I was able to get the 2024 wizard installed again with just downloading, extracting, and running the install command normally, but I also had to run
devenv /updateconfiguration
again - I think this is covered as I believe the Autodesk docs ask the user to reboot after initial install of the SDK and wizard
I had begun using this SDK as I was following the 'My first plugin' lessons (I know, those are not written with ObjectARX C++), but it had been a while... I dove into the ARXDOCS and have been solely researching for the past few weeks - went to test my knowledge and try to build something simple for AutoCAD 2025 this morning which is when I got stuck.
Thank you for your help and apologies for the frustration.
I recommend that you (Autoodesk) consolidate this information somewhere central and official... the instructions I initially found for running the msiexec in an elevated shell to install the Wizard, I found in a DIFFERENT AutoCAD forum about getting the ObjectARX wizard to work...
https://forums.autodesk.com/t5/installation-licensing/objectarx-wizard-2019-installs-but-doesn-t-do-...
Similar problem with 2024
https://forums.autodesk.com/t5/objectarx/objectarx-2024-wizards/m-p/12037708#M42528