1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
< Product Id = "*" Name = "$(var.Name)" Language = "1033" Version = "$(var.ProductVersion)" Manufacturer = "$(var.Manufacturer)" UpgradeCode = "3ec8042e-562c-4d43-9555-80b9ef0d4f2d" > < Package InstallerVersion = "200" Compressed = "yes" InstallScope = "perMachine" /> < MajorUpgrade DowngradeErrorMessage = "A newer version of [ProductName] is already installed." /> < MediaTemplate /> < Feature Id = "ProductFeature" Title = "Test_Install" Level = "1" > < ComponentGroupRef Id = "ProductComponents" /> </ Feature > <!--Simple UI for Install--> < UIRef Id = "WixUI_Minimal" /> </ Product > ... |