My favorites | Sign in
Google
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@setlocal

@echo off
REM This runs the install script
echo Running the installer

set target_dir=%1
set installer=python tools\installer.py
REM set installer=tools\windows\dist\installer.exe

if defined target_dir (
%installer% --diff3=tools\windows\diffutils\bin\diff3.exe --zip_backup catalog\ tools\golden\oscommerce-2.2rc2a\catalog\ %target_dir%\
) else (
%installer% --ui --diff3=tools\windows\diffutils\bin\diff3.exe --zip_backup
)
@endlocal

Show details Hide details

Change log

r224 by ed.davisson on Mar 11, 2009   Diff
Merging 1.5dev into trunk.
Go to: 
Project members, sign in to write a code review

Older revisions

r215 by alek.dembowski on Mar 03, 2009   Diff
Fixed minor bugs, made the installer
work better on windows.
r195 by alek.dembowski on Feb 24, 2009   Diff
Added support for py2exe so the user
doesn't need python installed.
r186 by ed.davisson on Feb 20, 2009   Diff
By default, zip up the existing
installation and place it in a backup
folder under catalog/googlecheckout/.
All revisions of this file

File info

Size: 471 bytes, 17 lines