Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # IT:AD:WiX:HowTo:Create a Product Element # <callout type="Navigation" class="small"> * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} </callout> ## Process ## As shown in [[IT/AD/WiX/Concepts/XPS/File/Schema/]] the basic file schema is: <wix namepace="..."> <!-- describes the app being installed --> <product> <!-- describes the msi package of the product --> <package/> <!-- describes the cab's within the msi --> <media/> </product> </wix> The `product` tag is created with a unique id as follows: <product Id="c2a7..." Manufacturer="XAct Software Solutions, Inc." Name="TheProduct" Version="0.0.1" UpgradeCode="d4e3..."> <Package InstallerVersion="200" Compressed="yes" Manufacturer="XAct Software Solutions, Inc." Description="A wonderful app!" Comments="..." Platform="x86" InstallerPriveleges="elevated" InstallScope="perMachine"/> >Note: Product != Package /home/skysigal/public_html/data/pages/it/ad/wix/howto/create_a_product_element.txt Last modified: 2023/11/04 02:02by 127.0.0.1