[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4047: Remove the NSIS file for the Vidalia installer since we now (in vidalia/trunk: . pkg/win32)
Author: edmanm
Date: 2009-08-14 23:12:27 -0400 (Fri, 14 Aug 2009)
New Revision: 4047
Removed:
vidalia/trunk/pkg/win32/vidalia.nsi.in
Modified:
vidalia/trunk/CHANGELOG
vidalia/trunk/pkg/win32/CMakeLists.txt
Log:
Remove the NSIS file for the Vidalia installer since we now ship
MSI-based installers on Windows in 0.2.x. (The bundle .nsi file is still
there temporarily until we get the MSI-based bundle straightened out.)
Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG 2009-08-15 02:36:02 UTC (rev 4046)
+++ vidalia/trunk/CHANGELOG 2009-08-15 03:12:27 UTC (rev 4047)
@@ -12,6 +12,8 @@
Runtime. Otherwise, we would require users to install the MSVC
Redistributable, which doesn't work for portable installations such as
the Tor Browser Bundle.
+ o Remove the NSIS file for the Vidalia installer since we now ship
+ MSI-based installers on Windows.
0.2.1 03-Aug-2009
Modified: vidalia/trunk/pkg/win32/CMakeLists.txt
===================================================================
--- vidalia/trunk/pkg/win32/CMakeLists.txt 2009-08-15 02:36:02 UTC (rev 4046)
+++ vidalia/trunk/pkg/win32/CMakeLists.txt 2009-08-15 03:12:27 UTC (rev 4047)
@@ -37,11 +37,6 @@
## Windows Packages
configure_file(
- ${CMAKE_CURRENT_SOURCE_DIR}/vidalia.nsi.in
- ${CMAKE_CURRENT_BINARY_DIR}/vidalia.nsi
- @ONLY
-)
-configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/vidalia.wxs.in
${CMAKE_CURRENT_BINARY_DIR}/vidalia.wxs
@ONLY