If you wish to compile the software yourself and do not have Visual Studio you can use Inno Setup. Inno Setup is an open source utility that’s been in active development since 1997. It was created partly in response to the at-the-time sub par InstallShield Express.
-
Download Inno Setup and install
-
Load the
Inno_Setup_Compiler_Script.iss
into the Inno software. -
Download the Source Code files to `C:\Users%USERNAME%\Downloads
-
Extract the .Zip file to C:\Users%USERNAME%\Downloads\Azure-Manic-7Pace-master
-
Replace the {USERNAME} fields in the
Inno_Setup_Compiler_Script.iss
script with your Windows Profile name found inC:\Users
[Setup] OutputDir=C:\Users\{USERNAME}\Downloads\Azure-Manic-7Pace-master SetupIconFile=C:\Users\{USERNAME}\Downloads\Azure-Manic-7Pace-master\Installer\icon.ico [Files] Source: "C:\Users\{USERNAME}\Downloads\Azure-Manic-7Pace-master\MFitzpatrick.TagSource.Azure7PacePlugin\PluginIcon.png"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\{USERNAME}\Downloads\Azure-Manic-7Pace-master\MFitzpatrick.TagSource.Azure7PacePlugin\PluginSpec.json"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\{USERNAME}\Downloads\Azure-Manic-7Pace-master\MFitzpatrick.TagSource.Azure7PacePlugin\Lib\*"; DestDir: "{localappdata}\Finkit\ManicTime\Plugins\Packages\MFitzpatrick.TagSource.Azure7PacePlugin\lib"; Flags: ignoreversion
Example:
[Setup]
OutputDir=C:\Users\noodlemctwoodle\Downloads\Azure-Manic-7Pace-master
- Press CTRL+F9 to compile the installer, alternatively you can click Build in the File Menu, then Compile.
- Locate Installer.exe in
C:\Users\%USERNAME%\Downloads\Azure-Manic-7Pace-master