This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
userspace:cd-burner_xp [2011/10/27 14:06] Thomas_H created |
userspace:cd-burner_xp [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Tested with opsi 4.0.1 \\ | Tested with opsi 4.0.1 \\ | ||
| requiredWinstVersion >= 4.10.8.6 \\ | requiredWinstVersion >= 4.10.8.6 \\ | ||
| - | By //[[hungerharke@gmx.de|Thomas_H]] 2011/10/27 15:57// | + | By //[[thomas.heinrich@polizei.berlin.de|Thomas_H]] 2011/10/27 15:57// |
| + | |||
| + | The installion-files can be downloaded from: http:// | ||
| Tree:\\ | Tree:\\ | ||
| - | CDBurnerXP.jpg\\ | + | ├ CDBurnerXP.jpg\\ |
| - | | + | ├ cdbxp_setup_x.y.z.1234.exe\\ |
| - | | + | ├ cdbxp_setup_x.y.z.1234_x64.exe\\ |
| - | | + | ├ default.cfg\\ |
| - | | + | ├ delsub.ins\\ |
| - | | + | ├ setup.ins\\ |
| + | └ uninstall.ins | ||
| + | |||
| + | |||
| + | Last checks: | ||
| + | [[thomas.heinrich@polizei.berlin.de|Thomas_H]] 2019/05/14 11:45\\ | ||
| + | |||
| ==== setup.ins ==== | ==== setup.ins ==== | ||
| Line 61: | Line 70: | ||
| ; no white space use ' | ; no white space use ' | ||
| Set $ProductId$ | Set $ProductId$ | ||
| - | Set $Version$ | + | Set $Version$ |
| Set $MinimumSpace$ | Set $MinimumSpace$ | ||
| ; the path were we find the product after the installation | ; the path were we find the product after the installation | ||
| Line 68: | Line 77: | ||
| Set $LicenseRequired$ = " | Set $LicenseRequired$ = " | ||
| Set $LicensePool$ | Set $LicensePool$ | ||
| - | Set $Inst_Prg32$ | + | Set $Inst_Prg32$ |
| - | Set $Inst_Prg64$ | + | Set $Inst_Prg64$ |
| Set $Uninst_Prg$ | Set $Uninst_Prg$ | ||
| Set $Inst_Cmd$ | Set $Inst_Cmd$ | ||
| Line 272: | Line 281: | ||
| </ | </ | ||
| + | ==== default.cfg ==== | ||
| + | |||
| + | < | ||
| + | [Setup] | ||
| + | Lang=German | ||
| + | Dir=C: | ||
| + | Group=CDBurnerXP | ||
| + | NoIcons=0 | ||
| + | SetupType=custom | ||
| + | Components=main, | ||
| + | Tasks=desktopicon, | ||
| + | </ | ||