summaryrefslogtreecommitdiff
path: root/build/windows
AgeCommit message (Collapse)AuthorFilesLines
2013-04-21build: update post-build.bat (autogenerate) and clarify README (windows)Andres G. Aragoneses3-44/+66
Turns out post-build.bat cannot be edited manually because it is a generated file, so I'm adding some clarifications about this in the README.txt file and on the file itself with a REM comment. I've also auto-generated the file now, which has re-fixed the 2 issues I fixed recently in it (but in a different way), and has added some copy lines of more resources I wasn't aware of.
2013-04-21build: give a clearer error when not finding WIX env var (windows)Andres G. Aragoneses1-1/+6
Even if the README tells you to install WiX, it could happen that you run the javascript file from a command line shell that you had already open before you installed WiX, in which case it would fail.
2013-04-21build: give more clues on how to not run the WiX installer (windows)Andres G. Aragoneses2-1/+5
It wasn't clear if it was the wixproj (via MSBuild or VisualStudio) which called the javascript file or the other way around.
2013-04-20build: fix path of the AudioCD icons in post-build.bat (windows build)Andres G. Aragoneses1-2/+5
The extension Banshee.AudioCD had been renamed (since DVD playback support was implemented) to Banshee.OpticalDisc.
2013-04-20build: fix path of the iPod icons in post-build.bat (windows build)Andres G. Aragoneses1-28/+34
The extension Banshee.Dap.Ipod had been deprecated, and removed already, some time ago, so this script was failing. We now use the paths of the icons for the new extension Banshee.Dap.AppleDevice.
2013-04-20build: use an env var for git in checkout-banshee.batAndres G. Aragoneses1-3/+4
This way it is easier for someone to change the .bat file to point to git's path in case it is not in their system's PATH.
2012-09-29release: Bump version to 2.6.0Bertrand Lorentz2-3/+3
2012-09-13release: Bump version to 2.5.1Bertrand Lorentz2-3/+3
2012-08-22release: Bump version to 2.4.0Bertrand Lorentz2-3/+3
2012-03-20windows: Don't show the EULA dialog in the installer (bgo#647210)Bertrand Lorentz2-5/+58
We do not need the user to agree to the MIT license or the GPL, so we don't need to show them. Saving your mouse, one click at a time... To achieve that we need to replace the standard WixUI_InstallDir UI module with its definition, and adapt it to remove the license agreement dialog. We now install the license.rtf file to the root of the install folder, which fixes bgo#642818. The first paragraph of the file is also adapted for clarity.
2012-03-19release: Bump version to 2.4.0Bertrand Lorentz2-3/+3
2012-03-07release: Bump version to 2.3.6Bertrand Lorentz2-3/+3
2012-02-15release: Bump version to 2.3.5Bertrand Lorentz2-3/+3
2012-01-19release: Bump the version numberAlexander Kojevnikov2-3/+3
2011-12-21release: Bump version to 2.3.3Bertrand Lorentz2-3/+3
2011-11-30release: Bump version to 2.3.2Bertrand Lorentz2-3/+3
2011-11-02release: Fix wording in NEWSBertrand Lorentz2-3/+3
2011-09-19release: Bump version to 2.2.0Bertrand Lorentz2-3/+3
2011-09-07release: Bump version to 2.1.4Bertrand Lorentz2-3/+3
2011-08-24release: Bump version to 2.1.3Bertrand Lorentz2-3/+3
2011-05-11release: Bump the version numberAlexander Kojevnikov2-3/+3
2011-04-06windows: Fix issue with installerGabriel Burt2-8/+34
Too many files were in a given 'Feature' which sometimes causes 2908 errors. Split locale into its own 'Feature' -- not a user-visible change, but should help with this issue.
2011-04-03Bump version to 2.0.0Gabriel Burt2-3/+3
Except banshee.doap - not sure if that would affect l10n.gnome.org.
2011-03-24build: Bump the version numberAlexander Kojevnikov3-4/+4
2011-03-09Update for 1.9.5 releaseGabriel Burt2-3/+3
2011-02-26windows: Clean up build-installer.js script a bitGabriel Burt1-36/+22
2011-02-26windows: Fix "Launch Banshee" checkbox in installer (bgo#641989)Bertrand Lorentz2-4/+9
In order to run a file that was just installed, we need to reference it in the FileKey attribute, using its id. To ba able to do that, we have to disable the automatic id generation done by the heat tool, so that the id will now be the file name. We can only do that for the bin directory, because otherwise we get id conflicts.
2011-02-23windows: Update installer license and version numberGabriel Burt3-3/+3
2011-02-23windows: Clean output of the checkout scriptBertrand Lorentz1-0/+2
Don't echo the commands that are run, and don't print the error message if everything worked.
2011-02-18windows: Installer improvementsGabriel Burt2-12/+23
Replace the GUIDs in the .wxs with freshly gen'd ones. Change the Upgrade config a bit (and I've now tested it, seems to work). Fix the refs to the generated files in the .wixproj, so if they change the .msi will actually get rebuilt.
2011-02-16windows: Improve readability of the checkout-banshee scriptBertrand Lorentz1-2/+13
As the git command is itself a batch file on Windows, you need to use "call" to call it from another batch file.
2011-02-06windows: Fix installer build in some circumstances (bgo#641565)Matt Sturgeon1-1/+1
Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
2011-02-06windows: MSBuild related fixes (bgo#641541)Matt Sturgeon2-4/+31
* Use %WINDIR% instead of C:\WINDOWS * Look for .NET 4.0 as well as 3.5 * Call post-build.bat from build-banshee.bat Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
2011-02-06windows: Better installer images (bgo#641095)Matt Sturgeon6-6/+6
The previous ones were huge (BMP, now JPG) and MonoDevelop-branded. Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
2011-02-05windows: use high compression on installer, save 20%Gabriel Burt1-1/+1
2011-02-04windows: add /p:Platform="Any CPU" to build-banshee.bat (bgo#641513)Matt Sturgeon1-1/+1
Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
2011-02-03windows: Check for .NET 3.5 SP1 or 4.0Gabriel Burt2-6/+21
Also add option to launch Banshee after installer is done.
2011-02-03windows: Remove installer check for Gtk#Gabriel Burt2-15/+2
2011-02-03windows: Echo message at end of checkout-banshee.batGabriel Burt1-1/+1
2011-02-03windows: add build-banshee and checkout-banshee scriptsGabriel Burt2-0/+9
2011-02-03windows: Many improvements to installerGabriel Burt5-51/+75
With up to date bin/ repo and built Banshee -- and nothing else -- should be able to produce a working Banshee install(er).
2011-02-03windows: Add bundle-deps script, update READMEGabriel Burt2-6/+68
2011-01-31windows: Use the 'WIX' environment variable to find heat.exeDustin C. Hatch1-1/+3
On x64 systems, WIX installs itself in "Program Files (x86)" instead of "Program Files," so the build-installer script cannot find `heat.exe` in these cases. Using the `WIX` environment variable to locate the binary solves this problem. Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
2011-01-28windows: improve icon copy scriptGabriel Burt2-121/+129
2011-01-28windows: update post-build icon-copying scriptGabriel Burt2-142/+142
2011-01-26windows: Reorganize, clean up installer build dirGabriel Burt5-42/+33
2011-01-26windows: Automatically copy icons into bin/shareGabriel Burt1-0/+3
2011-01-26windows: First pass at a .msi project/creatorGabriel Burt8-0/+245
2011-01-25windows: Add script to copy icons into bin/share/Gabriel Burt2-0/+154