SparkleShare/SparkleShare/Windows
2012-12-07 17:19:51 +00:00
..
Pixmaps windows: tweak tutorial slide size 2012-12-02 21:34:03 +00:00
SparkleShareInviteOpener Windows sometimes strips protocol when url is passed to handler 2012-08-18 15:08:18 +01:00
build.cmd build: simplify plugin system #974 2012-09-28 17:16:38 +02:00
LICENSE.rtf Adjust Windows installer script 2012-03-11 21:10:32 +00:00
README.md update Wix download link 2012-10-23 23:27:11 +03:00
Settings.StyleCop Tried to set stylecop to match the project code style 2012-07-02 12:42:41 +02:00
SparkleAbout.cs windows about: make updates line more readable 2012-12-06 12:40:55 +00:00
SparkleBubbles.cs Remove Growl and use Mountain Lion's notification center 2012-11-02 16:09:36 +00:00
SparkleController.cs windows: fix setting of custom folder icon 2012-12-03 15:54:06 +00:00
SparkleEventLog.cs eventlog: removing some now redundant threading logic 2012-10-22 14:01:47 +01:00
SparkleNotifyIcon.cs windows: fix version number 2012-12-02 22:20:06 +00:00
SparkleSetup.cs windows: sounds are annoying 2012-12-06 19:44:24 +00:00
SparkleSetupWindow.cs windows setup: bring last tutorial page in line with previous commits 2012-10-27 15:28:01 +01:00
SparkleShare.csproj windows: fix build 2012-12-02 20:00:42 +00:00
SparkleShare.sln Fix gravatars and build on Windows 2012-08-11 19:05:45 +01:00
SparkleShare.sln.DotSettings Added some ReSharper style settings. 2012-03-30 15:35:45 +01:00
SparkleShare.wxs bump version 2012-12-07 17:19:51 +00:00
SparkleShortcut.cs convert tabs to space 2012-10-20 23:25:36 +01:00
SparkleSpinner.cs convert tabs to space 2012-10-20 23:25:36 +01:00
SparkleStatusIcon.cs windows statusicon: fix opening folders. closes #1093 2012-12-06 12:22:20 +00:00
SparkleUI.cs convert tabs to space 2012-10-20 23:25:36 +01:00
SparkleUIHelpers.cs convert tabs to space 2012-10-20 23:25:36 +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\ (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.6, restart Windows and run:

build installer

This will create SparkleShare.msi in the same directory.

Resetting SparkleShare settings

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

Uninstalling

You can uninstall SparkleShare through the Windows Control Panel.