Skip to content

Commit 3cccb78

Browse files
committed
Extra notes
1 parent bda30a9 commit 3cccb78

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)