[WiX-users] Add\Remove Programs issue

2007-05-14 Thread nhenny
Not sure if this is a WiX issue, but I will see what you all have to say Here's the situation: Created an MSI (always created with the same GUIDS as I am still creating the initial package to be released) Installed it as a Domain Admin (and Domain Admins are part of the local Admin group) on

Re: [WiX-users] Add\Remove Programs issue

2007-05-15 Thread nhenny
-Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Dustin Andrews >> Sent: 14. maj 2007 22:13 >> To: nhenny; wix-users@lists.sourceforge.net >> Subject: Re: [WiX-users] Add\Remove Programs issue >> >> I th

[WiX-users] Patching, patching, and more patching.....

2007-04-13 Thread nhenny
Hello, From research I have done, it appears that this type of question has been asked a few times before (so please hang in there)…but I am still a little sketchy on the details of how to accomplish it or maybe if I am understanding the process correctly. Here is what I would like to do: Creat

[WiX-users] Unable to write "(Default)" registry key

2008-02-08 Thread nhenny
Using Wix 2.0... I am attempting to write a registry key and set the (Default) value for the key and to this point up end with either a blank (Default) value or 2 (Default) registry values. Here is may component If I don't create a "Name" attribute

Re: [WiX-users] Unable to write "(Default)" registry key

2008-02-08 Thread nhenny
I figured it out... I changed it to this and it worked: Hopefully this will help someone else. Thanks. -- View this message in context: http://www.nabble.com/Unable-to-write-%22%28Default%29%22-registry-key-tp15363023p15363821.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Losing property values...

2008-03-25 Thread nhenny
I have a immediate CA that setups some properties which build path information for me to use when I setup a virtual directory, for example: Then I have a the following as my : NOT Installed NOT REINSTALL="ALL" REMOVE="ALL" REMOVE="ALL"