[WiX-users] Wix User

2011-02-02 Thread Thanganangai
Hi,

I would like to join wix user list. This is my email id:

thangananga...@iinterchange.com

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Registering Classic ASP (ISAPI) in IIS 7 with WiX 3.5

2011-02-02 Thread Christoph Vollmer
Hi,

 

I need to ask again. We need to register Classic ASP in IIS 7 if it is
not registered as ISAP extension. With 3.0 this worked fine, but with
3.5 it will fail the install if there is already something installed.
Via UI I can register the asp.dll as often as I want, no problem. Last
time somebody mentioned, that IIS 6 is not needed, but somebody else
said there is no other way than the standard IIS extension in WiX. So,
before I start with Custom Actions, can somebody help me? Why is the
following line 

 

Not working with WiX 3.5 on IIS 7 if there is already something
registered with this asp.dll? WiX 3.0 did just override that
registration. Is there an easy way (without Custom Action) to check if
this DLL is already registered and then branch (with Condition) to not
try to register it?

Thanks,

  Christoph

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Neil Sleightholm
I have but I don't see how that helps, on upgrade I don't think it
restores your install location - unless I am mistaken.

Neil

-Original Message-
From: Christopher Painter [mailto:chr...@deploymentengineering.com] 
Sent: 02 February 2011 21:20
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] install location not preserved while
upgradation

Has no one read :-)

http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how-
to-set-it-with-the-WiX-toolset



 
---
Christopher Painter, Author of Deployment Engineering Blog Have a hot
tip, know a secret or read a really good thread that deserves attention?
E-Mail Me



- Original Message 
From: Jeremy Farrell 
To: General discussion for Windows Installer XML toolset. 

Sent: Wed, February 2, 2011 3:07:56 PM
Subject: Re: [WiX-users] install location not preserved while
upgradation

Feel free to contribute the implementation and documentation. 

> From: Sanjay Rao [mailto:s...@noida.interrasystems.com] 
> Sent: Wednesday, February 02, 2011 8:48 PM
> 
> There should be simpler method like "MigrateFeatures" in 
> "UpgradeVersion"element.
> 
> On 02-02-2011 12:24, Neil Sleightholm wrote:
> > I believe the registry is the only way:
> > 
> http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-R
> emember-Pr
> > operty-pattern
> >
> > You could set the ARPINSTALLLOCATION
> > 
> http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATIO
> N-and-how-
> > to-set-it-with-the-WiX-toolset but I don't know how you would recall
> > that.
> >
> > Neil
> >
> > -Original Message-
> > From: Sanjay Rao [mailto:s...@noida.interrasystems.com]
> > Sent: 02 February 2011 19:01
> >
> > Hi,
> >
> > Every time when I upgrade my software, install location 
> dialog shows the
> > default install location, It does not picks the previously installed
> > location automatically. Is there any way to do this other than
> > storing/searching registry keys. Pointer to a article is 
> also welcome.
> >
> > Thanks in advance.
> >
> > Regards,
> > Sanjay Rao

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Hybrid installer

2011-02-02 Thread Suiden

Hello,

I am trying to use Wix to make a installer for the following scenario: my
application has 3 critical components: foo, bar and baz. Foo is created on
demand when a user clicks the download link. Bar and baz remain unchanged
and they both depend on foo. They are also quite large and I want the
installer to be as small as possible when users download it. I was thinking
the installer needs to contain only foo and download bar and baz from my web
site during install (like a web installer does), while showing download
progress. Question is: what is the best way do this with Wix?

I have thought of several ways, each with their issues:
1. run a custom action after InstallInitialize which downloads the missing
components to some temp location and copies them to install location.
Issues:
- the missing files are not included in the database so they will not be
removed on uninstall. One way to fix this is to include 0-bytes bar and baz
which get installed by msi and then overwrite them with the downloaded ones.
However what will be downloaded will be a zip and the custom action needs to
also unpack it. I feel this is something the msi was supposed to do...
- cost will not be accurate. I don't suppose I could just update the
file table?

2. create a minor upgrade msp which contains just bar and baz, which will be
downloaded instead. Issues:
- adding missing components is not exactly a minor upgrade
- can't use the msp during deferred installation. My best shot would
probably be to run msiexec with /patch arg which means this is not the job
of the installer anymore, it's the bootstrapper's. I don't know if can use
setupbld.exe to specify how to run the msi.

Any help on this will be highly appreciated. Thanks!
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Hybrid-installer-tp5986639p5986639.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Wilson, Phil
Alex Shevchuk has a component search example here..

http://blogs.technet.com/b/alexshev/archive/2008/02/10/from-msi-to-wix-part-3.aspx
 

Phil Wilson 


-Original Message-
From: Sanjay Rao [mailto:s...@noida.interrasystems.com] 
Sent: Wednesday, February 02, 2011 1:02 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] install location not preserved while upgradation

what will be way to do this using WIX ?
I ruled out the registry storing/retrieving method, because there is a 
considerable amount of xml needs to be written for it. I would not mind 
it if there is some straightaway method of getting older install 
location using WIX.

Regards,
Sanjay Rao

On 02-02-2011 12:43, Wilson, Phil wrote:
> Setting ARPINSTALLLOCATION allows retrieval of the location using 
> MsiGetProductInfo(...INSTALLPROPERTY_INSTALLLOCATION...) so I guess the 
> "other than storing registry keys" requirement would be met, but 
> storing/retrieving the install location from the registry is trivial anyway 
> with built-in MSI functionality. Sanjay doesn't say why the registry method 
> is ruled out.
>
> Alternatively, if you know of a component that is in that primary install 
> folder, then do a component search for it via AppSearch to set the path.
>
> Phil Wilson
>
>
> -Original Message-
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: Wednesday, February 02, 2011 12:25 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] install location not preserved while upgradation
>
> I believe the registry is the only way:
> http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Pr
> operty-pattern
>
> You could set the ARPINSTALLLOCATION
> http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how-
> to-set-it-with-the-WiX-toolset but I don't know how you would recall
> that.
>
> Neil
>
> -Original Message-
> From: Sanjay Rao [mailto:s...@noida.interrasystems.com]
> Sent: 02 February 2011 19:01
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] install location not preserved while upgradation
>
> Hi,
>
> Every time when I upgrade my software, install location dialog shows the
> default install location, It does not picks the previously installed
> location automatically. Is there any way to do this other than
> storing/searching registry keys. Pointer to a article is also welcome.
>
> Thanks in advance.
>
> Regards,
> Sanjay Rao
>
> 
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
> 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> *** Confidentiality Notice: This e-mail, including any associated or attached 
> files, is intended solely for the individual or entity to which it is 
> addressed. This e-mail is confidential and may well also be legally 
> privileged. If you have received it in error, you are on notice of its 
> status. Please notify the sender immediately by reply e-mail and then delete 
> this message from your system. Please do not copy it or use it for any 
> purposes, or disclose its contents to any other person. This email comes from 
> a division of the Invensys Group, owned by Invensys plc, which is a company 
> registered in England and Wales with its registered office at 3rd Floor, 40 
> Grosvenor Place, London, SW1X 7AW (Registered number 166023). For a list of 
> European legal entities within the Invensys Group, please go to 
> http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.
>
> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
> recept...@invensys.com. This e-mail and any attachments thereto may be 
> subject to the terms of any agreements between Invensys (and/or its 
> subsidiaries and affiliates) and the recipient (and/or its subsidiaries and 
> affiliates).
>
>
>
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-

Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Christopher Painter
Has no one read :-)

http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how-to-set-it-with-the-WiX-toolset



 
---
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me



- Original Message 
From: Jeremy Farrell 
To: General discussion for Windows Installer XML toolset. 

Sent: Wed, February 2, 2011 3:07:56 PM
Subject: Re: [WiX-users] install location not preserved while upgradation

Feel free to contribute the implementation and documentation. 

> From: Sanjay Rao [mailto:s...@noida.interrasystems.com] 
> Sent: Wednesday, February 02, 2011 8:48 PM
> 
> There should be simpler method like "MigrateFeatures" in 
> "UpgradeVersion"element.
> 
> On 02-02-2011 12:24, Neil Sleightholm wrote:
> > I believe the registry is the only way:
> > 
> http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-R
> emember-Pr
> > operty-pattern
> >
> > You could set the ARPINSTALLLOCATION
> > 
> http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATIO
> N-and-how-
> > to-set-it-with-the-WiX-toolset but I don't know how you would recall
> > that.
> >
> > Neil
> >
> > -Original Message-
> > From: Sanjay Rao [mailto:s...@noida.interrasystems.com]
> > Sent: 02 February 2011 19:01
> >
> > Hi,
> >
> > Every time when I upgrade my software, install location 
> dialog shows the
> > default install location, It does not picks the previously installed
> > location automatically. Is there any way to do this other than
> > storing/searching registry keys. Pointer to a article is 
> also welcome.
> >
> > Thanks in advance.
> >
> > Regards,
> > Sanjay Rao
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Michael Osmond
Hate to say this, but write it to a registry key and read it back is the only 
way I am aware of to do this.

Its not very much XML:  You need a component with a registry entry, a property 
with a registry search.


Michael


-Original Message-
From: Sanjay Rao [mailto:s...@noida.interrasystems.com] 
Sent: Thursday, 3 February 2011 7:02 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] install location not preserved while upgradation

what will be way to do this using WIX ?
I ruled out the registry storing/retrieving method, because there is a 
considerable amount of xml needs to be written for it. I would not mind 
it if there is some straightaway method of getting older install 
location using WIX.

Regards,
Sanjay Rao

On 02-02-2011 12:43, Wilson, Phil wrote:
> Setting ARPINSTALLLOCATION allows retrieval of the location using 
> MsiGetProductInfo(...INSTALLPROPERTY_INSTALLLOCATION...) so I guess the 
> "other than storing registry keys" requirement would be met, but 
> storing/retrieving the install location from the registry is trivial anyway 
> with built-in MSI functionality. Sanjay doesn't say why the registry method 
> is ruled out.
>
> Alternatively, if you know of a component that is in that primary install 
> folder, then do a component search for it via AppSearch to set the path.
>
> Phil Wilson
>
>
> -Original Message-
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: Wednesday, February 02, 2011 12:25 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] install location not preserved while upgradation
>
> I believe the registry is the only way:
> http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Pr
> operty-pattern
>
> You could set the ARPINSTALLLOCATION
> http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how-
> to-set-it-with-the-WiX-toolset but I don't know how you would recall
> that.
>
> Neil
>
> -Original Message-
> From: Sanjay Rao [mailto:s...@noida.interrasystems.com]
> Sent: 02 February 2011 19:01
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] install location not preserved while upgradation
>
> Hi,
>
> Every time when I upgrade my software, install location dialog shows the
> default install location, It does not picks the previously installed
> location automatically. Is there any way to do this other than
> storing/searching registry keys. Pointer to a article is also welcome.
>
> Thanks in advance.
>
> Regards,
> Sanjay Rao
>
> 
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
> 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> *** Confidentiality Notice: This e-mail, including any associated or attached 
> files, is intended solely for the individual or entity to which it is 
> addressed. This e-mail is confidential and may well also be legally 
> privileged. If you have received it in error, you are on notice of its 
> status. Please notify the sender immediately by reply e-mail and then delete 
> this message from your system. Please do not copy it or use it for any 
> purposes, or disclose its contents to any other person. This email comes from 
> a division of the Invensys Group, owned by Invensys plc, which is a company 
> registered in England and Wales with its registered office at 3rd Floor, 40 
> Grosvenor Place, London, SW1X 7AW (Registered number 166023). For a list of 
> European legal entities within the Invensys Group, please go to 
> http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.
>
> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
> recept...@invensys.com. This e-mail and any attachments thereto may be 
> subject to the terms of any agreements between Invensys (and/or its 
> subsidiaries and affiliates) and the recipient (and/or its subsidiaries and 
> affiliates).
>
>
>
> --
> Special Offer-- Downloa

Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Jeremy Farrell
Feel free to contribute the implementation and documentation. 

> From: Sanjay Rao [mailto:s...@noida.interrasystems.com] 
> Sent: Wednesday, February 02, 2011 8:48 PM
> 
> There should be simpler method like "MigrateFeatures" in 
> "UpgradeVersion"element.
> 
> On 02-02-2011 12:24, Neil Sleightholm wrote:
> > I believe the registry is the only way:
> > 
> http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-R
> emember-Pr
> > operty-pattern
> >
> > You could set the ARPINSTALLLOCATION
> > 
> http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATIO
> N-and-how-
> > to-set-it-with-the-WiX-toolset but I don't know how you would recall
> > that.
> >
> > Neil
> >
> > -Original Message-
> > From: Sanjay Rao [mailto:s...@noida.interrasystems.com]
> > Sent: 02 February 2011 19:01
> >
> > Hi,
> >
> > Every time when I upgrade my software, install location 
> dialog shows the
> > default install location, It does not picks the previously installed
> > location automatically. Is there any way to do this other than
> > storing/searching registry keys. Pointer to a article is 
> also welcome.
> >
> > Thanks in advance.
> >
> > Regards,
> > Sanjay Rao
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Sanjay Rao
what will be way to do this using WIX ?
I ruled out the registry storing/retrieving method, because there is a 
considerable amount of xml needs to be written for it. I would not mind 
it if there is some straightaway method of getting older install 
location using WIX.

Regards,
Sanjay Rao

On 02-02-2011 12:43, Wilson, Phil wrote:
> Setting ARPINSTALLLOCATION allows retrieval of the location using 
> MsiGetProductInfo(...INSTALLPROPERTY_INSTALLLOCATION...) so I guess the 
> "other than storing registry keys" requirement would be met, but 
> storing/retrieving the install location from the registry is trivial anyway 
> with built-in MSI functionality. Sanjay doesn't say why the registry method 
> is ruled out.
>
> Alternatively, if you know of a component that is in that primary install 
> folder, then do a component search for it via AppSearch to set the path.
>
> Phil Wilson
>
>
> -Original Message-
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: Wednesday, February 02, 2011 12:25 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] install location not preserved while upgradation
>
> I believe the registry is the only way:
> http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Pr
> operty-pattern
>
> You could set the ARPINSTALLLOCATION
> http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how-
> to-set-it-with-the-WiX-toolset but I don't know how you would recall
> that.
>
> Neil
>
> -Original Message-
> From: Sanjay Rao [mailto:s...@noida.interrasystems.com]
> Sent: 02 February 2011 19:01
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] install location not preserved while upgradation
>
> Hi,
>
> Every time when I upgrade my software, install location dialog shows the
> default install location, It does not picks the previously installed
> location automatically. Is there any way to do this other than
> storing/searching registry keys. Pointer to a article is also welcome.
>
> Thanks in advance.
>
> Regards,
> Sanjay Rao
>
> 
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
> 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> *** Confidentiality Notice: This e-mail, including any associated or attached 
> files, is intended solely for the individual or entity to which it is 
> addressed. This e-mail is confidential and may well also be legally 
> privileged. If you have received it in error, you are on notice of its 
> status. Please notify the sender immediately by reply e-mail and then delete 
> this message from your system. Please do not copy it or use it for any 
> purposes, or disclose its contents to any other person. This email comes from 
> a division of the Invensys Group, owned by Invensys plc, which is a company 
> registered in England and Wales with its registered office at 3rd Floor, 40 
> Grosvenor Place, London, SW1X 7AW (Registered number 166023). For a list of 
> European legal entities within the Invensys Group, please go to 
> http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.
>
> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
> recept...@invensys.com. This e-mail and any attachments thereto may be 
> subject to the terms of any agreements between Invensys (and/or its 
> subsidiaries and affiliates) and the recipient (and/or its subsidiaries and 
> affiliates).
>
>
>
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>

Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Wilson, Phil
Setting ARPINSTALLLOCATION allows retrieval of the location using 
MsiGetProductInfo(...INSTALLPROPERTY_INSTALLLOCATION...) so I guess the "other 
than storing registry keys" requirement would be met, but storing/retrieving 
the install location from the registry is trivial anyway with built-in MSI 
functionality. Sanjay doesn't say why the registry method is ruled out. 

Alternatively, if you know of a component that is in that primary install 
folder, then do a component search for it via AppSearch to set the path. 

Phil Wilson 


-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com] 
Sent: Wednesday, February 02, 2011 12:25 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] install location not preserved while upgradation

I believe the registry is the only way:
http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Pr
operty-pattern

You could set the ARPINSTALLLOCATION
http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how-
to-set-it-with-the-WiX-toolset but I don't know how you would recall
that.

Neil

-Original Message-
From: Sanjay Rao [mailto:s...@noida.interrasystems.com] 
Sent: 02 February 2011 19:01
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] install location not preserved while upgradation

Hi,

Every time when I upgrade my software, install location dialog shows the
default install location, It does not picks the previously installed
location automatically. Is there any way to do this other than
storing/searching registry keys. Pointer to a article is also welcome.

Thanks in advance.

Regards,
Sanjay Rao


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Sanjay Rao
There should be simpler method like "MigrateFeatures" in 
"UpgradeVersion"element.

On 02-02-2011 12:24, Neil Sleightholm wrote:
> I believe the registry is the only way:
> http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Pr
> operty-pattern
>
> You could set the ARPINSTALLLOCATION
> http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how-
> to-set-it-with-the-WiX-toolset but I don't know how you would recall
> that.
>
> Neil
>
> -Original Message-
> From: Sanjay Rao [mailto:s...@noida.interrasystems.com]
> Sent: 02 February 2011 19:01
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] install location not preserved while upgradation
>
> Hi,
>
> Every time when I upgrade my software, install location dialog shows the
> default install location, It does not picks the previously installed
> location automatically. Is there any way to do this other than
> storing/searching registry keys. Pointer to a article is also welcome.
>
> Thanks in advance.
>
> Regards,
> Sanjay Rao
>
> 
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
> 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>


-- 
Sanjay Rao
Digital Media Group, Interra Systems
s...@interrasystems.com
Phone: +1-408-873-1212
http://www.interrasystems.com


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ServiceInstall failure?

2011-02-02 Thread Kevin Burton
Assuming that I can translate this to C#, what would be the WiX code that needs 
to be in place to call this function? I am fairly new to 3.x and I remember 
that with 2.0 there needed to be a fair amount of plumbing in place to call a 
C# (managed) custom action.

Kevin Burton
Senior Software Engineer
BUYSEASONS
262-901-2000 Office
262-901-2312 Fax
kev...@buyseasons.com 


-Original Message-
From: Wilson, Phil [mailto:phil.wil...@invensys.com] 
Sent: Wednesday, February 02, 2011 2:25 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ServiceInstall failure?

A usual way to validate credentials is to use the LogonUser() Win32 API, but 
that's a logon that can fail, which is what you don't want. The only other way 
I'm aware of is SSPLogonUser(), huge C++ example here: 

http://support.microsoft.com/kb/180548 

Phil Wilson 

-Original Message-
From: Kevin Burton [mailto:kev...@buyseasons.com] 
Sent: Wednesday, February 02, 2011 6:55 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ServiceInstall failure?

No impersonations myself. This started occurring when there was a problem with 
my Custom UI which among other things prompted for a password. The UI was not 
showing up and so the password was not valid. But the install continued. It got 
to  and  and the  task failed 
because of an invalid password but the account (my account) that the service 
was installed under was locked out. My administrator indicated that something 
or someone tried and failed too many times so the account was locked out. I 
hate to try it again because it takes I am guessing the Domain Admin to unlock 
the account again and I hate to continually asked the admin to unlock my 
account. Hence the question.

If you have suggestions on how I might implement the custom action to validate 
the credentials I would be very appreciative. That may solve my problem. I have 
a WiX 2.0 script that works right now so I am reasonably sure that my account 
has the proper rights. I have subsequently successfully installed and started 
the service using that installation script.

Kevin Burton
Senior Software Engineer
BUYSEASONS
262-901-2000 Office
262-901-2312 Fax
kev...@buyseasons.com 

-Original Message-
From: MikeR [mailto:michael.ru...@gmail.com] 
Sent: Tuesday, February 01, 2011 10:52 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] ServiceInstall failure?


Are you explicitly doing any impersonation of the logon user in custom actions 
yourself?

If you are obtaining logon credentials from the user (via dialog or command
line) I would implement a custom action to validate those credentials before 
you make any system changes and prevent the install from proceeding until you 
have valid credentials.  I would also recommend checking that the account has 
the ServiceLogonRight policy set so to ensure it can be used to run services.

-Mike
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceInstall-failure-tp5967359p5981755.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, 
so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of 

Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Neil Sleightholm
I believe the registry is the only way:
http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Pr
operty-pattern

You could set the ARPINSTALLLOCATION
http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how-
to-set-it-with-the-WiX-toolset but I don't know how you would recall
that.

Neil

-Original Message-
From: Sanjay Rao [mailto:s...@noida.interrasystems.com] 
Sent: 02 February 2011 19:01
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] install location not preserved while upgradation

Hi,

Every time when I upgrade my software, install location dialog shows the
default install location, It does not picks the previously installed
location automatically. Is there any way to do this other than
storing/searching registry keys. Pointer to a article is also welcome.

Thanks in advance.

Regards,
Sanjay Rao


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ServiceInstall failure?

2011-02-02 Thread Wilson, Phil
A usual way to validate credentials is to use the LogonUser() Win32 API, but 
that's a logon that can fail, which is what you don't want. The only other way 
I'm aware of is SSPLogonUser(), huge C++ example here: 

http://support.microsoft.com/kb/180548 

Phil Wilson 

-Original Message-
From: Kevin Burton [mailto:kev...@buyseasons.com] 
Sent: Wednesday, February 02, 2011 6:55 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ServiceInstall failure?

No impersonations myself. This started occurring when there was a problem with 
my Custom UI which among other things prompted for a password. The UI was not 
showing up and so the password was not valid. But the install continued. It got 
to  and  and the  task failed 
because of an invalid password but the account (my account) that the service 
was installed under was locked out. My administrator indicated that something 
or someone tried and failed too many times so the account was locked out. I 
hate to try it again because it takes I am guessing the Domain Admin to unlock 
the account again and I hate to continually asked the admin to unlock my 
account. Hence the question.

If you have suggestions on how I might implement the custom action to validate 
the credentials I would be very appreciative. That may solve my problem. I have 
a WiX 2.0 script that works right now so I am reasonably sure that my account 
has the proper rights. I have subsequently successfully installed and started 
the service using that installation script.

Kevin Burton
Senior Software Engineer
BUYSEASONS
262-901-2000 Office
262-901-2312 Fax
kev...@buyseasons.com 

-Original Message-
From: MikeR [mailto:michael.ru...@gmail.com] 
Sent: Tuesday, February 01, 2011 10:52 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] ServiceInstall failure?


Are you explicitly doing any impersonation of the logon user in custom actions 
yourself?

If you are obtaining logon credentials from the user (via dialog or command
line) I would implement a custom action to validate those credentials before 
you make any system changes and prevent the install from proceeding until you 
have valid credentials.  I would also recommend checking that the account has 
the ServiceLogonRight policy set so to ensure it can be used to run services.

-Mike
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceInstall-failure-tp5967359p5981755.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, 
so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-cla

Re: [WiX-users] CNDL 1026 Warning - How the heck to you correct it?

2011-02-02 Thread John Bergman
Its my merge module.

It looks like the names generated are:

Binaries
Symbols
Etc

To me, this seems like a bug in the way Wix is generating the MSI database, if 
the generated names are too long, WiX (IMHO) should change them to fit, and/or 
issue a fatal error if there really are collisions.

-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com] 
Sent: Wednesday, February 02, 2011 8:08 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] CNDL 1026 Warning - How the heck to you correct it?

Open the corresponding merge module with orca and search for the string. This 
should lead to the trouble causing string. But I think ignoring this warning is 
the best way than manipulating a 3rd party merge module.

Regards,
Tobias



2011/2/2 John Bergman :
> I have a couple of merge modules that consistently generate these warnings, 
> and I have not been able to determine how the string is generated that it is 
> complaining about.
>
> Is this documented anywhere, or can anyone provide some tips as far as how to 
> correct this?
>
> Here is an example of the message
>
> C:\XPertSeries\Source\XPJ-R7S7\XPertSeries\Platform\Install.MM.Platfor
> m.ManagementServer.ServerPlugins\obj\Debug\_Application.ManagementServer.Plugins.Authentication.Global.Server.wxs(4):
>  warning CNDL1026: The DirectoryRef/@Id attribute's value, 
> 'Application.ManagementServer.Plugins.Authentication.Global.Server.Binaries', 
> is too long for an identifier.  Standard identifiers are 72 character s long 
> or less.
>
>
> Relevant section of the merge module's WiX File
>
>   xmlns="http://schemas.microsoft.com/wix/2006/wi";
>      xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";
>      xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
>
>  
>
>   Version="$(var.MajorVersion).$(var.MinorVersion).$(var.BuildNumber)">
>                             Manufacturer="XPedient Technologies" />
>
>                
>                        
>
>         Guid='xx'>
>           Name='$(var.Application.ManagementServer.Plugins.Authentication.Global
> .Server.TargetFileName)' 
> Source='$(var.Application.ManagementServer.Plugins.Authentication.Glob
> al.Server.TargetPath)' />
>           Name='XPedient.Application.ManagementServer.Plugins.Authentication.Glo
> bal.Server.pdb' 
> Source='$(var.Application.ManagementServer.Plugins.Authentication.Glob
> al.Server.TargetDir)XPedient.Application.ManagementServer.Plugins.Auth
> entication.Global.Server.pdb' />
>        
>
>
> The WiX Project (VS2008/2010) has this as a reference:
>
>        
> Application.ManagementServer.Plugins.Authentication.Global.Server
>
> Where the name of the assembly is    
> Application.ManagementServer.Plugins.Authentication.Global.Server.dll
>
> --
>  Special Offer-- Download ArcSight Logger for FREE (a $49 USD 
> value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, 
so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn MsiPackage, ExePackage, and UI

2011-02-02 Thread Castro, Edwin G. (Hillsboro)
Out of curiosity, is there any documentation or tutorials describing how to use 
setup.exe/setupbld.exe?

I came up short last time I tried looking for some info on 
setup.exe/setupbld.exe.

Edwin G. Castro
Software Developer - Staff
Electronic Banking Services
Fiserv
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail

> -Original Message-
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: Tuesday, February 01, 2011 10:47 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn MsiPackage, ExePackage, and UI
> 
> Look at the setup.exe/setupbld.exe in the WiX toolset. That does more what
> you describe.
> 
> On Tue, Feb 1, 2011 at 5:57 PM, Bob Arnson  wrote:
> 
> > On 01-Feb-11 20:11, Hoyt, David wrote:
> > > I'm chaining several MSIs and believe it or not, I want to show the
> > > UIs
> > of each package. Is there a way to turn that on/off per package (and
> > subsequently remove the default burn UI's install location?)?
> >
> > Not today.
> >
> > --
> > sig://boB
> > http://joyofsetup.com/
> >
> >
> >
> > --
> >  Special Offer-- Download ArcSight Logger for FREE (a $49 USD
> > value)!
> > Finally, a world-class log management solution at an even better
> > price-free!
> > Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> > February 28th, so secure your free ArcSight Logger TODAY!
> > http://p.sf.net/sfu/arcsight-sfd2d
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> 
> 
> --
> virtually, Rob Mensching - http://RobMensching.com LLC
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] install location not preserved while upgradation

2011-02-02 Thread Sanjay Rao
Hi,

Every time when I upgrade my software, install location dialog shows the 
default install location, It does not picks the previously installed 
location automatically. Is there any way to do this other than 
storing/searching registry keys. Pointer to a article is also welcome.

Thanks in advance.

Regards,
Sanjay Rao

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn MsiPackage, ExePackage, and UI

2011-02-02 Thread Hoyt, David
>> I'm chaining several MSIs and believe it or not, I want to show the UIs of 
>> each package. Is there a way to turn that on/off per package (and 
>> subsequently remove the default burn UI's install location?)?
> 
> Not today.

So is there a chance that this feature could be introduced in the future? Or at 
least add a variable that points to the location of the uncompressed 
package/executable?

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn MsiPackage, ExePackage, and UI

2011-02-02 Thread Hoyt, David
> Or dotnetinstaller -> http://dotnetinstaller.codeplex.com/

I don't want to create a dependency on .net if I don't have to. :/

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Feature Tree with Checkbox selection

2011-02-02 Thread kim

Hello all,

I am in need to add a Features tree with checkbox selection to my msi. Can
any one point me to some sample as how to achieve this.

Sincere thanks!
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Feature-Tree-with-Checkbox-selection-tp5985810p5985810.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ServiceInstall failure?

2011-02-02 Thread Kevin Burton
No impersonations myself. This started occurring when there was a problem with 
my Custom UI which among other things prompted for a password. The UI was not 
showing up and so the password was not valid. But the install continued. It got 
to  and  and the  task failed 
because of an invalid password but the account (my account) that the service 
was installed under was locked out. My administrator indicated that something 
or someone tried and failed too many times so the account was locked out. I 
hate to try it again because it takes I am guessing the Domain Admin to unlock 
the account again and I hate to continually asked the admin to unlock my 
account. Hence the question.

If you have suggestions on how I might implement the custom action to validate 
the credentials I would be very appreciative. That may solve my problem. I have 
a WiX 2.0 script that works right now so I am reasonably sure that my account 
has the proper rights. I have subsequently successfully installed and started 
the service using that installation script.

Kevin Burton
Senior Software Engineer
BUYSEASONS
262-901-2000 Office
262-901-2312 Fax
kev...@buyseasons.com 

-Original Message-
From: MikeR [mailto:michael.ru...@gmail.com] 
Sent: Tuesday, February 01, 2011 10:52 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] ServiceInstall failure?


Are you explicitly doing any impersonation of the logon user in custom actions 
yourself?

If you are obtaining logon credentials from the user (via dialog or command
line) I would implement a custom action to validate those credentials before 
you make any system changes and prevent the install from proceeding until you 
have valid credentials.  I would also recommend checking that the account has 
the ServiceLogonRight policy set so to ensure it can be used to run services.

-Mike
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceInstall-failure-tp5967359p5981755.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, 
so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CNDL 1026 Warning - How the heck to you correct it?

2011-02-02 Thread Tobias S
Open the corresponding merge module with orca and search for the
string. This should lead to the trouble causing string. But I think
ignoring this warning is the best way than manipulating a 3rd party
merge module.

Regards,
Tobias



2011/2/2 John Bergman :
> I have a couple of merge modules that consistently generate these warnings, 
> and I have not been able to determine how the string is generated that it is 
> complaining about.
>
> Is this documented anywhere, or can anyone provide some tips as far as how to 
> correct this?
>
> Here is an example of the message
>
> C:\XPertSeries\Source\XPJ-R7S7\XPertSeries\Platform\Install.MM.Platform.ManagementServer.ServerPlugins\obj\Debug\_Application.ManagementServer.Plugins.Authentication.Global.Server.wxs(4):
>  warning CNDL1026: The DirectoryRef/@Id attribute's value, 
> 'Application.ManagementServer.Plugins.Authentication.Global.Server.Binaries', 
> is too long for an identifier.  Standard identifiers are 72 character
> s long or less.
>
>
> Relevant section of the merge module's WiX File
>
> 
> http://schemas.microsoft.com/wix/2006/wi";
>      xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";
>      xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
>
>  
>
>   Version="$(var.MajorVersion).$(var.MinorVersion).$(var.BuildNumber)">
>                             Manufacturer="XPedient Technologies" />
>
>                
>                        
>
>        
>           Name='$(var.Application.ManagementServer.Plugins.Authentication.Global.Server.TargetFileName)'
>  
> Source='$(var.Application.ManagementServer.Plugins.Authentication.Global.Server.TargetPath)'
>  />
>           Name='XPedient.Application.ManagementServer.Plugins.Authentication.Global.Server.pdb'
>  
> Source='$(var.Application.ManagementServer.Plugins.Authentication.Global.Server.TargetDir)XPedient.Application.ManagementServer.Plugins.Authentication.Global.Server.pdb'
>  />
>        
>
>
> The WiX Project (VS2008/2010) has this as a reference:
>
>        Application.ManagementServer.Plugins.Authentication.Global.Server
>
> Where the name of the assembly is    
> Application.ManagementServer.Plugins.Authentication.Global.Server.dll
>
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WixUI_Mode property in dialog sets WiXUI_*.wxs

2011-02-02 Thread Tobias S
Hi all,

Just did some dialog modifying. When combining WiXUI_FeatureTree.wxs +
WiXUI_InstallDir.wxs I mentioned the property WixUI_Mode which is set
accordingly to the name of the dialog theme. Has this property
 
some special function except for UIDecompiler ?

When doing a search for WixUI_Mode over the WiX sources despite the
dialog themes I only got a hit at UIDecompiler.cs which I assume is
needed for dark. Is there somewhere else need for this property ? If
not I will just leave the value at WiXUI_FeatureTree.

Thanks and best regards
Tobias

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn MsiPackage, ExePackage, and UI

2011-02-02 Thread Pally Sandher
Or dotnetinstaller -> http://dotnetinstaller.codeplex.com/

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: Rob Mensching [mailto:r...@robmensching.com] 
Sent: 02 February 2011 06:47
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Burn MsiPackage, ExePackage, and UI

Look at the setup.exe/setupbld.exe in the WiX toolset. That does more
what you describe.

On Tue, Feb 1, 2011 at 5:57 PM, Bob Arnson  wrote:

> On 01-Feb-11 20:11, Hoyt, David wrote:
> > I'm chaining several MSIs and believe it or not, I want to show the 
> > UIs
> of each package. Is there a way to turn that on/off per package (and 
> subsequently remove the default burn UI's install location?)?
>
> Not today.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> --
>  Special Offer-- Download ArcSight Logger for FREE (a $49 USD 
> value)!
> Finally, a world-class log management solution at an even better 
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


--
virtually, Rob Mensching - http://RobMensching.com LLC

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] CNDL 1026 Warning - How the heck to you correct it?

2011-02-02 Thread John Bergman
I have a couple of merge modules that consistently generate these warnings, and 
I have not been able to determine how the string is generated that it is 
complaining about.

Is this documented anywhere, or can anyone provide some tips as far as how to 
correct this?

Here is an example of the message

C:\XPertSeries\Source\XPJ-R7S7\XPertSeries\Platform\Install.MM.Platform.ManagementServer.ServerPlugins\obj\Debug\_Application.ManagementServer.Plugins.Authentication.Global.Server.wxs(4):
 warning CNDL1026: The DirectoryRef/@Id attribute's value, 
'Application.ManagementServer.Plugins.Authentication.Global.Server.Binaries', 
is too long for an identifier.  Standard identifiers are 72 character
s long or less.


Relevant section of the merge module's WiX File


http://schemas.microsoft.com/wix/2006/wi";
  xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";
  xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>

  
  
  






  
  



The WiX Project (VS2008/2010) has this as a reference:

Application.ManagementServer.Plugins.Authentication.Global.Server

Where the name of the assembly is
Application.ManagementServer.Plugins.Authentication.Global.Server.dll

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users