Re: [WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread Alexey Ivanov
s/desktop/dd765197(v=vs.85).aspx > ) > Perhaps your ICEs are gone then. > > -Original Message- > From: Alexey Ivanov [mailto:alexey.iva...@gmail.com] > Sent: Dienstag, 3. Juli 2012 17:25 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users]

Re: [WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread ferdi.oeztuerk
for Windows Installer XML toolset. Subject: [WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64 Part of XML: http://schemas.microsoft.com/wix/2006/wi

Re: [WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread ferdi.oeztuerk
: Dienstag, 3. Juli 2012 17:25 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64 Part of XML: http://schemas.microsoft.com/wix/2006/wi

[WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread Alexey Ivanov
Part of XML: http://schemas.microsoft.com/wix/2006/wi";> There Orca Validation http://pastebin.ru/tW9D8Aae I found fix, http://stackoverflow.com/ques

Re: [WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-15 Thread Ravi Raj
; Would it be possible to provide the 3 components which describe the 3 >>> values in question? In addition, since I assume you are rewriting these >>> values during a repair it would be interesting to see how you are >>> populating the property values. Have you searc

Re: [WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-15 Thread Ravi Raj
Verbose logging would tell you the value of the properties and the changes >> to the components. >> >> >> -Original Message- >> From: Ravi Raj [mailto:raviraj.callin...@gmail.com] >> Sent: Friday, June 15, 2012 12:31 AM >> To: General discussion

Re: [WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-14 Thread Ravi Raj
-Original Message- > From: Ravi Raj [mailto:raviraj.callin...@gmail.com] > Sent: Friday, June 15, 2012 12:31 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Only one Registry Entry gets deleted while Repair > > Ok to test Repair I manually delete some fi

Re: [WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-14 Thread Hoover, Jacob
: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: Friday, June 15, 2012 12:31 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Only one Registry Entry gets deleted while Repair Ok to test Repair I manually delete some files and rerun the installer. It puts

Re: [WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-14 Thread Ravi Raj
gt; From: Ravi Raj [mailto:raviraj.callin...@gmail.com] > Sent: Friday, June 15, 2012 12:08 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Only one Registry Entry gets deleted while Repair > > I have seen log for those valus and they are: > MSI (

Re: [WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-14 Thread Hoover, Jacob
rom: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: Friday, June 15, 2012 12:08 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Only one Registry Entry gets deleted while Repair I have seen log for those valus and they are: MSI (s) (80:C8) [17:42:53:519]: PROPERTY C

Re: [WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-14 Thread Ravi Raj
ecks of other "objects" > within said component. > > Jacob > > > -Original Message- > From: Ravi Raj [mailto:raviraj.callin...@gmail.com] > Sent: Thursday, June 14, 2012 10:38 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Only

Re: [WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-14 Thread Hoover, Jacob
XML toolset. Subject: [WiX-users] Only one Registry Entry gets deleted while Repair I am seeing this strange behavior of my installer while performing Repair. When I do Right-click -> Repair, things happens great. I get back my missing (deleted) files. and also custom action preforms great. But

[WiX-users] Only one Registry Entry gets deleted while Repair

2012-06-14 Thread Ravi Raj
I am seeing this strange behavior of my installer while performing Repair. When I do Right-click -> Repair, things happens great. I get back my missing (deleted) files. and also custom action preforms great. But when I double-click the installer and perform repair via Maintenance Mode, things happe

Re: [WiX-users] Only start install if specific application isn't running?

2008-05-05 Thread Blair Murri
PROTECTED] On Behalf Of Colin Bleckner Sent: Monday, May 05, 2008 3:28 PM To: Bob Arnson Cc: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Only start install if specific application isn't running? Well I've finally upgraded to WiX 3 so I can try this out. Howe

Re: [WiX-users] Only start install if specific application isn't running?

2008-05-05 Thread Colin Bleckner
Well I've finally upgraded to WiX 3 so I can try this out. However, it doesn't seem to like the "Property" or "RebootPrompt" attributes ("The util:CloseApplication element contains an unexpected attribute 'Property'."). Not sure what to do to get around that. Any ideas? Colin Bob Arnson wro

Re: [WiX-users] Only start install if specific application isn't running?

2008-04-14 Thread Bob Arnson
Rob Mensching wrote: > CloseApps CustomAction gives you just about everything you need. You'll need > to tweak it a bit to get a Property set. > Only if you consider the use of the Property attribute to be "tweaking." The CloseApplication element already lets you specify a property to be se

Re: [WiX-users] Only start install if specific application isn't running?

2008-04-14 Thread Rob Mensching
e.net Subject: [WiX-users] Only start install if specific application isn't running? Hi, I'd like my installer to display an error if a user tries to start an installation while a certain application is running (like Internet Explorer, for example). Is it possible to detect whether an

[WiX-users] Only start install if specific application isn't running?

2008-04-14 Thread Colin Bleckner
Hi, I'd like my installer to display an error if a user tries to start an installation while a certain application is running (like Internet Explorer, for example). Is it possible to detect whether an application or process is running with WiX and build a condition from it? Thanks, Colin ---

Re: [WiX-users] Only installing shortcuts when an "install shortcuts" feature is selected

2007-04-06 Thread Mike Poulson
Subject: [WiX-users] Only installing shortcuts when an "install shortcuts" feature is selected (Sorry about the incomplete message...) Hello, I have an interesting WiX problem: I want to be able to install a bunch of files, some of which have start menu shortcuts. The user shou

[WiX-users] Only installing shortcuts when an "install shortcuts" feature is selected

2007-04-06 Thread Bill Canning
(Sorry about the incomplete message...) Hello, I have an interesting WiX problem: I want to be able to install a bunch of files, some of which have start menu shortcuts. The user should be able to choose the features he wants that will install these files as usual. However, I want to create

[WiX-users] Only trusted products

2007-01-24 Thread Arias Greg
Genuie and from the Original manufacturer are selling by Trusted vendor. Don't miss this chance to buy Hight-Quality production! Our online shop: http://noonespecialband.info Only today and only for you all prices eased for 60%! P.S.: Forward this email to 10 your friends and you'll get a goo

[WiX-users] only.

2006-10-31 Thread reveal
Be completed need have? Marked am an asterisk must be completed need.Stand in out crowd inorder is attract most attention Benefits Remember.Club of Outdoors Nature Parenting Families. Behalf Ethnic Group Customer Support is Compare prices.This site Please am check in Internet! Author Search