Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Namrata Kumari
I have 

still my installed app is not visible in Program feature.


But I ahve entries in registry as
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{92A902C7-9B79-4F5D-B2B5-88BBA4FF723C}
and I have all entries there. Please help



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installed-app-not-showing-up-in-add-remove-programs-tp4592736p7594910.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


[WiX-users] Best approach to override file versioning

2014-05-26 Thread Jesper Alf Dam
We have a product that ships with a number of independently versioned 
third-party libraries, in addition to our own files (whose file versions 
follow the product version)

Now, we've encountered a situation where some of the third party files 
we want to ship in our installer have a lower version than the ones used 
in our previous release.

This means that when a user tries to run the installer to upgrade the 
product, the following happens:

1. during the "costing" step, MSI figures that it already has a newer 
version of the file than the one we're trying to install (and therefore, 
there is no need to install the file from our installer)
2. MSI then uninstalls the old product version, removing the *newer* 
version of the file
3. MSI then installs the files from the new product version, except for 
the ones that got filtered out in step 1

The end result is that we get the new version of our product installed, 
but without the files whose versions were bumped "down". The existing 
version of those files has been uninstalled, and the version from the 
installer has been skipped, leaving us with neither. And this leaves us 
with a product that doesn't actually *work*.

This process strikes me as pretty obviously broken, but that is a matter 
for the Windows Installer.

Here and now, it is only a couple of files that have this problem, and 
we could handle those as a special case, but we would like to find a 
general solution that ensures that "whatever we have in the installer 
gets installed". We ship a set of files that have been tested together, 
and which form a complete, coherent product, and if, at some point in 
the future, we again choose/need to ship a few files whose versions have 
decreased since the last release, then we don't want to have to 
special-case that to make sure the right files get installed.

We would like to ensure that if newproductversion > oldproductversion, 
then *all* files from newproductversion get installed.

Note that all our files are installed locally for our product only. We 
don't install any shared DLLs, where versioning would obviously be more 
complicated. In our case, we really just want WiX and MSI to base their 
decisions on the product version, not the file versions, for all our 
files, now and in the future.

What would be the best way to achieve this?

We could use REINSTALLMODE=amus, but that seems like the sledgehammer 
approach. It is my understanding that this property is intended for 
administrative installs to specify, rather than something that should be 
burnt into the installer itself. Is there a better approach?


Thanks,

Jesper

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


Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Karkare,Aparna
By any chance is below being used in your file?



If yes, this should be removed.

Aparna Karkare
L&T Infotech
OAI-sys, Enterprise Components and Frameworks
Office: 020-6641-6142
Email: akark...@travelers.com

-Original Message-
From: Namrata Kumari [mailto:namrata.kum...@aspiresys.com]
Sent: Monday, May 26, 2014 6:14 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Installed app not showing up in add/remove programs

I have 

still my installed app is not visible in Program feature.


But I ahve entries in registry as
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{92A902C7-9B79-4F5D-B2B5-88BBA4FF723C}
and I have all entries there. Please help



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installed-app-not-showing-up-in-add-remove-programs-tp4592736p7594910.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

This communication, including attachments, is confidential, may be subject to 
legal privileges, and is intended for the sole use of the addressee. Any use, 
duplication, disclosure or dissemination of this communication, other than by 
the addressee, is prohibited. If you have received this communication in error, 
please notify the sender immediately and delete or destroy this communication 
and all copies.

TRVDiscDefault::1201

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


Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Phil Wilson
Those Uninstall registry entries will have a SystemComponent item with
a value of 1 if you've set ARPSYSTEMCOMPONENT to 1.
---
Phil Wilson


On Mon, May 26, 2014 at 5:25 AM, Karkare,Aparna  wrote:
> By any chance is below being used in your file?
>
> 
>
> If yes, this should be removed.
>
> Aparna Karkare
> L&T Infotech
> OAI-sys, Enterprise Components and Frameworks
> Office: 020-6641-6142
> Email: akark...@travelers.com
>
> -Original Message-
> From: Namrata Kumari [mailto:namrata.kum...@aspiresys.com]
> Sent: Monday, May 26, 2014 6:14 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Installed app not showing up in add/remove programs
>
> I have  InstallScope="perMachine" />
>
> still my installed app is not visible in Program feature.
>
>
> But I ahve entries in registry as
> HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{92A902C7-9B79-4F5D-B2B5-88BBA4FF723C}
> and I have all entries there. Please help
>
>
>
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installed-app-not-showing-up-in-add-remove-programs-tp4592736p7594910.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
> 
> This communication, including attachments, is confidential, may be subject to 
> legal privileges, and is intended for the sole use of the addressee. Any use, 
> duplication, disclosure or dissemination of this communication, other than by 
> the addressee, is prohibited. If you have received this communication in 
> error, please notify the sender immediately and delete or destroy this 
> communication and all copies.
>
> TRVDiscDefault::1201
>
> --
> 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


Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Jeremiahf
This may be extra info but I use a config.wxi file and set the values in
there and just reference them with variables like below.

However, you should probably set your values like below except you don't
have to use variables. Just set the values that you need applied.

  



Then you can use property id's to control what is in add/remove programs.





Others you can use are ( just off the top of my head).
ARPNOMODIFY
ARPNOREPAIR



On Mon, May 26, 2014 at 1:13 PM, Phil Wilson  wrote:

> Those Uninstall registry entries will have a SystemComponent item with
> a value of 1 if you've set ARPSYSTEMCOMPONENT to 1.
> ---
> Phil Wilson
>
>
> On Mon, May 26, 2014 at 5:25 AM, Karkare,Aparna 
> wrote:
> > By any chance is below being used in your file?
> >
> > 
> >
> > If yes, this should be removed.
> >
> > Aparna Karkare
> > L&T Infotech
> > OAI-sys, Enterprise Components and Frameworks
> > Office: 020-6641-6142
> > Email: akark...@travelers.com
> >
> > -Original Message-
> > From: Namrata Kumari [mailto:namrata.kum...@aspiresys.com]
> > Sent: Monday, May 26, 2014 6:14 AM
> > To: wix-users@lists.sourceforge.net
> > Subject: Re: [WiX-users] Installed app not showing up in add/remove
> programs
> >
> > I have  > InstallScope="perMachine" />
> >
> > still my installed app is not visible in Program feature.
> >
> >
> > But I ahve entries in registry as
> >
> HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{92A902C7-9B79-4F5D-B2B5-88BBA4FF723C}
> > and I have all entries there. Please help
> >
> >
> >
> > --
> > View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installed-app-not-showing-up-in-add-remove-programs-tp4592736p7594910.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
> > 
> > This communication, including attachments, is confidential, may be
> subject to legal privileges, and is intended for the sole use of the
> addressee. Any use, duplication, disclosure or dissemination of this
> communication, other than by the addressee, is prohibited. If you have
> received this communication in error, please notify the sender immediately
> and delete or destroy this communication and all copies.
> >
> > TRVDiscDefault::1201
> >
> >
> --
> > 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
>



-- 
"They may forget what you said but they will never forget how you made them
feel." -- Anonymous
--
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


Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Namrata Kumari



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





any comments
contact info
URL for technical support
URL for general info about the
product
URL for product 
updates
URL for technical 
support
path
app size in kilobytes
0














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


[WiX-users] Remove Open Folders on uninstall

2014-05-26 Thread Arun Krishnan [ NeSTIT]
Hi Guys

 

I have an installer, which is working perfect , But when I try
uninstall, and  if any of the folders are open (I sometimes forget to
close the "log" file folder), the entire folder structure, till that
folder won't be removed. Is there any fix for this ?

 

Thanks

ArunK

 

 

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