...and once again, if those uninstall registry entries have a
SystemComponent item with a value of 1 then ARPSYSTEMCOMPONENT *IS*
your problem, and the next step would be figuring out how it's getting
set, maybe an included merge module etc.
---------------
Phil Wilson


On Tue, May 27, 2014 at 7:20 AM, Nicolás Alvarez
<nicolas.alva...@gmail.com> wrote:
> 2014-05-27 1:54 GMT-03:00 Namrata Kumari <namrata.kum...@aspiresys.com>:
>> <?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
>
> Maybe the presence of ARPSYSTEMCOMPONENT makes it hidden even if you
> set it to 0, try removing it altogether.
>
> --
> Nicolás
>
> ------------------------------------------------------------------------------
> 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

------------------------------------------------------------------------------
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