Skip to content

Commit

Permalink
Clarify building and deployment instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JetStream96 committed Aug 26, 2019
1 parent 3ebbc5b commit cd55eaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Installer/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ This only works on Windows.

1.2. Install Inno Download Plugin. The installer is in idpsetup-1.5.0 folder. The destination folder must be the same as the one for Inno Setup. Tick the option "Add IDP include path to ISPPBuiltins.iss".

1.3. Compile InstallerBuilder.csproj in debug mode. The compliled executable should be in InstallerBuilder\bin\x86\Debug. This is important, otherwise the installer may fail to build.
1.3. Compile InstallerBuilder.csproj in debug mode and 'x86'. The compliled executable should be in InstallerBuilder\bin\x86\Debug. This is important, otherwise the installer may fail to build.

1.4. Open InstallerBuilder\bin\Debug\paths.xml. Edit that file. InnoSetupDirectory should be the folder Inno Setup installed into, i.e. the folder which contains ISCC.exe. Also, MsBuildExePath should be the path of MSBuild.exe (which needs to be able to compile .NET 4.5).
1.4. Open InstallerBuilder\bin\x86\Debug\paths.xml. Edit that file. InnoSetupDirectory should be the folder Inno Setup installed into, i.e. the folder which contains ISCC.exe. Also, MsBuildExePath should be the path of MSBuild.exe (which needs to be able to compile .NET 4.5).

2. Build

Expand Down
9 changes: 4 additions & 5 deletions src/QSP/Updates/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Notes on deploying updates

1. Make sure src\QSP\updater.xml contains the correct files
2. Build the application by following the instructions in src\Installer\readme.txt
3. Upload src\Installer\Results\[version].zip.
4. Update info.xml, so that the uri is the one of the zip file. Also version needs to be correct (Format: Major.Minor.Build).
5. Upload info.xml to those uris listed in src\QSP\updater.xml.
1. Build the application by following the instructions in src\Installer\readme.txt
2. Upload the 3 files in src\Installer\Results\ as a release on github. Tag that release as, e.g. v0.4.8.
3. Update info.xml, so that the URI is the one for src\Installer\Results\[version].zip. Also version needs to be correct (Format: Major.Minor.Build).
4. Upload info.xml to those URIs listed in src\QSP\updater.xml.

0 comments on commit cd55eaf

Please sign in to comment.