From 057e78a8d8a7550659f878fd08dec13bc5cfd371 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Feb 25 2010 22:55:46 +0000 Subject: make sure bitsadmin.exe path is quoted the default path for bitsadmin.exe has spaces, so it must be quoted bump version to 1.1.4.a2 --- diff --git a/win/Makefile b/win/Makefile index c381a21..281b3d2 100644 --- a/win/Makefile +++ b/win/Makefile @@ -78,7 +78,7 @@ BITSADMIN=c:\program files\support tools\bitsadmin.exe !ELSE BITSADMIN=bitsadmin !ENDIF -DOWNLOAD=$(BITSADMIN) /wrap /transfer consolebuild /download /priority normal +DOWNLOAD="$(BITSADMIN)" /wrap /transfer consolebuild /download /priority normal !IFNDEF SBC SBC=http://filer/components !ENDIF diff --git a/win/VERSION.mak b/win/VERSION.mak index db9d0d5..4263206 100644 --- a/win/VERSION.mak +++ b/win/VERSION.mak @@ -7,7 +7,7 @@ BRANDNOSPACE=389 # this is the vendor or manufacturer VENDOR=389 Project # the version -VERSION=1.1.4.a1 +VERSION=1.1.4.a2 # the name of the product - this is used in the title of the # installer, in the name of the folder, and in the name # of the shortcuts