SparkleShare/SparkleShare/Windows
2017-07-23 13:47:54 +01:00
..
Images build: Pixmaps -> Images 2016-07-08 23:00:35 +01:00
SparkleShareInviteOpener Change my email address 2017-07-23 13:47:54 +01:00
UserInterface Change my email address 2017-07-23 13:47:54 +01:00
app.config windows 2017-03-13 15:45:47 +01:00
build.cmd build: Pixmaps -> Images 2016-07-08 23:00:35 +01:00
LICENSE.rtf Adjust Windows installer script 2012-03-11 21:10:32 +00:00
packages.config windows: add nuget + squirrel packages 2017-04-30 15:18:50 +10:00
README.md readme: Update config paths 2016-07-08 23:04:09 +01:00
Settings.StyleCop Tried to set stylecop to match the project code style 2012-07-02 12:42:41 +02:00
SparkleShare.sln.DotSettings Removed P/Invokes, now uses native ContextMenu handling. 2014-11-08 14:09:01 -07:00
SparkleShare.vssettings Rename SparkleLib to Sparkles 2016-07-08 22:58:19 +01:00
SparkleShare.Windows.csproj windows: add custom protocol handling 2017-05-08 20:04:27 +10:00
SparkleShare.wxs build: Pixmaps -> Images 2016-07-08 23:00:35 +01:00

Windows

You can choose to build SparkleShare from source or to run the Windows installer.

Installing build requirements

Install version 4.0 of the .NET Framework if you haven't already.

Install msysGit and copy the contents of the install folder (C:\Program Files (x86)\Git by default) to C:\path\to\SparkleShare-sources\bin\msysgit\ (create the "bin"-folder in the SparkleShare source directory).

Open a command prompt and execute the following:

cd C:\path\to\SparkleShare-sources
cd SparkleShare\Windows
build

C:\path\to\SparkleShare-sources\bin should now contain SparkleShare.exe, which you can run.

Creating a Windows installer

To create an installer package, install WiX 3.7, restart Windows and run:

cd C:\path\to\SparkleShare-sources\SparkleShare\Windows\
build installer

This will create SparkleShare.msi in the same directory.

Resetting SparkleShare settings

Remove My Documents\SparkleShare and AppData\Roaming\org.sparkleshare.SparkleShare (AppData is hidden by default).

Uninstalling

You can uninstall SparkleShare through the Windows Control Panel.