Add RevertToEmptyInstall which installs an empty DB with credentials admin/test

Also deletes all dlls from /bin and rebuilds the project (to remove packages
that have installed dlls).
This commit is contained in:
Sebastiaan Janssen
2013-04-25 07:15:54 -02:00
parent 0119f1eb1b
commit 6ca6a08233
7 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file not shown.

Binary file not shown.