|
30 | 30 | <ComponentGroup Id="ProductComponents"> |
31 | 31 | <Component Id="PC_Files" Directory="INSTALLFOLDER" Guid="502b999f-a88e-464b-ba6c-a8c987937c41"> |
32 | 32 | <File Source=".\dist\DataLab-WinPython\DataLab.exe" KeyPath="yes" /> |
| 33 | + <File Source=".\dist\DataLab-WinPython\Jupyter Lab.exe" KeyPath="no" /> |
| 34 | + <File Source=".\dist\DataLab-WinPython\Jupyter Notebook.exe" KeyPath="no" /> |
| 35 | + <File Source=".\dist\DataLab-WinPython\Spyder.exe" KeyPath="no" /> |
| 36 | + <File Source=".\dist\DataLab-WinPython\Spyder reset.exe" KeyPath="no" /> |
33 | 37 | <File Source=".\dist\DataLab-WinPython\WinPython Command Prompt.exe" KeyPath="no" /> |
34 | 38 | <File Source=".\dist\DataLab-WinPython\WinPython Control Panel.exe" KeyPath="no" /> |
35 | 39 | <File Source=".\dist\DataLab-WinPython\WinPython Interpreter.exe" KeyPath="no" /> |
|
56 | 60 | <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="shortcut_controlpanel" Type="integer" Value="1" KeyPath="yes" /> |
57 | 61 | <RemoveFolder Id="RemoveApplicationProgramsFolder4" Directory="ApplicationProgramsFolder" On="uninstall" /> |
58 | 62 | </Component> |
| 63 | + <Component Id="PC_Shortcut_Interpreter" Directory="ApplicationProgramsFolder" Guid="*"> |
| 64 | + <Shortcut Id="ApplicationStartMenuShortcut03" Name="DataLab-WinPython Interpreter" Description="DataLab-WinPython Interpreter" Target="[INSTALLFOLDER]\WinPython Interpreter.exe" WorkingDirectory="INSTALLFOLDER" /> |
| 65 | + <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="shortcut_interpreter" Type="integer" Value="1" KeyPath="yes" /> |
| 66 | + <RemoveFolder Id="RemoveApplicationProgramsFolder5" Directory="ApplicationProgramsFolder" On="uninstall" /> |
| 67 | + </Component> |
| 68 | + <Component Id="PC_Shortcut_JupyterLab" Directory="ApplicationProgramsFolder" Guid="*"> |
| 69 | + <Shortcut Id="ApplicationStartMenuShortcut04" Name="Jupyter Lab" Description="Jupyter Lab" Target="[INSTALLFOLDER]\Jupyter Lab.exe" WorkingDirectory="INSTALLFOLDER" /> |
| 70 | + <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="shortcut_jupyterlab" Type="integer" Value="1" KeyPath="yes" /> |
| 71 | + <RemoveFolder Id="RemoveApplicationProgramsFolder6" Directory="ApplicationProgramsFolder" On="uninstall" /> |
| 72 | + </Component> |
| 73 | + <Component Id="PC_Shortcut_JupyterNotebook" Directory="ApplicationProgramsFolder" Guid="*"> |
| 74 | + <Shortcut Id="ApplicationStartMenuShortcut05" Name="Jupyter Notebook" Description="Jupyter Notebook" Target="[INSTALLFOLDER]\Jupyter Notebook.exe" WorkingDirectory="INSTALLFOLDER" /> |
| 75 | + <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="shortcut_jupyternotebook" Type="integer" Value="1" KeyPath="yes" /> |
| 76 | + <RemoveFolder Id="RemoveApplicationProgramsFolder7" Directory="ApplicationProgramsFolder" On="uninstall" /> |
| 77 | + </Component> |
| 78 | + <Component Id="PC_Shortcut_Spyder" Directory="ApplicationProgramsFolder" Guid="*"> |
| 79 | + <Shortcut Id="ApplicationStartMenuShortcut06" Name="Spyder" Description="Spyder" Target="[INSTALLFOLDER]\Spyder.exe" WorkingDirectory="INSTALLFOLDER" /> |
| 80 | + <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="shortcut_spyder" Type="integer" Value="1" KeyPath="yes" /> |
| 81 | + <RemoveFolder Id="RemoveApplicationProgramsFolder8" Directory="ApplicationProgramsFolder" On="uninstall" /> |
| 82 | + </Component> |
| 83 | + <Component Id="PC_Shortcut_SpyderReset" Directory="ApplicationProgramsFolder" Guid="*"> |
| 84 | + <Shortcut Id="ApplicationStartMenuShortcut07" Name="Spyder reset" Description="Spyder reset" Target="[INSTALLFOLDER]\Spyder reset.exe" WorkingDirectory="INSTALLFOLDER" /> |
| 85 | + <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="shortcut_spyderreset" Type="integer" Value="1" KeyPath="yes" /> |
| 86 | + <RemoveFolder Id="RemoveApplicationProgramsFolder9" Directory="ApplicationProgramsFolder" On="uninstall" /> |
| 87 | + </Component> |
59 | 88 | <Component Id="PC_Shortcut_Uninstall" Directory="ApplicationProgramsFolder" Guid="*"> |
60 | 89 | <Shortcut Id="UninstallProductShortcut" Name="Uninstall DataLab" Description="Uninstalls DataLab" Target="[System64Folder]msiexec.exe" Arguments="/x [ProductCode]" WorkingDirectory="INSTALLFOLDER" Icon="DataLab.exe" /> |
61 | 90 | <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="shortcut_uninstall" Type="integer" Value="1" KeyPath="yes" /> |
62 | | - <RemoveFolder Id="RemoveApplicationProgramsFolder5" Directory="ApplicationProgramsFolder" On="uninstall" /> |
| 91 | + <RemoveFolder Id="RemoveApplicationProgramsFolder10" Directory="ApplicationProgramsFolder" On="uninstall" /> |
63 | 92 | </Component> |
64 | 93 | <Component Id="PC_Registry" Directory="INSTALLFOLDER" Guid="*"> |
65 | 94 | <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Name="installed" Type="integer" Value="1" KeyPath="yes" /> |
|
0 commit comments