[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: silent/unattended install

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-03-08 20:12:21 CET

Peter Mounce wrote:

> I'll work on it some more. Please let me know about the CA, if any, that affects this...?

In TortoiseSVN.wxs, line 80:
     <?if $(env.Platform) = "x64" ?>
       <CustomAction Id="DefaultTargetDir" Property="INSTALLDIR"
Value="[ProgramFiles64Folder]$(var.ProductName)" Execute="immediate"
Win64="$(var.Win64YesNo)"/>
     <?else ?>
       <CustomAction Id="DefaultTargetDir" Property="INSTALLDIR"
Value="[ProgramFilesFolder]$(var.ProductName)" Execute="immediate"
Win64="$(var.Win64YesNo)"/>
     <?endif ?>

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Mar 8 20:12:44 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.