Mercurial > trustbridge
annotate cinst/README @ 1119:5349e2354c48
(issue54) Merge branch runafterinstall
There is now an NSIS Plugin that executes the Software after
installation using COM in the shell of the current user.
With the way over the shell there is no inheritance /
token management required. As it is impossible to
drop all privileges of a token granted by UAC and
still be able to reelevate the Token again with another
RunAs call later this round trip over the Shell was
necessary.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 16 Sep 2014 19:48:22 +0200 |
parents | e43e6769269a |
children | c8f698ca6355 |
rev | line source |
---|---|
943
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
1 Tests |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
2 ===== |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
3 Unit tests for this part are also done using the qttest library. |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
4 The related unit tests can be found in ui/tests |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
5 |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
6 |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
7 Manual Invocation of the certificate installation parts |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
8 ======================================================= |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
9 There is a test list in ui/tests that you can use to manually |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
10 invoke the command. e.g.: |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
11 |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
12 ./cinst list=<path_to_repo>/ui/tests/data/list-valid-signed.txt choices=uninstall |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
13 |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
14 A choices file lies next to it. |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
15 ./cinst list=<path_to_repo>/ui/tests/data/list-valid-signed.txt \ |
e43e6769269a
Add example choices and Readmbe about cinst tests
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
16 choices=<path_to_repo>/ui/tests/data/choices-example.txt |