Re: [WiX-users] changing a directory during modify

2007-04-27 Thread Lindsay Harris
Harris; Bob Arnson; Rajive Kumar Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] changing a directory during modify Unfortunately, once the component is installed, you can't change its directory - which it has, even if it has no files - during a modify operation. And because

Re: [WiX-users] changing a directory during modify

2007-04-27 Thread Bob Arnson
r Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] changing a directory during modify Thanks everyone for the responses. I am trying to ACL this directory, so there ARE compo

Re: [WiX-users] changing a directory during modify

2007-04-27 Thread LEMIRE, JOHN
Arnson; Rajive Kumar Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] changing a directory during modify Thanks everyone for the responses. I am trying to ACL this directory, so there ARE components installed

Re: [WiX-users] changing a directory during modify

2007-04-27 Thread Lindsay Harris
PROTECTED] Sent: Friday, April 27, 2007 12:05 AM To: Rajive Kumar Cc: Lindsay Harris; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] changing a directory during modify Rajive Kumar wrote: I am not sure I understand the distinction. It is a property for the location of the data directory. The

Re: [WiX-users] changing a directory during modify

2007-04-27 Thread Bob Arnson
Rajive Kumar wrote: I am not sure I understand the distinction. It is a property for the location of the data directory. The difference is that if it's a directory to which any components are installed, you won't be able to change it during maintenance mode. If it's just a property that's

Re: [WiX-users] changing a directory during modify

2007-04-26 Thread Rajive Kumar
27;C:\Documents and Settings\Administrator\Desktop\one'. From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 11:41 PM To: Rajive Kumar Cc: Lindsay Harris; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] changing a directory during modify Rajive Kumar wro

Re: [WiX-users] changing a directory during modify

2007-04-26 Thread Bob Arnson
Rajive Kumar wrote: Thanks for the response. We are not trying to change the install location but trying to change the location where the app stores it data. How are you using ARCHIVEFOLDERDIR? Is it a property or a directory? -- sig://boB http://bobs.org -

Re: [WiX-users] changing a directory during modify

2007-04-26 Thread Rajive Kumar
Subject: Re: [WiX-users] changing a directory during modify Lindsay Harris wrote: I am having problems with changing a directory based on input from the uer. It works fine during the initial install, but during modify, the path is set correctly, and then inexplicably reset back to its initial

Re: [WiX-users] changing a directory during modify

2007-04-26 Thread Bob Arnson
Lindsay Harris wrote: I am having problems with changing a directory based on input from the uer. It works fine during the initial install, but during modify, the path is set correctly, and then inexplicably reset back to its initial value right after CostFinalize. I don't understand why.

Re: [WiX-users] changing a directory during modify

2007-04-26 Thread Rob Mensching
Yeah, I don't think you can do that. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lindsay Harris Sent: Thursday, April 26, 2007 1:28 PM To: wix-users@lists.sourceforge.net Cc: Rajive Kumar Subject: [WiX-users] changing a directory during modify Hello, I am having problems

[WiX-users] changing a directory during modify

2007-04-26 Thread Lindsay Harris
Hello, I am having problems with changing a directory based on input from the uer. It works fine during the initial install, but during modify, the path is set correctly, and then inexplicably reset back to its initial value right after CostFinalize. I don't understand why. How can I stop th