|
1 | 1 | <?xml version='1.0' encoding='windows-1252'?>
|
2 | 2 | <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
|
3 |
| - <Product Name='Tg' Id='41846ad1-84ca-43c6-97bc-e6a30ef52f69' UpgradeCode='088fdac7-fc91-4881-a2db-eed04425a207' |
4 |
| - Language='1033' Codepage='1252' Version='0.4.99' Manufacturer='Marcello Mamino'> |
| 3 | + <Product Name='Tg' Id='e725c262-348c-4e31-86ff-234893330f82' UpgradeCode='088fdac7-fc91-4881-a2db-eed04425a207' |
| 4 | + Language='1033' Codepage='1252' Version='0.5.0' Manufacturer='Marcello Mamino'> |
5 | 5 |
|
6 | 6 | <Package Id='*' Keywords='Installer'
|
7 |
| - Description='Tg 0.4.99 Installer' |
| 7 | + Description='Tg 0.5.0 Installer' |
8 | 8 | Manufacturer='Marcello Mamino'
|
9 | 9 | InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
|
10 | 10 |
|
|
17 | 17 | <Directory Id='ProgramFilesFolder' Name='PFiles'>
|
18 | 18 | <Directory Id='INSTALLDIR' Name='tg-timer'>
|
19 | 19 |
|
20 |
| - <Component Id='MainExecutable' Guid='85641299-1352-4d6e-962b-3f632d58a0b4'> |
| 20 | + <Component Id='MainExecutable' Guid='c8210ac7-1900-4339-9825-a6d0694ecc6b'> |
21 | 21 | <File Id='TgEXE' Name='tg.exe' DiskId='1' Source='tg.exe' KeyPath='yes'>
|
22 |
| - <Shortcut Id='startmenuTg' Directory='ProgramMenuDir' Name='Tg 0.4.99' WorkingDirectory='INSTALLDIR' Icon='tg.exe' IconIndex='0' Advertise='yes' /> |
23 |
| - <Shortcut Id='desktopTg' Directory='DesktopFolder' Name='Tg 0.4.99' WorkingDirectory='INSTALLDIR' Icon='tg.exe' IconIndex='0' Advertise='yes' /> |
| 22 | + <Shortcut Id='startmenuTg' Directory='ProgramMenuDir' Name='Tg 0.5.0' WorkingDirectory='INSTALLDIR' Icon='tg.exe' IconIndex='0' Advertise='yes' /> |
| 23 | + <Shortcut Id='desktopTg' Directory='DesktopFolder' Name='Tg 0.5.0' WorkingDirectory='INSTALLDIR' Icon='tg.exe' IconIndex='0' Advertise='yes' /> |
24 | 24 | </File>
|
25 | 25 | <File Id='TgDocumentICO' Name='tg-document.ico' Source='tg-document.ico' />
|
26 | 26 | <ProgId Id='TgjFile' Description='Tg data file' Icon='TgDocumentICO'>
|
|
30 | 30 | </ProgId>
|
31 | 31 | </Component>
|
32 | 32 |
|
33 |
| - <Component Id='License' Guid='d283d117-b550-4e75-94bd-48aa3183462c'> |
| 33 | + <Component Id='License' Guid='bae8c647-10b0-43b2-9373-7ce83d066062'> |
34 | 34 | <File Id='License' Name='LICENSE' DiskId='1' Source='LICENSE' KeyPath='yes' />
|
35 | 35 | </Component>
|
36 | 36 |
|
37 |
| - <Component Id='Readme' Guid='e47614ca-8f88-4b7b-a2f5-850913490170'> |
| 37 | + <Component Id='Readme' Guid='6e6ae226-5a2b-4604-97fa-c931ccedab73'> |
38 | 38 | <File Id='Readme' Name='README.md' DiskId='1' Source='README.md' KeyPath='yes' />
|
39 | 39 | </Component>
|
40 | 40 |
|
41 | 41 | </Directory>
|
42 | 42 | </Directory>
|
43 | 43 |
|
44 | 44 | <Directory Id='ProgramMenuFolder' Name='Programs'>
|
45 |
| - <Directory Id='ProgramMenuDir' Name='Tg 0.4.99'> |
46 |
| - <Component Id='ProgramMenuDir' Guid='46c25851-1c8c-430f-8617-21cd16450ff4'> |
| 45 | + <Directory Id='ProgramMenuDir' Name='Tg 0.5.0'> |
| 46 | + <Component Id='ProgramMenuDir' Guid='1c065e58-79d8-4bb7-a3b6-364e597137fd'> |
47 | 47 | <RemoveFolder Id='ProgramMenuDir' On='uninstall' />
|
48 | 48 | <RegistryValue Root='HKCU' Key='Software\[Manufacturer]\[ProductName]' Type='string' Value='' KeyPath='yes' />
|
49 | 49 | </Component>
|
|
0 commit comments