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
- Host: GitHub
- URL: https://github.com/infeeeee/revitaddindisabler
- Owner: infeeeee
- License: mit
- Created: 2019-06-14T18:09:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T13:38:54.000Z (over 4 years ago)
- Last Synced: 2025-03-04T10:45:51.414Z (over 1 year ago)
- Topics: revit, revit-addins
- Language: JavaScript
- Size: 11 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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