User Tools

Site Tools


userspace:pdf-creator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
userspace:pdf-creator [2011/10/28 06:59]
Thomas_H created
userspace:pdf-creator [2021/08/23 08:37] (current)
Line 18: Line 18:
 </code> </code>
  
-**Please note:** The pdfcreator.ini is needed to avoid the installation of a toolbar in your browser.+ 
 +**Please note:** The pdfcreator.ini is needed to avoid the installation of a toolbar in your browser.\\
 **Hinweis    :** Die pdfcreator.ini wird benötigt um die Installation einer Toolbar im Browser zu verhindern. **Hinweis    :** Die pdfcreator.ini wird benötigt um die Installation einer Toolbar im Browser zu verhindern.
  
-===== setup.ins =====+==== setup.ins ====
 <code winst> <code winst>
 +
 [Initial] [Initial]
 LogLevel=9 LogLevel=9
Line 74: Line 76:
 Set $MinimumSpace$    = "10 MB" Set $MinimumSpace$    = "10 MB"
 ; the path were we find the product after the installation ; the path were we find the product after the installation
-Set $InstallDir32$      = "%ProgramFilesDir%\PDFCreator\"+Set $InstallDir32$      = "%ProgramFiles32Dir%\PDFCreator\"
 Set $LicenseRequired$ = "false" Set $LicenseRequired$ = "false"
 Set $LicensePool$     = "p_" + $ProductId$ Set $LicensePool$     = "p_" + $ProductId$
Line 92: Line 94:
 else else
  
-        if FileExists("$InstallDir32\$Uninst_Prg$")+        if FileExists("$InstallDir32$\$Uninst_Prg$")
                 comment "Start uninstall sub section"                 comment "Start uninstall sub section"
                 Sub "%ScriptPath%\delsub.ins"                 Sub "%ScriptPath%\delsub.ins"
Line 150: Line 152:
 endif endif
  
-<code>+</code>
  
 ===== uninstall.ins ===== ===== uninstall.ins =====
Line 193: Line 195:
 ; ---------------------------------------------------------------- ; ----------------------------------------------------------------
 Set $ProductId$         = "PDF-Creator" Set $ProductId$         = "PDF-Creator"
-Set $InstallDir32$      = "%ProgramFiles32Dir%\PDFCreator\"+Set $InstallDir32$      = "%ProgramFiles32Dir%\PDFCreator"
 Set $LicenseRequired$   = "false" Set $LicenseRequired$   = "false"
 Set $LicensePool$       = "p_" + $ProductId$ Set $LicensePool$       = "p_" + $ProductId$
Line 212: Line 214:
 endif endif
  
-<code>+</code>
  
 ===== delsub.ins ===== ===== delsub.ins =====
Line 222: Line 224:
         Files_uninstall_32         Files_uninstall_32
         sub_check_exitcode         sub_check_exitcode
-Mendif+endif
  
 if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))
Line 269: Line 271:
 endif endif
  
-<code>+</code>
  
-===== pdfcreator.ini =====+==== pdfcreator.ini ====
 <code> <code>
 [Setup] [Setup]
 Toolbar=0 Toolbar=0
-<code>+</code>
userspace/pdf-creator.1319785187.txt.gz · Last modified: 2021/08/23 08:37 (external edit)