Re: [WiX-users] Component installed even if not part of selected feature

2009-09-15 Thread Blair
First thing I see is a component rule violation: C1 and C2 have the same
keypath (assuming both components are in the same directory). File F1 should
be installed by one and only one component (same with every other resource).

You will need to fix that somehow, since violations of the component rules,
by definition, lead to unexpected and sometimes unexplainable behaviors.

-Original Message-
From: fiordean dacian [mailto:dfiord...@yahoo.com] 
Sent: Tuesday, September 15, 2009 7:35 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Component installed even if not part of selected
feature

Hi,

I have something like


   
   
   
   
   ...
   ...




   

   

   

   ...

   ...




   ...






   
      



    


I select "Full" feature for installation; I know it's correct because C3
component files are installed. But I also get the shortcuts from C1
component created which looks like the C1 is installed as well (basically C1
and C2 differs only by a shortcut as above, the files are exactly the same)
even if not part of "Full" install.

I saw someone already had a similar problem but can't seem to find an answer
for my problem in the answers he got (I don't plan using conditions)

http://sourceforge.net/mailarchive/forum.php?thread_name=45f1db380908240448n
2c4a5594y3a5e9ee8437ee399%40mail.gmail.com&forum_name=wix-users

Did anyone had a similar problem? Thanks





  

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Component installed even if not part of selected feature

2009-09-15 Thread fiordean dacian
Hi thanks Pally

I confirm the C1 and C2 file IDs are all different (I missed that in my example 
for C2)

--- On Tue, 9/15/09, Pally Sandher  wrote:

From: Pally Sandher 
Subject: Re: [WiX-users] Component installed even if not part of selected 
feature
To: "General discussion for Windows Installer XML toolset." 

Date: Tuesday, September 15, 2009, 5:58 PM

Give both app.exe unique File Id's & I suspect the shortcuts won't appear.



Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer


-Original Message-
From: fiordean dacian [mailto:dfiord...@yahoo.com] 
Sent: 15 September 2009 15:35
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Component installed even if not part of selected feature

Hi,

I have something like


   
   
   
   
   ...
   ...




   

   

   

   ...

   ...




   ...






   
   



    


I select "Full" feature for installation; I know it's correct because C3 
component files are installed. But I also get the shortcuts from C1 component 
created which looks like the C1 is installed as well (basically C1 and C2 
differs only by a shortcut as above, the files are exactly the same) even if 
not part of "Full" install.

I saw someone already had a similar problem but can't seem to find an answer 
for my problem in the answers he got (I don't plan using conditions)

http://sourceforge.net/mailarchive/forum.php?thread_name=45f1db380908240448n2c4a5594y3a5e9ee8437ee399%40mail.gmail.com&forum_name=wix-users

Did anyone had a similar problem? Thanks





      
--
Come build with us! The BlackBerry® Developer Conference in SF, CA is the 
only developer event you need to attend this year. Jumpstart your developing 
skills, take BlackBerry mobile applications to market and stay ahead of the 
curve. Join us from November 9-12, 2009. Register now! 
http://p.sf.net/sfu/devconf ___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Component installed even if not part of selected feature

2009-09-15 Thread Pally Sandher
Give both app.exe unique File Id's & I suspect the shortcuts won't appear.



Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer


-Original Message-
From: fiordean dacian [mailto:dfiord...@yahoo.com] 
Sent: 15 September 2009 15:35
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Component installed even if not part of selected feature

Hi,

I have something like


   
   
   
   
   ...
   ...




   

   

   

   ...

   ...




   ...






   
   



    


I select "Full" feature for installation; I know it's correct because C3 
component files are installed. But I also get the shortcuts from C1 component 
created which looks like the C1 is installed as well (basically C1 and C2 
differs only by a shortcut as above, the files are exactly the same) even if 
not part of "Full" install.

I saw someone already had a similar problem but can't seem to find an answer 
for my problem in the answers he got (I don't plan using conditions)

http://sourceforge.net/mailarchive/forum.php?thread_name=45f1db380908240448n2c4a5594y3a5e9ee8437ee399%40mail.gmail.com&forum_name=wix-users

Did anyone had a similar problem? Thanks





  
--
Come build with us! The BlackBerry® Developer Conference in SF, CA is the 
only developer event you need to attend this year. Jumpstart your developing 
skills, take BlackBerry mobile applications to market and stay ahead of the 
curve. Join us from November 9-12, 2009. Register now! 
http://p.sf.net/sfu/devconf ___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Component installed even if not part of selected feature

2009-09-15 Thread fiordean dacian
Hi,

I have something like


   
   
   
   
   ...
   ...




   

   

   

   ...

   ...




   ...






   
      



    


I select "Full" feature for installation; I know it's correct because C3 
component files are installed. But I also get the shortcuts from C1 component 
created which looks like the C1 is installed as well (basically C1 and C2 
differs only by a shortcut as above, the files are exactly the same) even if 
not part of "Full" install.

I saw someone already had a similar problem but can't seem to find an answer 
for my problem in the answers he got (I don't plan using conditions)

http://sourceforge.net/mailarchive/forum.php?thread_name=45f1db380908240448n2c4a5594y3a5e9ee8437ee399%40mail.gmail.com&forum_name=wix-users

Did anyone had a similar problem? Thanks





  
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users