<?xml version="1.0" encoding="UTF-8"?>

<?include "DeclareVar.wxi"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
     xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";
     xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension";
     xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
        <Product Id="6974CCDC-3110-481A-AC96-3C3A602E9B6D" Name="CincomGuru1"
Language="1033" Version="1.0.0.0" Manufacturer="Cincom"
UpgradeCode="1138bcc1-2d00-4e7c-9656-6980898f3906">
                <Package InstallerVersion="200" Compressed="yes" 
InstallScope="perMachine"
/>

                <MajorUpgrade DowngradeErrorMessage="A newer version of 
[ProductName] is
already installed." />
                <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
                <Property Id='ARPCOMMENTS'>any comments</Property>
                <Property Id='ARPCONTACT'>contact info</Property>
                <Property Id='ARPHELPLINK'>URL for technical support</Property>
                <Property Id='ARPURLINFOABOUT'>URL for general info about the
product</Property>
                <Property Id='ARPURLUPDATEINFO'>URL for product 
updates</Property>
                <Property Id='ARPHELPTELEPHONE'>URL for technical 
support</Property>
                <Property Id='ARPREADME'>path</Property>
                <Property Id='ARPSIZE'>app size in kilobytes</Property>
                <Property Id='ARPSYSTEMCOMPONENT'>0</Property>
                <Feature Id="AppBuilderFeature" Title="CincomGuru1" Level="1">
                        <ComponentGroupRef Id="AppBuilderComp"/>
                        <ComponentGroupRef Id="ProgFilesComp" />
                        <ComponentGroupRef Id="IISfolderFilesComp" />
                </Feature>
                <SetDirectory Id="IISfolderFilesDir" Value="C:\inetpub\wwwroot" 
/>
                <SetDirectory Id="AppBuilderDir" Value="C:\cincom\appbuilder" />
                <UIRef Id="WixUI_Common" />
                <WixVariable Id="WixUILicenseRtf" Value="D:\license.rtf"/>
        </Product>




Above is the code I have ...... I am still not getting entry in Program
Feature




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installed-app-not-showing-up-in-add-remove-programs-tp4592736p7594917.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
The best possible search technologies are now affordable for all companies.
Download your FREE open source Enterprise Search Engine today!
Our experts will assist you in its installation for $59/mo, no commitment.
Test it for FREE on our Cloud platform anytime!
http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to