We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda30a9 commit 3cccb78Copy full SHA for 3cccb78
readme.txt
@@ -0,0 +1,11 @@
1
+
2
+Installing a managed DLL into the GAC on a developer machine without installer
3
+"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\gacutil" -I "ArxLocatorWizard2010\bin\Release\ObjectARXLocatorWizard.dll"
4
5
+Test an installer with log file
6
+Standard Install
7
+msiexec /i AutoCADNetWizards.msi /liwearucmopvx!* Tests\test.txt
8
+Admin Install
9
+msiexec /a AutoCADNetWizards.msi /qf /liwearucmopvx!* Tests\test.txt
10
+Unistall
11
+msiexec /x AutoCADNetWizards.msi
0 commit comments