Re: [WiX-users] PermissionEx and WixQueryOsWellKnownSID properties

2008-08-27 Thread Neil Sleightholm
I didn't but will later but as I said in my post I need something that is not 
localised in international variants of Windows and I think NetworkService 
changes.
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Rob Mensching
Sent: Thu 28/08/2008 00:07
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] PermissionEx and WixQueryOsWellKnownSID properties



Did you try "NetworkService"?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm
Sent: Wednesday, August 27, 2008 15:26
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] PermissionEx and WixQueryOsWellKnownSID properties

I am trying to change the permissions on a registry key like so:





  





But when I run it I get this error in the log:

ExecSecureObjects:  Error 0x800706fd: failed to get sid for account: NT
AUTHORITY\NETWORK SERVICE

Action ended 23:15:46: InstallFinalize. Return value 3.



Is it possible to use the WixQueryOsWellKnownSID properties with
PermissionEx? Alternatively can I specify a SID (e.g. S-1-5-20) for the
value of PermissionEx/@User?



(I can't hardcode the network service account name as it changes on
international versions of Windows.)



Neil



Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] 



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem with WiX

2008-08-27 Thread Richa.Singh
Thanks, everyone.
It's solved now. The problem was with it had to be 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of pavan
gadam
Sent: 28 August 2008 14:49
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem with WiX

Seems to problem in elements defined within 



Can you send code snippet?

Thanks,
Pavan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge Build the coolest Linux based applications with Moblin SDK &
win great prizes Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
___

This e-mail may contain information that is confidential, privileged or 
otherwise protected from disclosure. If you are not an intended recipient of 
this e-mail, do not duplicate or redistribute it by any means. Please delete it 
and any attachments and notify the sender that you have received it in error. 
Unless specifically indicated, this e-mail is not an offer to buy or sell or a 
solicitation to buy or sell any securities, investment products or other 
financial product or service, an official confirmation of any transaction, or 
an official statement of Barclays. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Barclays. This 
e-mail is subject to terms available at the following link: 
www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the 
foregoing.  Barclays Capital is the investment banking division of Barclays 
Bank PLC, a company registered in England (number 1026167) with its registered 
offic
 e at 1 Churchill Place, London, E14 5HP.  This email may relate to or be sent 
from other members of the Barclays Group.
___

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem with WiX

2008-08-27 Thread pavan gadam
Seems to problem in elements defined within




Can you send code snippet?

Thanks,
Pavan
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] launch webpage on uninstall

2008-08-27 Thread Brian Rogers
Hey Ewart,

You would want to have a custom action that uses as
ShellExecutecommand
to run the URL. This is part of the WIX 3.0 custom actions.

If you want, you could pull the built DLL with that custom action into your
WIX 2.0 project.

Thanks,

--
Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com

On Wed, Aug 27, 2008 at 8:03 PM, Ewart MacLucas <[EMAIL PROTECTED]> wrote:

> I'm trying to launch webpage when the user uninstalls my app, have tried
> various things but no joy, does anyone have a sample or a tutorial on how
> to
> do this from wix 2.0?
>
>
>
>
>
> 
>
>   ExeCommand="JustInstalled" Return="asyncNoWait"/>
>
>   Return="ignore" />
>
>
>
>
>
>  
>
>  
>
>  
>
>  After="FindRelatedProducts">NEWPRODUCTFOUND
>
> NOT
> REMOVE="ALL"
>
>  After="InstallFinalize">REMOVE="ALL"
>
> 
>
>  
>
>
>
>  
>
>  After="FindRelatedProducts">NEWPRODUCTFOUND
>
>  
>
>
>
> regards
>
> ewart
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] wixui.wixlib

2008-08-27 Thread habib jaouani
the tutorial use WIX V2, I don't have an update syntax of V3. Can you send
me a syntax of V3

2008/8/27 Neil Sleightholm <[EMAIL PROTECTED]>

> I assume you are using WiX v3, I don't think the tutorial has been updated
> to v3 syntax.
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED] 
>
>
> 
>
> From: [EMAIL PROTECTED] on behalf of habib jaouani
> Sent: Wed 27/08/2008 15:51
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] wixui.wixlib
>
>
>
> I am using a tutorial to learn how we use WIX. So int the second part there
> is a command to execute : light.exe -out SampleWixUI.msi SampleWixUI.wixobj
> *path*\wixui.wixlib -loc *path*\WixUI_en-us.wxl
> when I do a serach to attempt this file wixui.wixlib I don't find it.
> . Can you send me a doc with a V
> What is the problem??
>
> Thank you very much
>
> --
> Habib JAOUANI
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Habib JAOUANI
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Problem with WiX

2008-08-27 Thread Richa.Singh
I am getting this error when I am trying to run the msi
failed to read iisWebSite Table.
Any help would be appreciated.

Thanks!
___

This e-mail may contain information that is confidential, privileged or 
otherwise protected from disclosure. If you are not an intended recipient of 
this e-mail, do not duplicate or redistribute it by any means. Please delete it 
and any attachments and notify the sender that you have received it in error. 
Unless specifically indicated, this e-mail is not an offer to buy or sell or a 
solicitation to buy or sell any securities, investment products or other 
financial product or service, an official confirmation of any transaction, or 
an official statement of Barclays. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Barclays. This 
e-mail is subject to terms available at the following link: 
www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the 
foregoing.  Barclays Capital is the investment banking division of Barclays 
Bank PLC, a company registered in England (number 1026167) with its registered 
offic
 e at 1 Churchill Place, London, E14 5HP.  This email may relate to or be sent 
from other members of the Barclays Group.
___

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] launch webpage on uninstall

2008-08-27 Thread Ewart MacLucas
I'm trying to launch webpage when the user uninstalls my app, have tried
various things but no joy, does anyone have a sample or a tutorial on how to
do this from wix 2.0?

 

 



  

  

 

  

  

  

  

 NEWPRODUCTFOUND

 NOT
REMOVE="ALL"

 REMOVE="ALL"

 

  

 

  

 NEWPRODUCTFOUND

  

 

regards

ewart

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CloseApplication Issue

2008-08-27 Thread Bob Arnson
Casey Young wrote:
> I am having issues getting this to work correctly.  What I am wanting to do
> is close every instance of Internet Explorer before installing my toolbar
> application.  The documentation is really thin on this, and I don't even
> know if I have it correct.
>   

We need more information to try to diagnose the problem. See 
http://www.joyofsetup.com/2008/07/15/verbose-logging-from-wcautil/ to 
turn on verbose logging for CloseApplication, then get a verbose log and 
search the log for WixCloseApplications messages.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Checkboxes in dialogues

2008-08-27 Thread Bob Arnson
Sean Farrow wrote:
> What is the best way of doing this? Can I have checkboxes in listviews
> using Wix, or will I have to go with the checkbox approach and
> potentially add custom records to the msi, if yes how is this done?
>   

MSI doesn't support check boxes in list views, so you'd have to use 
check box controls. You should be able to use WcaAddTempRecord to add 
them; see http://www.joyofsetup.com/2007/07/01/semi-custom-actions/ for 
details.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unresolved to reference to symbol UI_WixUi_mondo in section product

2008-08-27 Thread Bob Arnson
habib jaouani wrote:
> wa can't because there is no wixui.wixlib so we change it to
> wixui_Mondo.wixlib because in the file.wxs:
>   

In WiX v3, wixui.wixlib has been replaced by WixUIExtension.dll. Use

light -ext WixUIExtension foo.wixobj -out foo.msi

-- 
sig://boB
http://joyofsetup.com/



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installation hangs on 64-bit Windows Server 2008

2008-08-27 Thread Bob Arnson
anwesha.m wrote:
> I have all role services under IIS 6 management compatibilty installed- which 
> includes- IIS 6 Metabase Compatibility, IIS 6 Management Console,IIS 6 WMI 
> compatibility, IIS 6 scripting tools.All are installed. Do i need to 
> explicitly enable them from somewhere? I did not understand what it means by 
> "running from an elevated process". Actually the website is getting created, 
> but only after I cancel the msiexec process from task manager. What could be 
> the reason behind such a behavior?
>   

I'm not too familiar with IIS, so the only suggestion I can make is to 
run 'msiexec /i YourPackage.msi' after starting a command prompt by 
right-clicking and choosing Run as Administrator.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Detecting Quiet Mode

2008-08-27 Thread taras

Thank you Alexander,

This is what I needed

Alexander Shevchuk wrote:
> 
> http://msdn.microsoft.com/en-us/library/aa372096(VS.85).aspx
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of taras
> Sent: Wednesday, August 27, 2008 5:28 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Detecting Quiet Mode
> 
> 
> I would appreciate if some one can give me a hint on how to detect Quiet
> Mode
> during the installation.
> 
> The problem I am trying to resolve is that with our product at the end of
> the installation I am starting the application for collecting some user
> input. I all works fine. But I want to suppress staring this application
> if
> the msi was launched in Quiet Mode.
> 
> So far I was not able to find any clue...
> 
> Thanks,
> Taras
> --
> View this message in context:
> http://n2.nabble.com/Detecting-Quiet-Mode-tp788386p788386.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Detecting-Quiet-Mode-tp788386p788412.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Detecting Quiet Mode

2008-08-27 Thread Alexander Shevchuk
http://msdn.microsoft.com/en-us/library/aa372096(VS.85).aspx



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of taras
Sent: Wednesday, August 27, 2008 5:28 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Detecting Quiet Mode


I would appreciate if some one can give me a hint on how to detect Quiet Mode
during the installation.

The problem I am trying to resolve is that with our product at the end of
the installation I am starting the application for collecting some user
input. I all works fine. But I want to suppress staring this application if
the msi was launched in Quiet Mode.

So far I was not able to find any clue...

Thanks,
Taras
--
View this message in context: 
http://n2.nabble.com/Detecting-Quiet-Mode-tp788386p788386.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Detecting Quiet Mode

2008-08-27 Thread taras

I would appreciate if some one can give me a hint on how to detect Quiet Mode
during the installation.

The problem I am trying to resolve is that with our product at the end of
the installation I am starting the application for collecting some user
input. I all works fine. But I want to suppress staring this application if
the msi was launched in Quiet Mode.

So far I was not able to find any clue...

Thanks,
Taras
-- 
View this message in context: 
http://n2.nabble.com/Detecting-Quiet-Mode-tp788386p788386.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] PermissionEx and WixQueryOsWellKnownSID properties

2008-08-27 Thread Rob Mensching
Did you try "NetworkService"?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm
Sent: Wednesday, August 27, 2008 15:26
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] PermissionEx and WixQueryOsWellKnownSID properties

I am trying to change the permissions on a registry key like so:





  





But when I run it I get this error in the log:

ExecSecureObjects:  Error 0x800706fd: failed to get sid for account: NT
AUTHORITY\NETWORK SERVICE

Action ended 23:15:46: InstallFinalize. Return value 3.



Is it possible to use the WixQueryOsWellKnownSID properties with
PermissionEx? Alternatively can I specify a SID (e.g. S-1-5-20) for the
value of PermissionEx/@User?



(I can't hardcode the network service account name as it changes on
international versions of Windows.)



Neil



Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] 



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] PermissionEx and WixQueryOsWellKnownSID properties

2008-08-27 Thread Neil Sleightholm
I am trying to change the permissions on a registry key like so:

 



  



 

But when I run it I get this error in the log:

ExecSecureObjects:  Error 0x800706fd: failed to get sid for account: NT
AUTHORITY\NETWORK SERVICE

Action ended 23:15:46: InstallFinalize. Return value 3.

 

Is it possible to use the WixQueryOsWellKnownSID properties with
PermissionEx? Alternatively can I specify a SID (e.g. S-1-5-20) for the
value of PermissionEx/@User?

 

(I can't hardcode the network service account name as it changes on
international versions of Windows.)

 

Neil

 

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  

 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Detect the installation location of a product

2008-08-27 Thread Jeff Yates
Thanks, Sean. That's great!

On Wed, Aug 27, 2008 at 16:04, Sean Farrow <[EMAIL PROTECTED]>wrote:

> Hi jeff:
> You can use a property and a registry search.
> Adapt th following code to you needs:
> 
>  Root='HKLM' Key='Software\Acme\Foobar 1.0' Name='InstallDir' />
> 
> This was from the tutorial at:
> http://www.tramontana.co.hu/wix/
> Hth
> Sean.
>  -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Yates
> Sent: 27 August 2008 20:56
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Detect the installation location of a product
>
> Hi,
>
> I want to create an MSI that detects the installation directory of
> another
> already installed product and then installs additional files and folders
> to
> that location. Is there a way I can do this in WiX? I am currently using
> v2.
> I am responsible for the installer of the product I want to detect, so I
> know the upgrade code, product code, component guids etc, if those are
> needed to achieve this.
>
> Thanks for your time.
>
> Jeff
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> __ Information from ESET NOD32 Antivirus, version of virus
> signature database 3393 (20080827) __
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
> __ Information from ESET NOD32 Antivirus, version of virus
> signature database 3393 (20080827) __
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Detect the installation location of a product

2008-08-27 Thread Sean Farrow
Hi jeff:
You can use a property and a registry search.
Adapt th following code to you needs:

  
 
This was from the tutorial at:
http://www.tramontana.co.hu/wix/
Hth
Sean.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff Yates
Sent: 27 August 2008 20:56
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Detect the installation location of a product

Hi,

I want to create an MSI that detects the installation directory of
another
already installed product and then installs additional files and folders
to
that location. Is there a way I can do this in WiX? I am currently using
v2.
I am responsible for the installer of the product I want to detect, so I
know the upgrade code, product code, component guids etc, if those are
needed to achieve this.

Thanks for your time.

Jeff

-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
 

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3393 (20080827) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
 

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3393 (20080827) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Detect the installation location of a product

2008-08-27 Thread Jeff Yates
Hi,

I want to create an MSI that detects the installation directory of another
already installed product and then installs additional files and folders to
that location. Is there a way I can do this in WiX? I am currently using v2.
I am responsible for the installer of the product I want to detect, so I
know the upgrade code, product code, component guids etc, if those are
needed to achieve this.

Thanks for your time.

Jeff
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CloseApplication Issue

2008-08-27 Thread Neil Sleightholm
That is odd that it didn't stop it on install, I have a sample that
closes notepad.exe, I'll try it with IE.

I think this should stop it running on uninstall:
NO REMOVE

There is a post on the list from Bob Arnson that says the minimised
application bug should be fixed this week.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Casey
Young
Sent: 27 August 2008 20:04
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] CloseApplication Issue

Neil,

I did search the list.  I might of tried this before, but went on with
other
trials, and errors.

I don't get an error, it just doesn't close IE.  It is not minimized, it
is
just not in focus.  I just tried this.  On install it didn't close IE,
but
when i went to uninstall, it did close IE.

So there is a bug with it, that will be fixed in this week's build?

Thanks,
Casey

On Wed, Aug 27, 2008 at 1:56 PM, Neil Sleightholm
<[EMAIL PROTECTED]>wrote:

> If you search this list you should see posts from me highlighting a
few
> issues (mainly it does close minimised applications) but essentially
> what you have is correct.
>
> I would have structured it like this:
>
> http://schemas.microsoft.com/wix/2006/wi";
> xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
>
>
>  
>
>
> Target="iexplore.exe " ElevatedCloseMessage="no" RebootPrompt="no" />
>
> I have put it before InstallValidate as you don't really want to close
> IE unless someone actually wants to go ahead and complete your install
> (I think your way it will close IE when you start the install).
>
> What errors are you getting?
>
> (Apparently the issue with closing minimised apps should be fixed in
> this week's build.)
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED]
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Casey
> Young
> Sent: 27 August 2008 19:34
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] CloseApplication Issue
>
> I am having issues getting this to work correctly.  What I am wanting
to
> do
> is close every instance of Internet Explorer before installing my
> toolbar
> application.  The documentation is really thin on this, and I don't
even
> know if I have it correct.
>
> Here is the snippet of code I have under the  element:
>
> http://schemas.microsoft.com/wix/UtilExtension";
> Id="CloseIE" RebootPrompt="no" CloseMessage="yes"
> Target="iexplore.exe"/>
>
> Before="LaunchConditions"
> />
>
>
> Before="LaunchConditions"
> />
>
>
> Thanks,
> Casey
>

> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>

-
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Windows side-by-side policy file installation

2008-08-27 Thread Courteau

Hi,

I already managed to install properly a win32 assembly (not a .Net one) into
the Windows XP side-by-side directory.  My problem now is that I can't
figure out how I should do if I want to publish a policy file (aka:
Publisher Configuration File) using WiX.

Is it possible using WiX to install a policy file?
If it is, can anyone explain a little bit how we can do it?  

For the moment, here is an extract from my wxs file:

  


  


I followed the naming convention for policy file as explain on msdn, but
maybe that is part of the problem?

Thanks for your help.
-

-- 
View this message in context: 
http://n2.nabble.com/Windows-side-by-side-policy-file-installation-tp787839p787839.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CloseApplication Issue

2008-08-27 Thread Casey Young
Neil,

I did search the list.  I might of tried this before, but went on with other
trials, and errors.

I don't get an error, it just doesn't close IE.  It is not minimized, it is
just not in focus.  I just tried this.  On install it didn't close IE, but
when i went to uninstall, it did close IE.

So there is a bug with it, that will be fixed in this week's build?

Thanks,
Casey

On Wed, Aug 27, 2008 at 1:56 PM, Neil Sleightholm <[EMAIL PROTECTED]>wrote:

> If you search this list you should see posts from me highlighting a few
> issues (mainly it does close minimised applications) but essentially
> what you have is correct.
>
> I would have structured it like this:
>
> http://schemas.microsoft.com/wix/2006/wi";
> xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
>
>
>  
>
>
> Target="iexplore.exe " ElevatedCloseMessage="no" RebootPrompt="no" />
>
> I have put it before InstallValidate as you don't really want to close
> IE unless someone actually wants to go ahead and complete your install
> (I think your way it will close IE when you start the install).
>
> What errors are you getting?
>
> (Apparently the issue with closing minimised apps should be fixed in
> this week's build.)
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED]
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Casey
> Young
> Sent: 27 August 2008 19:34
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] CloseApplication Issue
>
> I am having issues getting this to work correctly.  What I am wanting to
> do
> is close every instance of Internet Explorer before installing my
> toolbar
> application.  The documentation is really thin on this, and I don't even
> know if I have it correct.
>
> Here is the snippet of code I have under the  element:
>
> http://schemas.microsoft.com/wix/UtilExtension";
> Id="CloseIE" RebootPrompt="no" CloseMessage="yes"
> Target="iexplore.exe"/>
>
> Before="LaunchConditions"
> />
>
>
> Before="LaunchConditions"
> />
>
>
> Thanks,
> Casey
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CloseApplication Issue

2008-08-27 Thread Neil Sleightholm
If you search this list you should see posts from me highlighting a few
issues (mainly it does close minimised applications) but essentially
what you have is correct.

I would have structured it like this:

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


  




I have put it before InstallValidate as you don't really want to close
IE unless someone actually wants to go ahead and complete your install
(I think your way it will close IE when you start the install).

What errors are you getting?

(Apparently the issue with closing minimised apps should be fixed in
this week's build.)

Neil

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Casey
Young
Sent: 27 August 2008 19:34
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CloseApplication Issue

I am having issues getting this to work correctly.  What I am wanting to
do
is close every instance of Internet Explorer before installing my
toolbar
application.  The documentation is really thin on this, and I don't even
know if I have it correct.

Here is the snippet of code I have under the  element:

http://schemas.microsoft.com/wix/UtilExtension";
Id="CloseIE" RebootPrompt="no" CloseMessage="yes"
Target="iexplore.exe"/>







Thanks,
Casey

-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] CloseApplication Issue

2008-08-27 Thread Casey Young
I am having issues getting this to work correctly.  What I am wanting to do
is close every instance of Internet Explorer before installing my toolbar
application.  The documentation is really thin on this, and I don't even
know if I have it correct.

Here is the snippet of code I have under the  element:

http://schemas.microsoft.com/wix/UtilExtension";
Id="CloseIE" RebootPrompt="no" CloseMessage="yes" Target="iexplore.exe"/>







Thanks,
Casey
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Always have to relearn Wix every time I use it.

2008-08-27 Thread Francis Kam
I'd have to say infrequent usage as well. Michael, have you looked at
WixEdit (http://wixedit.sourceforge.net/)? I do think more can be done on
the design tools front that would certainly make picking it back up easier.

-Francis



On Tue, Aug 26, 2008 at 4:55 AM, Michael Putters <
[EMAIL PROTECTED]> wrote:

> Hi Bryan,
>
> Well it's the kind of technology you use a lot at the beginning of a
> project
> when you create the main part of the installation but then eventually
> update
> once in a while for new files so it's kind of expected not to remember
> everything...
>
> Personally, stuff quickly comes back, especially after looking at a
> previous
> project... I'm not sure this is the kind of technology where knowing all
> the
> tags/attributes by heart is useful...
>
> (now if someone wants to come up with a cool UI to design WiX files... (I'm
> sure there is one already and I haven't heard of it, but still))
>
> Regards,
>
>
> Michael
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Always have to relearn Wix every time I use it.

2008-08-27 Thread Rob Mensching
I have to refer to the WiX.chm for details of specific elements after being 
away from WiX for a while.  However, the foundation of "Products -> Features -> 
Components -> Resources" and "WiX -> Product -> Fragment" sticks and that 
usually allows me to walk back into stuff with no problem.

I think it's pretty similar to having to look up all the flags to 
::CreateFileW() when I haven't used it in a while.  I always get the 
FILE_SHARE_READ inverted when it's been a while.

I think that Intellisense for managed code has made us all lazy.Of 
course, Votive has pretty reasonable Intellisense... better than C++ on some 
things nowhere near as good as C#.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bryan rasmussen
Sent: Tuesday, August 26, 2008 04:42
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Always have to relearn Wix every time I use it.

Sort of a general usability post, I've noticed that WIX is in the
range of technologies that I have to relearn every time I reuse it.
There are some things that stick, like the use of GUIDs but generally
I have to relearn the whole thing from the beginning. Are there others
that  have this experience? Is it just because of infrequent usage or
does anyone think it is a design issue, I find it strange that the
usage and everything about it is so difficult to remember.

Cheers,
Bryan Rasmussen

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Checkboxes in dialogues

2008-08-27 Thread Sean Farrow
Hi: 
I need to display a dialog in wich are a number of checkboxes, only
determined by a c++ custom action run when the installation starts on
the users system.
What is the best way of doing this? Can I have checkboxes in listviews
using Wix, or will I have to go with the checkbox approach and
potentially add custom records to the msi, if yes how is this done?
Any help apreciated.
Cheers
Sean.
 

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3393 (20080827) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
 

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3393 (20080827) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Neil Sleightholm
I have raised a bug for this documentation error
(http://sourceforge.net/tracker/index.php?func=detail&aid=2078764&group_
id=105970&atid=642714) and supplied a patch to correct it.

Neil

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]

PS Rob, I have signed the copyright assignment agreement so I believe
you can take this patch (if it is correct).

---
Neil Sleightholm is correct on the earlier problem with the Custom
Action. The examples for Qtexec in the WiX help documentation is
incorrect which also tripped me up using Qtexec earlier in the week.
I stripped my property setting custom action code down to minimum tags
required for a type 51 custom action e.g.



See http://msdn.microsoft.com/en-us/library/aa368237.aspx


Palbinder Sandher 
Software Deployment and 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


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Chad Miles
   
   
   
 Not
Installed
 Not
Installed
   

All told, your property is incorrect... and your sequencing on your 2nd CA
call should be scheduled right after you do the Set CA call.  I don't have
Orca in front of me to check, but that's the safest way.

Chad

On Wed, Aug 27, 2008 at 12:13 PM, Neil Sleightholm <[EMAIL PROTECTED]>wrote:

> Are you using "NOT Installed", no quote exactly the same case as I have
> written it?
>
> I have to admit to not fully understanding this! Does anyone have a good
> reference for these conditions?
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED] 
>
>
> 
>
> From: [EMAIL PROTECTED] on behalf of Krzysztof
> Kozmic
> Sent: Wed 27/08/2008 13:00
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Odp: Re: Need help with QtExec
>
>
>
>  Actually I want it to run ONLY when installing.
>
> when I set it to Not Installed, they have been firing as well.
>
>
> CONFIDENTIALITY NOTICE
> This message is intended exclusively for the individual or entity to which
> it is addressed. This communication may contain information that is
> proprietary, privileged, confidential or otherwise legally exempt from
> disclosure. If you are not the named addressee, you are not authorized to
> read, print, retain, copy or disseminate this message or any part of it. If
> you have received this message in error, please delete all copies of this
> message and notify the sender immediately by return mail or fax ATSI
> S.A.(+4812) 285 36 04.
> Any email attachment may contain software viruses which could damage your
> own computer system. Whilst reasonable precaution has been taken to minimise
> this risk, we cannot accept liability for any damage which you sustain as a
> result of software viruses. You should therefore carry out your own virus
> checks before opening any attachments.
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Database string pool corrupted

2008-08-27 Thread Brian Pearson
Hello all,

 

I'm trying to do two things with a couple of custom actions created using
the DTF.

 

Firstly, I'm populating a listbox with SQL Servers on the network. This
seems to work fine. However, I'm now trying to populate the ComboBox table
with a list of IIS sites. This part is failing. My csharp code looks like
this:

[CustomAction]

public static ActionResult GetWebSites(Session session)

{

session.Log("Begin GetWebSites");

// clear any existing rows

session.Database.Execute("DELETE FROM `ComboBox` WHERE
`Property` = 'IIS_WEBSITE_LIST'");

 

// insert rows into the MSI database @ runtime

View vw = session.Database.OpenView("SELECT * FROM `ComboBox`
WHERE `Property` = 'IIS_WEBSITE_LIST'");

vw.Execute();

for (int i = 0; i < 5; i++)

{

Record rc = new Record(4);

rc.SetString(1, "IIS_WEBSITE_LIST");

rc.SetInteger(2, i);

rc.SetString(3, "test" + i.ToString());

rc.SetString(4, rc.GetString(3));

vw.Modify(ViewModifyMode.InsertTemporary, rc);

rc.Dispose();

}

//for (int i = 0; i < sites.Count; i++)

//{

//Record rc = new Record(4);

//rc[1] = "IIS_WEBSITE_LIST";

//rc[2] = i;

//rc[3] = sites[i];

//rc[4] = rc[3];

//vw.InsertTemporary(rc);

//rc.Dispose();

//}

vw.Close();

vw.Dispose();

session.Log("End GetWebSites");

return ActionResult.Success;

}

 

This code doesn't really get the list of IIS sites on the local machine,
I've removed that for brevity. The MSI log that shows the failure:

MSI (c) (E0:BC) [11:33:47:191]: Doing action: GetWebSites

Action 11:33:47: GetWebSites. 

Action start 11:33:47: GetWebSites.

MSI (c) (E0:78) [11:33:47:201]: Invoking remote custom action. DLL:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\MSI13.tmp, Entrypoint: GetWebSites

MSI (c) (E0!98) [11:33:47:652]: Database string pool is corrupted.

MSI (c) (E0!98) [11:33:47:662]: Note: 1: 2259 2:  3:  4:  

Action ended 11:33:47: GetWebSites. Return value 3.

DEBUG: Error 2896:  Executing action GetWebSites failed.

The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2896. The
arguments are: GetWebSites, ,

 

Just wondering if anyone else has already done this and if I'm trying to
recreate the wheel. Any ideas as to why?

 

-bp

Brian Pearson

  [EMAIL PROTECTED]

 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Neil Sleightholm
Are you using "NOT Installed", no quote exactly the same case as I have written 
it? 
 
I have to admit to not fully understanding this! Does anyone have a good 
reference for these conditions?
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 13:00
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Odp: Re: Need help with QtExec



Actually I want it to run ONLY when installing.

when I set it to Not Installed, they have been firing as well.


CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] wixui.wixlib

2008-08-27 Thread Neil Sleightholm
I assume you are using WiX v3, I don't think the tutorial has been updated to 
v3 syntax. 
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of habib jaouani
Sent: Wed 27/08/2008 15:51
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] wixui.wixlib



I am using a tutorial to learn how we use WIX. So int the second part there
is a command to execute : light.exe -out SampleWixUI.msi SampleWixUI.wixobj
*path*\wixui.wixlib -loc *path*\WixUI_en-us.wxl
when I do a serach to attempt this file wixui.wixlib I don't find it.

What is the problem??

Thank you very much

--
Habib JAOUANI
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Unresolved to reference to symbol UI_WixUi_mondo in section product

2008-08-27 Thread habib jaouani
C:\Documents and Settings\habib\Desktop\samples\SampleWixUI\SampleWixUI.wxs
: er
ror LGHT0112 : Unresolved reference to symbol 'UI:wixui_mondo' in section
'Produ
ct:E1945F1E-682D-44D6-B205-0109D227492E'.

if we do as what is done in the tutorial:

 light.exe -out SampleWixUI.msi SampleWixUI.wixobj *path*\wixui.wixlib -loc
*path*\WixUI_en-us.wxl

wa can't because there is no wixui.wixlib so we change it to
wixui_Mondo.wixlib because in the file.wxs:




.

thank you very much


-- 
Habib JAOUANI
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] wixui.wixlib

2008-08-27 Thread habib jaouani
I am using a tutorial to learn how we use WIX. So int the second part there
is a command to execute : light.exe -out SampleWixUI.msi SampleWixUI.wixobj
*path*\wixui.wixlib -loc *path*\WixUI_en-us.wxl
when I do a serach to attempt this file wixui.wixlib I don't find it.

What is the problem??

Thank you very much

-- 
Habib JAOUANI
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] C# Custom Action on ComboBox Item Selection.

2008-08-27 Thread pavan gadam
Hi all,

I am populating the websites deployed in the machine in a ComboBox.

I need to display the port number of the selected website.










1





I am able to get the corresponding port value for the website
selected.inCustom Action Code using
session["PortEditProp"]=getportvalue();

But, The port value is not getting displayed in the Edit box.

If i click "NEXT" Button and go to next Dialog and again Come back to same
Dialog, the see value getting updated.

*But, Why is that Port Value not appearing immediately after selecting the
website?*

Thanks,

Pavan
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Tutorial WIX Edit

2008-08-27 Thread Martin MacPherson
I've not used it myself but sharpdevelop ide seems to have decent wix
support (I'm not sure whether it has been upgraded to support wix 3.0 yet).

http://community.sharpdevelop.net/blogs/mattward/archive/2006/09/17/WixIntegration.aspx


2008/8/27 Pally Sandher <[EMAIL PROTECTED]>

>
> WiX edit is a "3rd party" GUI & not part of the WiX toolset. It's not
> been updated since March 2007 & I wouldn't recommend using it to author
> entire packages.
> You would be better served learning how to author your own XML using
> something like Visual Studio as the WiX plug-in for it (Votive) is very
> good (I use VS2005 with the latest WiX 3.0 build exclusively for
> creating our installation packages). If you can't get access to Visual
> Studio you can start learning using just notepad but other people on the
> list may be able to recommend other IDEs for WiX development.
>
> The WiX 3.0 help also has plenty of examples which may be of use.
>
>
> Palbinder Sandher
> Software Deployment and
> 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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of habib
> jaouani
> Sent: 27 August 2008 12:29
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Tutorial WIX Edit
>
> Thank you very much for your fast respond, in this tutorial they don't
> use WIX Edit. Is there samples?
>
> 2008/8/27 Pally Sandher <[EMAIL PROTECTED]>
>
> > http://www.tramontana.co.hu/wix/
> >
> > Little old now but it should set you on the right track.
> >
> >
> >
> > Palbinder Sandher
> > Software Deployment and 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: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of habib
> > jaouani
> > Sent: 27 August 2008 12:17
> > To: wix-users@lists.sourceforge.net
> > Subject: [WiX-users] Tutorial WIX Edit
> >
> > Hello every body,
> >
> > I am using WIX for the first time. I am searching a tutorial how to
> > use WIX I don't find. I would like to have a document about WIX Edit
> > and WIX.
> >
> > I am testing some examples but I don't know how to begin from 0 one
> > example.
> >
> > Can you provide me some informations?
> >
> > Thank you very much.
> >
> >
> > --
> > Habib JAOUANI
> > --
> > --
> > -
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge Build the coolest Linux based applications with Moblin SDK &
>
> > win great prizes Grand prize is a trip for two to an Open Source event
>
> > anywhere in the world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> > --
> > --- This SF.Net email is sponsored by the Moblin Your Move Developer's
>
> > challenge Build the coolest Linux based applications with Moblin SDK &
>
> > win great prizes Grand prize is a trip for two to an Open Source event
>
> > anywhere in the world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
> Habib JAOUANI
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK &
> win great prizes Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url

Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
Actually I want it to run ONLY when installing.

when I set it to Not Installed, they have been firing as well.


CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Always have to relearn Wix every time I use it.

2008-08-27 Thread Pally Sandher
I'd blame infrequent usage. The only time I've had to "relearn" anything
with regards to WiX is when I switched from using v2.0 to using v3.0 &
even then I only had to "unlearn" the bad habits v2.0 imposes upon you
which are no longer necessary in v3.0. The v3.0 help file is more than
adequate for this though in my opinion where as for v2.0 I was mainly
relying on old blog posts etc.

It may just be me though. I work on mostly C++ & some C# code here when
I'm not authoring our installation packages in WiX & I've been working
on Ruby, C & XSL Transformations recently too so I may just be used to
switching between languages regularly. I also had the benefit of never
authoring installation packages in anything other than WiX (before I
joined the company they used InstallShield & it was bodged together by
the IT Manager).


Palbinder Sandher 
Software Deployment and 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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Putters
Sent: 26 August 2008 12:56
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Always have to relearn Wix every time I use it.

Hi Bryan,

Well it's the kind of technology you use a lot at the beginning of a
project when you create the main part of the installation but then
eventually update once in a while for new files so it's kind of expected
not to remember everything...

Personally, stuff quickly comes back, especially after looking at a
previous project... I'm not sure this is the kind of technology where
knowing all the tags/attributes by heart is useful...

(now if someone wants to come up with a cool UI to design WiX files...
(I'm sure there is one already and I haven't heard of it, but still))

Regards,


Michael

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of bryan
rasmussen
Sent: 26 August 2008 13:42
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Always have to relearn Wix every time I use it.

Sort of a general usability post, I've noticed that WIX is in the range
of technologies that I have to relearn every time I reuse it.
There are some things that stick, like the use of GUIDs but generally I
have to relearn the whole thing from the beginning. Are there others
that  have this experience? Is it just because of infrequent usage or
does anyone think it is a design issue, I find it strange that the usage
and everything about it is so difficult to remember.

Cheers,
Bryan Rasmussen


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge Build the coolest Linux based applications with Moblin SDK &
win great prizes Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge Build the coolest Linux based applications with Moblin SDK &
win great prizes Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Eitan Behar
If you want it both on first install and on uninstall use
1) Not REINSTALL
or
2) (Not Installed) OR (REMOVE)




On Wed, Aug 27, 2008 at 2:52 PM, Krzysztof Kozmic <[EMAIL PROTECTED]>wrote:

> I do have it on both.
> However, it then is unable to uninstall.
>
> I changed 'NOT Installed' to 'INSTALLING' and automagically it works.
> I don't like it however, because I didnt find any reference to INSTALLING
> property anywhere in the docs...
>
> Krzysztof
>
> >>> [EMAIL PROTECTED] 8/27/2008 1:35 pm >>>
>  "NOT Installed" is correct but you need it on the other CustomAction
> (CertsBatPath) or both.
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED] 
>
>
> 
>
> From: [EMAIL PROTECTED] on behalf of Krzysztof
> Kozmic
> Sent: Wed 27/08/2008 11:47
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Odp: Re: Need help with QtExec
>
>
>
> Ok, noe more thing.
>
> How do I make the action be executed only when the installer is installing
> my app (as oposed to uninstalling or repairing)
>
> I tried to use it as:
>
>  NOT
> Installed
>
> it works during install, but while uninstalling i get error, and program
> won't uninstall.
>
> Is there any other, more appropriate flag for that?
> Is there a list of all those flags I can use?
>
>
> >>> [EMAIL PROTECTED] 8/27/2008 10:57 am >>>
> I think the documentation may be wrong, looking at my usage I would do
> this:
>  Value=""[#certs.bat]"" />
>
>
>
>
>
>  CONFIDENTIALITY NOTICE
> This message is intended exclusively for the individual or entity to which
> it is addressed. This communication may contain information that is
> proprietary, privileged, confidential or otherwise legally exempt from
> disclosure. If you are not the named addressee, you are not authorized to
> read, print, retain, copy or disseminate this message or any part of it. If
> you have received this message in error, please delete all copies of this
> message and notify the sender immediately by return mail or fax ATSI
> S.A.(+4812) 285 36 04.
> Any email attachment may contain software viruses which could damage your
> own computer system. Whilst reasonable precaution has been taken to minimise
> this risk, we cannot accept liability for any damage which you sustain as a
> result of software viruses. You should therefore carry out your own virus
> checks before opening any attachments.
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Tutorial WIX Edit

2008-08-27 Thread Pally Sandher
 
WiX edit is a "3rd party" GUI & not part of the WiX toolset. It's not
been updated since March 2007 & I wouldn't recommend using it to author
entire packages.
You would be better served learning how to author your own XML using
something like Visual Studio as the WiX plug-in for it (Votive) is very
good (I use VS2005 with the latest WiX 3.0 build exclusively for
creating our installation packages). If you can't get access to Visual
Studio you can start learning using just notepad but other people on the
list may be able to recommend other IDEs for WiX development.

The WiX 3.0 help also has plenty of examples which may be of use.


Palbinder Sandher 
Software Deployment and
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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of habib
jaouani
Sent: 27 August 2008 12:29
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Tutorial WIX Edit

Thank you very much for your fast respond, in this tutorial they don't
use WIX Edit. Is there samples?

2008/8/27 Pally Sandher <[EMAIL PROTECTED]>

> http://www.tramontana.co.hu/wix/
>
> Little old now but it should set you on the right track.
>
>
>
> Palbinder Sandher
> Software Deployment and 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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of habib 
> jaouani
> Sent: 27 August 2008 12:17
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Tutorial WIX Edit
>
> Hello every body,
>
> I am using WIX for the first time. I am searching a tutorial how to 
> use WIX I don't find. I would like to have a document about WIX Edit 
> and WIX.
>
> I am testing some examples but I don't know how to begin from 0 one 
> example.
>
> Can you provide me some informations?
>
> Thank you very much.
>
>
> --
> Habib JAOUANI
> --
> --
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's 
> challenge Build the coolest Linux based applications with Moblin SDK &

> win great prizes Grand prize is a trip for two to an Open Source event

> anywhere in the world 
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> --- This SF.Net email is sponsored by the Moblin Your Move Developer's

> challenge Build the coolest Linux based applications with Moblin SDK &

> win great prizes Grand prize is a trip for two to an Open Source event

> anywhere in the world 
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



--
Habib JAOUANI

-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge Build the coolest Linux based applications with Moblin SDK &
win great prizes Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
I do have it on both.
However, it then is unable to uninstall.

I changed 'NOT Installed' to 'INSTALLING' and automagically it works.
I don't like it however, because I didnt find any reference to INSTALLING 
property anywhere in the docs...

Krzysztof

>>> [EMAIL PROTECTED] 8/27/2008 1:35 pm >>>
"NOT Installed" is correct but you need it on the other CustomAction 
(CertsBatPath) or both.
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 11:47
To: wix-users@lists.sourceforge.net 
Subject: Re: [WiX-users] Odp: Re: Need help with QtExec



Ok, noe more thing.

How do I make the action be executed only when the installer is installing my 
app (as oposed to uninstalling or repairing)

I tried to use it as:

  NOT 
Installed

it works during install, but while uninstalling i get error, and program won't 
uninstall.

Is there any other, more appropriate flag for that?
Is there a list of all those flags I can use?


>>> [EMAIL PROTECTED] 8/27/2008 10:57 am >>>
I think the documentation may be wrong, looking at my usage I would do this:






CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Neil Sleightholm
"NOT Installed" is correct but you need it on the other CustomAction 
(CertsBatPath) or both.
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 11:47
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Odp: Re: Need help with QtExec



Ok, noe more thing.

How do I make the action be executed only when the installer is installing my 
app (as oposed to uninstalling or repairing)

I tried to use it as:

  NOT 
Installed

it works during install, but while uninstalling i get error, and program won't 
uninstall.

Is there any other, more appropriate flag for that?
Is there a list of all those flags I can use?


>>> [EMAIL PROTECTED] 8/27/2008 10:57 am >>>
I think the documentation may be wrong, looking at my usage I would do this:




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Tutorial WIX Edit

2008-08-27 Thread habib jaouani
Thank you very much, I will read the tutorials. I hope that I will attempt
my goal.

2008/8/27 Neil Sleightholm <[EMAIL PROTECTED]>

> I don't think you will find anything about WiX edit, it is not part of WiX
> and is a bit old now. I would just use WiX with Visual Studio (Votive). I
> tend to only use WiX Edit for editing custom dialogs.
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED] 
>
>
> 
>
> From: [EMAIL PROTECTED] on behalf of habib jaouani
> Sent: Wed 27/08/2008 12:29
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Tutorial WIX Edit
>
>
>
> Thank you very much for your fast respond, in this tutorial they don't use
> WIX Edit. Is there samples?
>
> 2008/8/27 Pally Sandher <[EMAIL PROTECTED]>
>
> > http://www.tramontana.co.hu/wix/
> >
> > Little old now but it should set you on the right track.
> >
> >
> >
> > Palbinder Sandher
> > Software Deployment and 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: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of habib
> > jaouani
> > Sent: 27 August 2008 12:17
> > To: wix-users@lists.sourceforge.net
> > Subject: [WiX-users] Tutorial WIX Edit
> >
> > Hello every body,
> >
> > I am using WIX for the first time. I am searching a tutorial how to use
> > WIX I don't find. I would like to have a document about WIX Edit and
> > WIX.
> >
> > I am testing some examples but I don't know how to begin from 0 one
> > example.
> >
> > Can you provide me some informations?
> >
> > Thank you very much.
> >
> >
> > --
> > Habib JAOUANI
> > 
> > -
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge Build the coolest Linux based applications with Moblin SDK &
> > win great prizes Grand prize is a trip for two to an Open Source event
> > anywhere in the world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> > -
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
> Habib JAOUANI
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
Habib JAOUANI
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Tutorial WIX Edit

2008-08-27 Thread Neil Sleightholm
I don't think you will find anything about WiX edit, it is not part of WiX and 
is a bit old now. I would just use WiX with Visual Studio (Votive). I tend to 
only use WiX Edit for editing custom dialogs.
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of habib jaouani
Sent: Wed 27/08/2008 12:29
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Tutorial WIX Edit



Thank you very much for your fast respond, in this tutorial they don't use
WIX Edit. Is there samples?

2008/8/27 Pally Sandher <[EMAIL PROTECTED]>

> http://www.tramontana.co.hu/wix/
>
> Little old now but it should set you on the right track.
>
>
>
> Palbinder Sandher
> Software Deployment and 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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of habib
> jaouani
> Sent: 27 August 2008 12:17
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Tutorial WIX Edit
>
> Hello every body,
>
> I am using WIX for the first time. I am searching a tutorial how to use
> WIX I don't find. I would like to have a document about WIX Edit and
> WIX.
>
> I am testing some examples but I don't know how to begin from 0 one
> example.
>
> Can you provide me some informations?
>
> Thank you very much.
>
>
> --
> Habib JAOUANI
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK &
> win great prizes Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



--
Habib JAOUANI
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Tutorial WIX Edit

2008-08-27 Thread habib jaouani
Thank you very much for your fast respond, in this tutorial they don't use
WIX Edit. Is there samples?

2008/8/27 Pally Sandher <[EMAIL PROTECTED]>

> http://www.tramontana.co.hu/wix/
>
> Little old now but it should set you on the right track.
>
>
>
> Palbinder Sandher
> Software Deployment and 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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of habib
> jaouani
> Sent: 27 August 2008 12:17
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Tutorial WIX Edit
>
> Hello every body,
>
> I am using WIX for the first time. I am searching a tutorial how to use
> WIX I don't find. I would like to have a document about WIX Edit and
> WIX.
>
> I am testing some examples but I don't know how to begin from 0 one
> example.
>
> Can you provide me some informations?
>
> Thank you very much.
>
>
> --
> Habib JAOUANI
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK &
> win great prizes Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Habib JAOUANI
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Tutorial WIX Edit

2008-08-27 Thread Pally Sandher
http://www.tramontana.co.hu/wix/

Little old now but it should set you on the right track. 



Palbinder Sandher 
Software Deployment and 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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of habib
jaouani
Sent: 27 August 2008 12:17
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Tutorial WIX Edit

Hello every body,

I am using WIX for the first time. I am searching a tutorial how to use
WIX I don't find. I would like to have a document about WIX Edit and
WIX.

I am testing some examples but I don't know how to begin from 0 one
example.

Can you provide me some informations?

Thank you very much.


--
Habib JAOUANI

-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge Build the coolest Linux based applications with Moblin SDK &
win great prizes Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Tutorial WIX Edit

2008-08-27 Thread habib jaouani
Hello every body,

I am using WIX for the first time. I am searching a tutorial how to use WIX
I don't find. I would like to have a document about WIX Edit and WIX.

I am testing some examples but I don't know how to begin from 0 one example.

Can you provide me some informations?

Thank you very much.


-- 
Habib JAOUANI
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Pally Sandher
Your inner text looks fine. I use the same but inside a CDATA tag e.g.



I would try that & see if it fixes your uninstall problem. No idea why
it would but you never know. I put my inner text inside CDATA tags as a
habit even when it shouldn't be required as in your code. Are you sure
the error is due to this Custom Action?
There is a list of Properties on MSDN ->
http://msdn.microsoft.com/en-us/library/aa370905.aspx but I'm not sure
this is the cause of your uninstall issue.

Neil Sleightholm is correct on the earlier problem with the Custom
Action. The examples for Qtexec in the WiX help documentation is
incorrect which also tripped me up using Qtexec earlier in the week.
I stripped my property setting custom action code down to minimum tags
required for a type 51 custom action e.g.



See http://msdn.microsoft.com/en-us/library/aa368237.aspx


Palbinder Sandher 
Software Deployment and 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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Krzysztof
Kozmic
Sent: 27 August 2008 11:47
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Odp: Re: Need help with QtExec

Ok, noe more thing.

How do I make the action be executed only when the installer is
installing my app (as oposed to uninstalling or repairing)

I tried to use it as:

  NOT
Installed

it works during install, but while uninstalling i get error, and program
won't uninstall.

Is there any other, more appropriate flag for that?
Is there a list of all those flags I can use?


>>> [EMAIL PROTECTED] 8/27/2008 10:57 am >>>
I think the documentation may be wrong, looking at my usage I would do
this:

 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof
Kozmic
Sent: Wed 27/08/2008 09:09
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Odp: Re: Need help with QtExec



It works, when I change it to:



Seems odd to me. And error message was not helpful at all.
Any idea why it works that way?
Anyway, thanks for help.

>>> [EMAIL PROTECTED] 8/27/2008 9:31 am >>>
Right,

I added it as a way of trying to fix it.
Actually removing it doesn't change anything.
I still get the error.


>>> [EMAIL PROTECTED] 8/27/2008 9:24 am >>>
I don't think you need the Impersonate attribute on SetCertsBatPath.

Neil

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] 




From: [EMAIL PROTECTED] on behalf of Krzysztof
Kozmic
Sent: Wed 27/08/2008 08:14
To: wix-users@lists.sourceforge.net 
Subject: [WiX-users] Need help with QtExec



Ok, I tried the approach with second action, but this time when I
compile I get error.
Error   1   ICE68: Invalid custom action type for action
'SetCertsBatPath'.


The actual script looks like this:




  

  
  



I basically copy/pasted from help. Why it doesn't work?



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to
which it is addressed. This communication may contain information that
is proprietary, privileged, confidential or otherwise legally exempt
from disclosure. If you are not the named addressee, you are not
authorized to read, print, retain, copy or disseminate this message or
any part of it. If you have received this message in error, please
delete all copies of this message and notify the sender immediately by
return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage
your own computer system. Whilst reasonable precaution has been taken to
minimise this risk, we cannot accept liability for any damage which you
sustain as a result of software viruses. You should therefore carry out
your own virus checks before opening any attachments.



-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 



-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
wo

Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
Ok, noe more thing.

How do I make the action be executed only when the installer is installing my 
app (as oposed to uninstalling or repairing)

I tried to use it as:

  NOT 
Installed

it works during install, but while uninstalling i get error, and program won't 
uninstall.

Is there any other, more appropriate flag for that?
Is there a list of all those flags I can use?


>>> [EMAIL PROTECTED] 8/27/2008 10:57 am >>>
I think the documentation may be wrong, looking at my usage I would do this:

 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 09:09
To: wix-users@lists.sourceforge.net 
Subject: [WiX-users] Odp: Re: Need help with QtExec



It works, when I change it to:



Seems odd to me. And error message was not helpful at all.
Any idea why it works that way?
Anyway, thanks for help.

>>> [EMAIL PROTECTED] 8/27/2008 9:31 am >>>
Right,

I added it as a way of trying to fix it.
Actually removing it doesn't change anything.
I still get the error.


>>> [EMAIL PROTECTED] 8/27/2008 9:24 am >>>
I don't think you need the Impersonate attribute on SetCertsBatPath.

Neil

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] 




From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 08:14
To: wix-users@lists.sourceforge.net 
Subject: [WiX-users] Need help with QtExec



Ok, I tried the approach with second action, but this time when I compile I get 
error.
Error   1   ICE68: Invalid custom action type for action 'SetCertsBatPath'.


The actual script looks like this:




  

  
  



I basically copy/pasted from help. Why it doesn't work?



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
h

Re: [WiX-users] Installation hangs on 64-bit Windows Server 2008

2008-08-27 Thread anwesha.m


I have all role services under IIS 6 management compatibilty installed- which 
includes- IIS 6 Metabase Compatibility, IIS 6 Management Console,IIS 6 WMI 
compatibility, IIS 6 scripting tools.All are installed. Do i need to explicitly 
enable them from somewhere? I did not understand what it means by "running from 
an elevated process". Actually the website is getting created, but only after I 
cancel the msiexec process from task manager. What could be the reason behind 
such a behavior?
Thanks!



Date: Tue, 26 Aug 2008 08:43:28 -0700From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: [WiX-users] Installation hangs on 64-bit Windows Server 
2008anwesha.m wrote: > Action 23:46:45: CreateWebSite. >   On Vista and Server 
2008, the WiX IIS custom actions require that the "IIS Metabase and IIS6 
configuration compatibility" feature be installed. It also requires running 
from an elevated process because of lockdown changes the IIS team made in SP1. 
-- sig://boB 
http://joyofsetup.com/-
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge 
Build the coolest Linux based applications with Moblin SDK & win great prizes 
Grand prize is a trip for two to an Open Source event anywhere in the world 
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
 WiX-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net
 /lists/listinfo/wix-users



Subscribed to Nabble @ 
http://n2.nabble.com/Installation-hangs-on-64-bit-Windows-Server-2008-tp783693p783693.html
 To unsubscribe, click here. 
_
Searching for the best deals on travel? Visit MSN Travel.
http://msn.coxandkings.co.in/cnk/cnk.do
-- 
View this message in context: 
http://n2.nabble.com/Installation-hangs-on-64-bit-Windows-Server-2008-tp783693p786586.html
Sent from the wix-users mailing list archive at Nabble.com.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Neil Sleightholm
I think the documentation may be wrong, looking at my usage I would do this:

 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 09:09
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Odp: Re: Need help with QtExec



It works, when I change it to:



Seems odd to me. And error message was not helpful at all.
Any idea why it works that way?
Anyway, thanks for help.

>>> [EMAIL PROTECTED] 8/27/2008 9:31 am >>>
Right,

I added it as a way of trying to fix it.
Actually removing it doesn't change anything.
I still get the error.


>>> [EMAIL PROTECTED] 8/27/2008 9:24 am >>>
I don't think you need the Impersonate attribute on SetCertsBatPath.

Neil

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] 




From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 08:14
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Need help with QtExec



Ok, I tried the approach with second action, but this time when I compile I get 
error.
Error   1   ICE68: Invalid custom action type for action 'SetCertsBatPath'.


The actual script looks like this:




  

  
  



I basically copy/pasted from help. Why it doesn't work?



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise

[WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
It works, when I change it to:



Seems odd to me. And error message was not helpful at all.
Any idea why it works that way? 
Anyway, thanks for help.

>>> [EMAIL PROTECTED] 8/27/2008 9:31 am >>>
Right,

I added it as a way of trying to fix it.
Actually removing it doesn't change anything.
I still get the error.


>>> [EMAIL PROTECTED] 8/27/2008 9:24 am >>>
I don't think you need the Impersonate attribute on SetCertsBatPath.
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 08:14
To: wix-users@lists.sourceforge.net 
Subject: [WiX-users] Need help with QtExec



Ok, I tried the approach with second action, but this time when I compile I get 
error.
Error   1   ICE68: Invalid custom action type for action 'SetCertsBatPath'.


The actual script looks like this:




   

  
  



I basically copy/pasted from help. Why it doesn't work?



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 


CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment 

[WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
Right,

I added it as a way of trying to fix it.
Actually removing it doesn't change anything.
I still get the error.


>>> [EMAIL PROTECTED] 8/27/2008 9:24 am >>>
I don't think you need the Impersonate attribute on SetCertsBatPath.
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 08:14
To: wix-users@lists.sourceforge.net 
Subject: [WiX-users] Need help with QtExec



Ok, I tried the approach with second action, but this time when I compile I get 
error.
Error   1   ICE68: Invalid custom action type for action 'SetCertsBatPath'.


The actual script looks like this:




   

  
  



I basically copy/pasted from help. Why it doesn't work?



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Need help with QtExec

2008-08-27 Thread Neil Sleightholm
I don't think you need the Impersonate attribute on SetCertsBatPath.
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 



From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic
Sent: Wed 27/08/2008 08:14
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Need help with QtExec



Ok, I tried the approach with second action, but this time when I compile I get 
error.
Error   1   ICE68: Invalid custom action type for action 'SetCertsBatPath'.


The actual script looks like this:




   

  
  



I basically copy/pasted from help. Why it doesn't work?



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
Ok, I tried the approach with second action, but this time when I compile I get 
error.
Error   1   ICE68: Invalid custom action type for action 'SetCertsBatPath'.


The actual script looks like this:






  
  



I basically copy/pasted from help. Why it doesn't work?



CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users