This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
userspace:putty062 [2013/02/14 12:29] bobzbobz |
userspace:putty062 [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| PuTTY normally saves its sessions to the Registry, but there are too many registry keys to create them directly in the script. | PuTTY normally saves its sessions to the Registry, but there are too many registry keys to create them directly in the script. | ||
| - | I have therefor | + | I have therefore |
| You need to add some product properties to the control-file, | You need to add some product properties to the control-file, | ||
| Line 39: | Line 39: | ||
| └ <same folder-structure as PuTTY_conf1> | └ <same folder-structure as PuTTY_conf1> | ||
| </ | </ | ||
| + | |||
| + | //You should rename the " | ||
| ==== Control file ==== | ==== Control file ==== | ||
| < | < | ||
| + | [Package] | ||
| + | version: 1 | ||
| + | depends: | ||
| + | incremental: | ||
| + | |||
| + | [Product] | ||
| + | type: localboot | ||
| + | id: putty | ||
| + | name: PuTTY | ||
| + | description: | ||
| + | advice: | ||
| + | version: 0.62 | ||
| + | priority: 0 | ||
| + | licenseRequired: | ||
| + | productClasses: | ||
| + | setupScript: | ||
| + | uninstallScript: | ||
| + | updateScript: | ||
| + | alwaysScript: | ||
| + | onceScript: | ||
| + | customScript: | ||
| + | userLoginScript: | ||
| + | [ProductProperty] | ||
| + | type: unicode | ||
| + | name: configuration | ||
| + | multivalue: False | ||
| + | editable: True | ||
| + | description: | ||
| + | values: [" | ||
| + | default: [" | ||
| </ | </ | ||
| ==== Setup32.ins ==== | ==== Setup32.ins ==== | ||