This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    userspace:pdf-creator [2011/10/28 07:00] Thomas_H  | 
                
                    userspace:pdf-creator [2021/08/23 08:37] (current) | 
            ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| uninstall.ins | uninstall.ins | ||
| </ | </ | ||
| + | |||
| **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  | **Hinweis  | ||
| - | ===== setup.ins  | + | ==== setup.ins ==== | 
| <code winst> | <code winst> | ||
| + | |||
| [Initial] | [Initial] | ||
| LogLevel=9 | LogLevel=9 | ||
| Line 74: | Line 76: | ||
| Set $MinimumSpace$  | Set $MinimumSpace$  | ||
| ; the path were we find the product after the installation | ; the path were we find the product after the installation | ||
| - | Set $InstallDir32$  | + | Set $InstallDir32$  | 
| Set $LicenseRequired$ = " | Set $LicenseRequired$ = " | ||
| Set $LicensePool$  | Set $LicensePool$  | ||
| Line 92: | Line 94: | ||
| else | else | ||
| - |         if FileExists(" | + |         if FileExists(" | 
|                 comment "Start uninstall sub section" |                 comment "Start uninstall sub section" | ||
|                 Sub " |                 Sub " | ||
| Line 150: | Line 152: | ||
| endif | endif | ||
| - | < | + | </code> | 
| ===== uninstall.ins ===== | ===== uninstall.ins ===== | ||
| Line 193: | Line 195: | ||
| ; ---------------------------------------------------------------- | ; ---------------------------------------------------------------- | ||
| Set $ProductId$  | Set $ProductId$  | ||
| - | Set $InstallDir32$  | + | Set $InstallDir32$  | 
| Set $LicenseRequired$  | Set $LicenseRequired$  | ||
| Set $LicensePool$  | Set $LicensePool$  | ||
| Line 212: | Line 214: | ||
| endif | endif | ||
| - | < | + | </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" | if ($INST_SystemType$ = "64 Bit System" | ||
| Line 269: | Line 271: | ||
| endif | endif | ||
| - | < | + | </code> | 
| - | ===== pdfcreator.ini  | + | ==== pdfcreator.ini ==== | 
| < | < | ||
| [Setup] | [Setup] | ||
| Toolbar=0 | Toolbar=0 | ||
| - | < | + | </code> |