-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented installer and windows service.
-Implemented the windows installer. -Implamented Windows service. -Changed db name. -Changed db and other dependencies locations from appdata to program data. -Refactored to fix bugs. -Had to add file permissions to the program data folder to write to db. -Fixed installer made it start service properly and copy data per machine.
- Loading branch information
Showing
119 changed files
with
12,128 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,4 +258,7 @@ paket-files/ | |
|
||
# Python Tools for Visual Studio (PTVS) | ||
__pycache__/ | ||
*.pyc | ||
*.pyc | ||
|
||
#Installers | ||
*.msi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
| ||
Running a transacted installation. | ||
|
||
Beginning the Install phase of the installation. | ||
See the contents of the log file for the C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe assembly's progress. | ||
The file is located at C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog. | ||
|
||
The Install phase completed successfully, and the Commit phase is beginning. | ||
See the contents of the log file for the C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe assembly's progress. | ||
The file is located at C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog. | ||
|
||
The Commit phase completed successfully. | ||
|
||
The transacted install has completed. | ||
|
||
|
||
The uninstall is beginning. | ||
See the contents of the log file for the C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe assembly's progress. | ||
The file is located at C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog. | ||
|
||
The uninstall has completed. | ||
|
||
Running a transacted installation. | ||
|
||
Beginning the Install phase of the installation. | ||
See the contents of the log file for the C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe assembly's progress. | ||
The file is located at C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog. | ||
|
||
The Install phase completed successfully, and the Commit phase is beginning. | ||
See the contents of the log file for the C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe assembly's progress. | ||
The file is located at C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog. | ||
|
||
The Commit phase completed successfully. | ||
|
||
The transacted install has completed. | ||
|
||
|
||
The uninstall is beginning. | ||
See the contents of the log file for the C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe assembly's progress. | ||
The file is located at C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog. | ||
|
||
The uninstall has completed. |
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
Installing assembly 'C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe'. | ||
Affected parameters are: | ||
logtoconsole = | ||
assemblypath = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe | ||
logfile = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog | ||
Installing service OrbisSuiteService... | ||
Service OrbisSuiteService has been successfully installed. | ||
Creating EventLog source OrbisSuiteService in log Application... | ||
Committing assembly 'C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe'. | ||
Affected parameters are: | ||
logtoconsole = | ||
assemblypath = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe | ||
logfile = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog | ||
Uninstalling assembly 'C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe'. | ||
Affected parameters are: | ||
logtoconsole = | ||
assemblypath = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe | ||
logfile = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog | ||
Removing EventLog source OrbisSuiteService. | ||
Service OrbisSuiteService is being removed from the system... | ||
Service OrbisSuiteService was successfully removed from the system. | ||
Installing assembly 'C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe'. | ||
Affected parameters are: | ||
logtoconsole = | ||
assemblypath = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe | ||
logfile = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog | ||
Installing service OrbisSuiteService... | ||
Service OrbisSuiteService has been successfully installed. | ||
Creating EventLog source OrbisSuiteService in log Application... | ||
Committing assembly 'C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe'. | ||
Affected parameters are: | ||
logtoconsole = | ||
assemblypath = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe | ||
logfile = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog | ||
Uninstalling assembly 'C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe'. | ||
Affected parameters are: | ||
logtoconsole = | ||
assemblypath = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.exe | ||
logfile = C:\Users\Gregory\Source\Repos\Orbis Suite\Executables\OrbisSuiteService.InstallLog | ||
Removing EventLog source OrbisSuiteService. | ||
Service OrbisSuiteService is being removed from the system... | ||
Service OrbisSuiteService was successfully removed from the system. |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.