How to create a custom setup wizard

28 Views Asked by At

I am trying to create a ADDIN SETUP PROJECT in VS 2022 for Revit. and I had some problems

I want to create a Custom Installation Wizard Where the following actions Should be included.

  1. License Agreement (Like img)
  2. Choose checkbox for version (Like img) Example: if(cb2019 = true) => location for Directories "C/ProgramData/Revit/Addin/2019" if(cb2020 = true) => location for Directories "C/ProgramData/Revit/Addin/2020"
0

There are 0 best solutions below