Just a quick question, instead of referring to the user using an attribute, couldn’t we have a nested <User> or <UserRef name=”name”/> element? That makes it more explicit to me (now you may confuse it with a username on the machine, eg. “Administrator” ).

 

Frederik.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fredrik Grohn
Sent: zaterdag 26 augustus 2006 14:16
To: 'Chris Leon'
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Message Queues

 

(adding wix-users)

 

Hi Chris,

 

The latest release 2.0.4415.0 (http://sourceforge.net/project/showfiles.php?group_id=105970&package_id=114109) should contain all fixes I had pending. I haven’t had time to look into this specific issue. If you are still seeing this problem with build 2.0.4515.0 I suggest you file a bug at SourceForge (http://sourceforge.net/tracker/?group_id=105970&atid=642714) and I’ll look into it.

 

A working sample should look something like this:

 

<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi' xmlns:pca="http://schemas.microsoft.com/wix/2005/02/pubca">

 

      <User Id="myuser" Domain="." Name="Administrator" />

      ...

      <Component ...>

            ...

            <pca:MessageQueue Id="MyMessageQueue" Label="My Message Queue" PathName=".\Private$\MyMessageQueue">

 

                  <pca:MessageQueuePermission Id="MyMessageQueuePermission" User="myuser" ReceiveMessage="yes" />

 

            </pca:MessageQueue>

 

      </Component>

</Wix>

 

You should not have to do anything with sequencing to make this work.

 

Fredrik

 


From: Chris Leon [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 17, 2006 1:47 AM
To: [EMAIL PROTECTED]
Subject: Message Queues

 

Hi Fredrick - I got your email address from Chandra ([EMAIL PROTECTED]). Is the uninstall of the message queues using a domain account fixed? If so, what release contains this fix? I am installing a MessageQueue and adding a domain account, but on uninstall I get an error about not being about to find the SID. Chandra says this is fixed, but I have a version of Wix from June that is still broken.  Please send me a link or location of the build that has this fix, and a sample of how you are implementing it in Wix (I'm pretty sure I have the Wix part right, its just the uninstall is broken). Also, do I need to do anything special with the sequencing?

 

Any help you can give would be awesome!

 

Chris

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to