An open API service indexing awesome lists of open source software.

https://github.com/infeeeee/revitaddindisabler

Enable or disable Revit addins
https://github.com/infeeeee/revitaddindisabler

revit revit-addins

Last synced: 29 days ago
JSON representation

Enable or disable Revit addins

Awesome Lists containing this project

README

          

# revitAddinDisabler

Enable or disable Revit addins by name or all of them

## installation and usage

- Download from [releases](https://github.com/infeeeee/revitAddinDisabler/releases/latest)
- Rightclick -> run as admin
- Follow the prompts in the console, select exit to exit

You can make the file to always ask for admin rights if you rightclick -> Poperties -> Compatibility tab -> Run this program as an administrator

## installation details

### prerequisites

- Windows, because Revit is Windows only
- Windows account with admin rights. Some of the Revit plugins are installed in %programdata% and in %programfiles% and you need admin rights to write there
- Autodesk Revit, it should work with any version

### developement version installation

#### Prerequisites:

- git
- node js 10+
- pkg for building

```
git clone https://github.com/infeeeee/revitAddinDisabler
cd revitAddinDisabler
npm install
npm start
```

#### build

```
npm install -g pkg
npm run build
```

#### Enable verbose log, debugging

Start with environment variable `NODE_DEBUG` set to `debug*`.

Example on Windows:

```
SET NODE_DEBUG=debug*
npm start
```

## troubleshhoting

- Make sure you run it as admin!!
- Open an issue if something not working

## license

MIT