Windows installer: Change default installation directory to C:/Program Files/Calibre2 as some people have reported problems with setting up file associations when the installation directory contains spaces

This commit is contained in:
Kovid Goyal 2009-10-20 17:21:36 -06:00
parent 7f257adc3e
commit 4a9045053e
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ __copyright__ = '2008-2009, Darko Miletic <darko.miletic at gmail.com>'
''' '''
laprensa.com.ar laprensa.com.ar
''' '''
import urllib
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe

View File

@ -27,7 +27,7 @@
<CustomAction Id="PreventDowngrading" Error="Newer version already installed."/> <CustomAction Id="PreventDowngrading" Error="Newer version already installed."/>
<Directory Id='TARGETDIR' Name='SourceDir'> <Directory Id='TARGETDIR' Name='SourceDir'>
<Merge Id="VCRedist" SourceFile="{crt_msm}" DiskId="1" Language="0"/> <Merge Id="VCRedist" SourceFile="{crt_msm}" DiskId="1" Language="0"/>
<Directory Id='ProgramFilesFolder' Name='PFiles'> <Directory Id='ProgramFilesFolder' Name='PFiles'>
<Directory Id='APPLICATIONFOLDER' Name='{app}' /> <Directory Id='APPLICATIONFOLDER' Name='{app}' />
</Directory> </Directory>
@ -143,7 +143,7 @@
has to install the VC90 merge module into the system winsxs folder for python has to install the VC90 merge module into the system winsxs folder for python
to work, so per user installs are impossible anyway. to work, so per user installs are impossible anyway.
--> -->
<Property Id="ApplicationFolderName" Value="Calibre - E-book Management" /> <Property Id="ApplicationFolderName" Value="Calibre2" />
<Property Id="WixAppFolder" Value="WixPerMachineFolder" /> <Property Id="WixAppFolder" Value="WixPerMachineFolder" />
<WixVariable Id="WixUISupportPerUser" Value="0" /> <WixVariable Id="WixUISupportPerUser" Value="0" />