summaryrefslogtreecommitdiffstats
path: root/data/virt-viewer.nsis.in
Commit message (Collapse)AuthorAgeFilesLines
* nsis: Add libvirt-glib-1.0-0.dllFabiano Fidêncio2016-02-251-0/+2
| | | | | | | | Since 51ce01d virt-viewer depends again on libvirt-glib. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
* nsis: update nettle to 3.2.1Fabiano Fidêncio2016-02-241-4/+4
| | | | Use version 3.2.1, matching what currently is in f23.
* nsis: add libbz2-1.dllFabiano Fidêncio2015-12-011-0/+2
| | | | mingw-bzip2 seems to be a mingw-freetype dependency.
* nsis: update nettle to 3.1.1Fabiano Fidêncio2015-12-011-4/+4
| | | | Use version 3.1.1, matching what currently is in f23.
* nsis: update libgnutls to 3.4.7Fabiano Fidêncio2015-12-011-2/+2
| | | | Use version 3.4.7, matching what currently is in f23.
* nsis: update pango to 1.38.1Fabiano Fidêncio2015-12-011-7/+0
| | | | | | Use version 1.38.1, matching what is in f23. An important note is that the removed files were removed in mingw-pango-1.37.1.
* nsis: drop gtk2 supportFabiano Fidêncio2015-06-231-283/+212
| | | | | | As virt-viewer builds for Windows are using GTK3 nowadays, we can easily drop GTK2 support and avoid maintenance effort in something that is not used/tested anymore.
* nsis: add libepoxy-0.dll (a new gtk3 dependency)Fabiano Fidêncio2015-06-231-0/+2
| | | | The new dependecy was introduced in gtk+ 3.15.3.
* nsis: Ship libwinpthread even without libvirt supportFabiano Fidêncio2015-06-111-1/+1
| | | | | Without libwinpthread, remote-viewer complains about missing this dll, when built using --without-libvirt
* nsis: use gstreamer-1.0 instead of gstreamer-0.10Victor Toso2015-01-051-62/+52
| | | | | Spice-gtk now is able to use gstreamer-1.0 for playback and record audio. This patch updates the installer to use the latest version.
* nsis: use gtk-vnc conditionallyFabiano Fidêncio2014-12-231-15/+20
| | | | Only include gtk-vnc as dep when it's explicitly done in the configure.
* nsis: use spice-gtk conditionallyFabiano Fidêncio2014-12-231-90/+106
| | | | Only include spice-gtk as dep when it's explicitly done in the configure.
* nsis: use libgovirt conditionallyFabiano Fidêncio2014-12-231-17/+25
| | | | Only include libgovirt as dep when it's explicitly done in the configure.
* nsis: add missing file needed to use virsh.exeFabiano Fidêncio2014-12-231-0/+2
|
* nsis: use libvirt conditionallyFabiano Fidêncio2014-12-231-26/+39
| | | | Only include libvirt as dep when it's explicitly done in the configure.
* msi/nsis: fix keyboard-shortcuts icon locationMarc-André Lureau2014-12-151-1/+1
| | | | | The /usr/share/icons/gnome icon theme location has been replaced with Adwaita in f21, fix the path.
* nsis: add missing 24x24 iconsFabiano Fidêncio2014-12-151-0/+4
|
* nsis: add gtk3 supportFabiano Fidêncio2014-12-151-23/+280
| | | | Add support to build the virt-viewer's nsis using GTK3.
* nsis: remove $INSTDIR\etcFabiano Fidêncio2014-12-151-0/+1
|
* nsis: remove $INSTDIR\etc\libvirtFabiano Fidêncio2014-12-151-0/+1
|
* nsis: remove dup entriesFabiano Fidêncio2014-12-151-4/+0
|
* nsis: add libgovirt (and its dependencies)Fabiano Fidêncio2014-12-151-0/+21
| | | | libgovirt is used to provide support to foreign menu using ovirt.
* nsis: add libwinpthread-1.dllFabiano Fidêncio2014-12-151-0/+2
| | | | libwinpthread-1.dll is a dependency of libvirt
* nsis: add libopus-0.dllFabiano Fidêncio2014-12-151-0/+2
| | | | libopus-0.dll is a dependency of spice-glib
* nsis: add libnettle-4-7.dll (and its dependencies)Fabiano Fidêncio2014-12-151-0/+11
| | | | | | | | | | | | | | | | | | libgcc_s_sjlj-1 is needed by libgmp (on x86) libgcc_s_seh-1 is needed by libgmp (on x86_64s) libgmp-10.dll is needed by libnettle libhogweed-2-5.dll is provided by libnettle libnettle-4-7.dll is needed by gnutls gnutls is needed by gvnc and libvirt An interesting point here that worth to mention is the usage of /nonfatal when including libgcc_s_{sjlj,seh}-1.dll. As we only have the _seh in x64 the build breaks trying to add "not found" files. A check for arch was one option to solve the problem, but _sjlj may exist in x64 as well, when using an old gcc. An explicit check if the file exists (in compile time) was another idea, but for some reason the "-" part of the filename was interpreted as a math operand, breaking the build. With all that in mind, adding /nonfatal was the most convenient solution.
* nsis: update libgnutls versionFabiano Fidêncio2014-12-151-2/+2
| | | | Use version -28 instead of -26, matching what currently is in f21.
* nsis: update libtasn1 versionFabiano Fidêncio2014-12-151-2/+2
| | | | Use version -6 instead of -3, matching what currently is in f21.
* nsis: update libpng versionFabiano Fidêncio2014-12-151-2/+2
| | | | | Use libpng15-15 instead of libpng16-16, matching what currently is in f21.
* nsis: update libgcrypt versionFabiano Fidêncio2014-12-151-2/+2
| | | | Use version -20 instead of -11, matching what currently is in f21.
* nsis: Adjust file listChristophe Fergeau2013-01-241-4/+4
| | | | Adjust file names for mingw-usbredir dlls and readline dlls
* Use a mutex to check if VirtViewer runningMarc-André Lureau2012-10-231-0/+12
| | | | | | | We need to warn user that installer can't proceed if there is already a running instance of VirtViewer or of the installer. https://bugzilla.redhat.com/show_bug.cgi?id=864033
* nsis: add deps.txt file in installerMarc-André Lureau2012-10-231-0/+5
| | | | | | This helps track package version that were used during the build of Windows installer. It's not ideal, but make up the lack of package management on windows
* nsis: update required files and librariesMarc-André Lureau2012-10-231-17/+35
|
* nsis: fix .nsis file pathsMarc-André Lureau2012-05-151-5/+5
| | | | | | - look up for icons under the DESTDIR directory - don't ship gstaudiofx, unneeded - add missing libtasn
* nsis: IE policy to launch silentely remote-viewerMarc-André Lureau2012-05-141-0/+6
| | | | | | Add IE ElevationPolicy for the remote-viewer client. http://msdn.microsoft.com/en-us/library/bb250462%28v=vs.85%29.aspx
* nsis: fix removal of start menu directoryMarc-André Lureau2012-05-141-1/+1
|
* nsis: fix a few missing iconsMarc-André Lureau2012-04-031-1/+19
|
* nsis: add the remote-viewer cmdline wrapperMarc-André Lureau2012-04-021-0/+2
|
* win32: clean-up the NSIS installer, allow user installMarc-André Lureau2012-03-301-23/+38
|
* nsis: set HKCU "Software\spice-space.org\spicex\client"Marc-André Lureau2012-02-231-0/+4
| | | | | With recent RHEV portal plugin, the Spice client is chosen according to this key.
* Add libp11-kit-0.dll to nsis scriptMarc-André Lureau2012-02-141-1/+2
|
* Add virt-viewer.nsisMarc-André Lureau2012-01-311-0/+266
Use ${DESTDIR} variable and @prefix@ to look for files. Can't easily be generated, it has too much customization.