Redesigning installation

Custom Install



Post in-progress I was the lead designer on redesigning the product installation experience at Autodesk. This article is about one part of that experience— the advanced install package generator.

Some fast facts:
  • Lead the interaction design and research
  • Collaborated on the project planning, roadmapping, visual design, and frontend coding
  • Created and improved several user experience operational processes
  • Three months after launch >30,000 installation packages were created and >11,000 packages were modified
  • All success metrics for the project were met or exceeded
This post is in-progress, but I've posted a draft of for those that are interested.
đź’»
Demo available If you have an Autodesk ID, you can find the latest version of this tool at https://manage.autodesk.com/products/deployments

Context

Autodesk software has been available since the late 80’s. Throughout that time, there have been many ways that installers were handled for each product, with product teams being responsible for coding and maintaining their own installers. Internally, this was known as the Install Framework.

Unlike other software you, the reader, may have in mind, Autodesk software is rarely ever installed in its vanilla state. Because of the large number of collaborators working on Autodesk files, there is an important need to ensure that everyone is using very specific versions of not only the overall application, but applets, plugins, and libraries to avoid any incompatibility (or corruption) of working files.

To help companies plan for these issues, Autodesk products (and their installers) are architected in such a way as to support a high degree of customization for a specialist (most commonly referred to as a CAD manager) who understands the operations of the team better than anyone else.

Introducing CAL

As teams working with Autodesk software get larger, there tends to be a natural progression where an individual contributor on the team who best understands the Autodesk software will take on the role of the “CAD / BIM manager”. These individuals start to think about the tooling of a project at a more advanced level, and are typically responsible for testing software, making operational decisions, and ensuring that everyone is able to work with the team’s files without blockages.

And as the organization grows, software installation becomes more of a controlled process– end users (designers, engineers, etc.) have their installation privileges either restricted or removed, and rely on the tools they need to be installed for them, preconfigured correctly so they can focus entirely on their task at hand.

Installer modification

The methods by which one of these admins might customize their applications can vary greatly:

Historically, this was done individually for each application, leading to lots (thousands, in some cases) of versions of installers, with an individual installer for each application. And when a CAL was doing a clean install on a machine, they would need to daisy-chain all of those installers (and make sure they happened in the correct order, because, yes, that can cause issues too), and wait the 10’s of hours it could take to complete a single machine’s full suite installation.

Siloing

To add some more complexity to this problem, it’s important to keep in mind how Autodesk has historically grown its products suites. Autodesk is well known for acquiring products and folding them into their own lineup, often maintaining the teams that worked on the product as-is, and simply incorporating platform specific Autodesk functionality (licensing, support, etc.) into the product.

Designing a platform

So, now you, my reader, have the same context I was given when I started this project (my first project at Autodesk, mind you). And because I was learning about how all of these legacy systems worked as well as my unfamiliarity with Autodesk’s product offerings, I decided that my method would be one of rapid iteration with very tight feedback loops from all relevant stakeholders. Because I couldn’t trust my own background knowledge of the situation, I had to rely on what I heard from others, both internally and externally.

Web versus desktop

One of the first major decisions was where this new install experience should live. Historically, advanced installation configurations were done using the same installer application that came on a disk (or with later releases, was downloaded from the Autodesk Account portal).

This was a necessity for a very long time because unlike other software, Autodesk applications are large, in the tens of gigabytes for even a standard installation. By utilizing a desktop installer, it also meant that all the necessary bits to create the installer package were already on disk, and were simply a matter of modifying or removing those bits in order to shape the software the way you wanted it. These large installer applications and component libraries were all typically stored on corporate servers in the workspace, so the speed of installer creation was only limited by amount of modification that needed to be done.

A web experience, on the other hand, would necessitate that administrators would need to download very large versions of their applications before they could be shared out to their end users. This typically involved uploading installer packages to a shared corporate server and then running the installers remotely to machines that were in the office. But the web had several advantages that the desktop couldn’t compete with:

Looking for commonalities

Until this project, product teams (Autodesk has around 100 individual products that they offer) were responsible for their own installer process, which meant that each team had over time built their own bespoke installation solution. Each installer followed its own paradigms, used its own codebase, and offered unique features for their end users to customize their application install.

One of the first issues I knew I would need to handle would be to how to get these product teams to all align on the vision I was putting together. I needed to balance each team’s unique needs, while also being strict about setting limitations on the amount of customization that would be available to them. I wanted our customers to be able to go to a single location, and see a familiar set of controls in order to customize any product.

My starting approach was to basically look at each individual product’s installers, and take notes on all of the fields that they had into one master spreadsheet. As I would do this, I would start to tag identical or very similar fields, and take note of what their purpose was. I would slowly start to organize the types of customizations into groupings and categories, and by the end I had a full list of every possible installer capability that was supported across all Autodesk products.

Standardizing customization

Even with my newfound knowledge of all the potential ways that individual products could be customized, I knew that centralizing the maintenance of those customizations would not only be a large commitment of resources from our own team, but it would perpetually leave us having to back-and-forth with product teams, who might want to make necessary adjustments based off their own users’s feedback or a new feature were were planning on releasing.

In order to handle this, I took an approach similar to that of a design system: we would provide the components for each installer’s customizations, and product teams would be responsible for putting the components into an order that made sense for their product. So what we ended up with was:

Delivery team responsiblities Product teams responsibilities
Create and maintain .XML parser Read our documentation and create an .XML file that tells us what their customization UI needs
Create a set of React components to show in the UI QA and test that their customization UI is rendering properly
Ensure the output of a user’s input was interpreted correctly

Validating design decisions

One of the biggest concerns I had with this drastic of a shift was the potential impact it would have on the administrators at all of the different companies that rely on Autodesk software. Obviously getting the internal product teams to align was a challenge in of itself, but if the final product that we delivered was worse than what we already had we would have spent a lot of resources and reorganized a lot of historically “good enough” systems for no reason other than to change them.

Customer feedback council

From this need came the Autodesk Software Deployment Delta Team, a group of around 30 administrators from a variety of company sizes that were all experts in Autodesk product installations (CAL’s, as referred to earlier). Along with my research and product management collaborators, we would have a recurring monthly meeting with all of these customers to discuss what we were working on, and hold a workshop to gather feedback, concerns, and to pulse check on what were the top-of-mind issues these users were currently working through. I made a point in each subsequent meeting to reiterate what feedback I had heard in the previous month’s session, and described what steps or decisions had ben made as a result of that feedback not only to keep the members of the council engaged, but to give ourselves an opportunity to improve our own interpretation skills of what our customers were trying to communicate to us.

Beyond release

As anyone familiar with software development knows, there are always blue-sky features that aren’t able to make the timeline originally agreed upon. While the released version of Custom Install was still very much a complete project, I feel it would be selling it short to not give a sense of what the full vision was, and what may eventually still be developed.

Remote updating and installation

While moving the tool to a web environment solved several of the shortcomings of the older desktop installer, one of the limitations of a web tool was that we lost our direct connection to seeing what is happening on any individual’s machine.

The Autodesk Desktop Application (ADA) is another application that Autodesk offered to help individual end-users keep their Autodesk software up-to-date. The proposed integration to the Custom Install tool was to allow administrators to “publish” packages from the web tool, and specify which end-user’s machines the software should be installed on. At that point, all that the administrator would need to do is ensure all of the machines they’re responsible for have ADA installed and they would be able to remotely push software package installs to any machine, and have it self-report on its status, enable/disable automatic updating of that software, and a variety of other features.

✍️
Author's note There is a separate write-up coming for the redesigned version of the Autodesk Desktop Application that I worked on following this project.

Even more advanced customization

An important consideration of the technical implementation of the packages the Custom Install tool created was that we still leave the customized packages editable even when downloaded onto the admin’s machine. This is possible because the installer’s customization is written to a simple .INI file that is available within installer package.

While we were able to account for the vast majority of customization, there would always be those that were either more familiar or would want greater flexibility to customize their packages, so an early feature suggestion for the Custom Install tool was to allow admins to edit the .INI file directly in the browser, making it easier to pass highly customized packages around to their team (versus having to download, edit, and then manually reshare).


More to come This post is in progress and more details are to come. Have specific questions? You can email me here.