I tried creating the addon as a CAB file myself but do not seem to be having any luck in installing it with my W2k3 installation.
The command file I use to create the CAB file is as follows:
@makecab /f TortoiseSVN.ddf
My DDF file looks like this:
.set RptFileName=nul
.set InfFileName=nul
.set MaxDiskSize=cdrom
.set CompressionType=LZX
.set CompressionMemory=21
.set DiskDirectory1=..
.set CabinetName1="TortoiseSVN.cab"
.set DestinationDir=
.set SourceDir=..\TortoiseSVN
entries_TortoiseSVN.ini
.set DestinationDir=svcpack
.set SourceDir=.
msiexec.exe
.set SourceDir=..\TortoiseSVN\svcpack
TortoiseSVN-1.5.5.14361-win32-svn-1.5.4.msi
and my entries_TortoiseSVN.ini file looks like this:
[general]
builddate=11/30/2008
description=TortoiseSVN
language=English
title=Subversion Client
version=1.5.5.14361
website=http://tortoisesvn.net/about
[EditFile]
I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram
[AddProgram]
msiexec.exe /i TortoiseSVN-1.5.5.14361-win32-svn-1.5.4.msi /qb /norestart
I have also tried using msistub.exe instead of msiexec.exe, and have even tried using the msiexec.exe that is built into the Windows being installed, rather than providing my own copy inside the CAB file but nothing seems to work. I'd appreciate some help from the installer addon gurus out there!



Help
Back to top









