|
1 | 1 | <?xml version='1.0' encoding='windows-1252'?> |
2 | 2 | <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'> |
3 | | - <Product Name='CodeQuery 1.0.0 (Qt5, 64-bit)' Manufacturer='ruben2020_foss' |
| 3 | + <Product Name='CodeQuery 1.0.1 (Qt5, 64-bit)' Manufacturer='ruben2020_foss' |
4 | 4 | Id='*' |
5 | 5 | UpgradeCode='2368ce2d-f635-4c8c-9b92-6fa348b292af' |
6 | | - Language='1033' Codepage='1252' Version='1.0.0'> |
7 | | - <Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.0 (Qt5, 64-bit) Installer" |
| 6 | + Language='1033' Codepage='1252' Version='1.0.1'> |
| 7 | + <Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.1 (Qt5, 64-bit) Installer" |
8 | 8 | Comments='Copyright 2013-2024 (C) ruben2020' Manufacturer='ruben2020_foss' |
9 | 9 | InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252' |
10 | 10 | Platform="x64" /> |
|
37 | 37 | <Directory Id='TARGETDIR' Name='SourceDir'> |
38 | 38 | <Directory Id='ProgramFilesFolder' Name='PFiles'> |
39 | 39 | <Directory Id='CodeQuery' Name='CodeQuery'> |
40 | | - <Directory Id='INSTALLDIR' Name='CodeQuery 1.0.0 64bit'> |
| 40 | + <Directory Id='INSTALLDIR' Name='CodeQuery 1.0.1 64bit'> |
41 | 41 | <Component Id='CodeQueryGUI_64bit' Guid='2989278c-93cd-4ef7-a692-4eef77e747fb'> |
42 | 42 | <File Id='codequeryEXE' Name='codequery.exe' DiskId='1' Source='codequery.exe' KeyPath='yes'> |
43 | 43 | <Shortcut Id="startmenuCodeQueryShortcut" Directory="AppProgramMenuFolder" Name="CodeQuery" |
|
162 | 162 | </Directory> |
163 | 163 | </Directory> |
164 | 164 | <Directory Id="ProgramMenuFolder" Name="Programs"> |
165 | | - <Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.0 (64-bit)" /> |
| 165 | + <Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.1 (64-bit)" /> |
166 | 166 | </Directory> |
167 | 167 | </Directory> |
168 | 168 | <DirectoryRef Id="AppProgramMenuFolder"> |
|
171 | 171 | <RegistryValue Root='HKCU' Key='Software\[Manufacturer]\[ProductName]' Type='string' Value='' KeyPath='yes' /> |
172 | 172 | </Component> |
173 | 173 | </DirectoryRef> |
174 | | - <Feature Id='Complete' Title='CodeQuery 1.0.0 (Qt5, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'> |
| 174 | + <Feature Id='Complete' Title='CodeQuery 1.0.1 (Qt5, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'> |
175 | 175 | <ComponentRef Id='CodeQueryGUI_64bit' /> |
176 | 176 | <ComponentRef Id='cqmakedb_64bit' /> |
177 | 177 | <ComponentRef Id='cqsearch_64bit' /> |
|
0 commit comments