@@ -27,59 +27,21 @@ Revit files have the following extensions:
2727* Project Template: ` .rte `
2828* Family Template: ` .rft `
2929
30- ## Dependencies
31-
32- * [ SharpShell] ( https://github.com/dwmkerr/sharpshell )
33- * [ ServerRegistrationManager] ( https://www.nuget.org/packages/ServerRegistrationManager )
34- * [ ricaun.Revit.FileInfo] ( https://github.com/ricaun-io/ricaun.Revit.FileInfo )
35- * [ ricaun.Revit.Installation] ( https://github.com/ricaun-io/ricaun.Revit.Installation )
36-
3730## Installation
3831
3932* Download and install [ RevitShell 1.0.x.exe] ( ../../releases/latest/download/RevitShell.zip )
4033
41- ### Installation with InnoSetup
42-
43- In the InnoSetup the ` ServerRegistrationManager.exe ` is used to install/uninstall the extension.
44-
45- ```
46- [Run]
47- Filename: "{app}\ServerRegistrationManager.exe"; Flags: postinstall runascurrentuser; Parameters: "install ""{app}\RevitShell.dll"" -codebase"
48-
49- [UninstallRun]
50- Filename: "{app}\ServerRegistrationManager.exe"; Parameters: "uninstall ""{app}\RevitShell.dll""";
51- ```
52-
53- ### Installation with ServerRegistrationManager
54-
55- Download ` ServerRegistrationManager.zip ` to install the extension.
56-
57- * [ ServerRegistrationManager.zip] ( https://github.com/dwmkerr/sharpshell/releases/latest/ )
58-
59- Install:
60-
61- ``` cmd
62- ServerRegistrationManager.exe install RevitShell.dll
63- ```
64-
65- Uninstall:
66-
67- ``` cmd
68- ServerRegistrationManager.exe uninstall RevitShell.dll
69- ```
70-
71- ### Installation with ServerManager
72-
73- Download ` ServerManager.zip ` to install the extension.
74-
75- * [ ServerManager.zip] ( https://github.com/dwmkerr/sharpshell/releases/latest/ )
76-
77- Load ` RevitShell.dll ` using ` ServerManager.exe ` and install/unistall the server.
78-
7934## Release
8035
8136* [ Latest release] ( ../../releases/latest )
8237
38+ ## Dependencies
39+
40+ * [ SharpShell] ( https://github.com/dwmkerr/sharpshell )
41+ * [ ServerRegistrationManager] ( https://www.nuget.org/packages/ServerRegistrationManager )
42+ * [ ricaun.Revit.FileInfo] ( https://github.com/ricaun-io/ricaun.Revit.FileInfo )
43+ * [ ricaun.Revit.Installation] ( https://github.com/ricaun-io/ricaun.Revit.Installation )
44+
8345## License
8446
8547This project is [ licensed] ( LICENSE ) under the [ MIT License] ( https://en.wikipedia.org/wiki/MIT_License ) .
0 commit comments