|
5 | 5 | <installer-gui-script minSpecVersion="1">
|
6 | 6 |
|
7 | 7 | <!-- Define install parameters -->
|
8 |
| - <title>BlocklyProp Launcher</title> |
| 8 | + <title>Parallax IDE</title> |
9 | 9 | <organization>com.ParallaxInc</organization>
|
10 | 10 |
|
11 | 11 | <!-- Allow module installs, no scripts -->
|
12 | 12 | <options customize="allow" require-scripts="false" rootVolumeOnly="false" allow-external-scripts="no" />
|
13 | 13 |
|
14 | 14 | <!-- Must quit the IDE, if it is running -->
|
15 |
| - <pkg-ref id="com.ParallaxInc.BlocklyPropLauncher.app"> |
| 15 | + <pkg-ref id="com.ParallaxInc.ParallaxIDE.app"> |
16 | 16 | <must-close>
|
17 |
| - <app id="com.ParallaxInc.BlocklyPropLauncher"/> |
| 17 | + <app id="com.ParallaxInc.ParallaxIDE"/> |
18 | 18 | </must-close>
|
19 | 19 | </pkg-ref>
|
20 | 20 |
|
|
25 | 25 |
|
26 | 26 | <choices-outline>
|
27 | 27 | <line choice="default">
|
28 |
| - <line choice="com.ParallaxInc.BlocklyPropLauncher.app"/> |
| 28 | + <line choice="com.ParallaxInc.ParallaxIDE.app"/> |
29 | 29 | <line choice="com.FTDI.driver.FTDIUSBSerialDriver"/>
|
30 | 30 | </line>
|
31 | 31 | </choices-outline>
|
|
34 | 34 | <choice
|
35 | 35 | id="default"
|
36 | 36 | visible="true"
|
37 |
| - title="BlocklyProp Launcher with FTDI USB Serial Driver" |
38 |
| - description="BlocklyProp Launcher with FTDI USB Serial Driver installation"> |
| 37 | + title="Parallax IDE with FTDI USB Serial Driver" |
| 38 | + description="Parallax IDE with FTDI USB Serial Driver installation"> |
39 | 39 | </choice>
|
40 | 40 |
|
41 |
| - <!-- BPLauncher App pkg --> |
| 41 | + <!-- ParallaxIDE App pkg --> |
42 | 42 | <choice
|
43 |
| - id="com.ParallaxInc.BlocklyPropLauncher.app" |
| 43 | + id="com.ParallaxInc.ParallaxIDE.app" |
44 | 44 | visible="true"
|
45 |
| - title="BlocklyProp Launcher Application" |
46 |
| - description="The BlocklyProp assistant application"> |
47 |
| - <pkg-ref id="com.ParallaxInc.BlocklyPropLauncher.app"/> |
| 45 | + title="ParallaxIDE Application" |
| 46 | + description="The Parallax BASIC Stamp Editor"> |
| 47 | + <pkg-ref id="com.ParallaxInc.ParallaxIDE.app"/> |
48 | 48 | </choice>
|
49 | 49 |
|
50 | 50 | <pkg-ref
|
51 |
| - id="com.ParallaxInc.BlocklyPropLauncher.app" |
52 |
| - onConclusion="none">BlocklyPropLauncher.pkg |
| 51 | + id="com.ParallaxInc.ParallaxIDE.app" |
| 52 | + onConclusion="none">ParallaxIDE.pkg |
53 | 53 | </pkg-ref>
|
54 | 54 |
|
55 | 55 | <!-- FTDI USB Serial Driver pkg -->
|
|
0 commit comments