Re: [WiX-users] Problem setting directory permissions using newly created account

2012-06-07 Thread John H Bergman (XPedient)
Sent, off list. -Original Message- From: Shyam Kannam [mailto:shyam.kan...@gmail.com] Sent: Thursday, June 07, 2012 11:47 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem setting directory permissions using newly created account Thanks John

Re: [WiX-users] Problem setting directory permissions using newly created account

2012-06-07 Thread Shyam Kannam
istopher Painter" > > > > Sent: Wednesday, June 06, 2012 2:49 PM > > > > To: "General discussion for Windows Installer XML toolset." > > , wix-users@lists.sourceforge.net > > > > Subject: Re: [WiX-users] Problem setting directory permissions

Re: [WiX-users] Problem setting directory permissions using newly created account

2012-06-07 Thread John H Bergman (XPedient)
, June 07, 2012 11:14 AM To: chr...@iswix.com; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem setting directory permissions using newly created account In a similar note, is there a way to modify the application executable to "to run as administrator&

Re: [WiX-users] Problem setting directory permissions using newly created account

2012-06-07 Thread Shyam Kannam
- > > From: "Christopher Painter" > > Sent: Wednesday, June 06, 2012 2:49 PM > > To: "General discussion for Windows Installer XML toolset." > , wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Problem setting directo

Re: [WiX-users] Problem setting directory permissions using newly created account

2012-06-06 Thread Christopher Painter
e: [WiX-users] Problem setting directory permissions using newly created account I tried a hack where I put ConfigureUsers in the target InstallExecuteSequence ahead of CreateFolders so that it would already be there during the merge process. It works in the sense the order is altered but i

Re: [WiX-users] Problem setting directory permissions using newly created account

2012-06-06 Thread Christopher Painter
I tried a hack where I put ConfigureUsers in the target InstallExecuteSequence ahead of CreateFolders so that it would already be there during the merge process. It works in the sense the order is altered but it doesn't work. I'm suspecting that ConfigureUsers is calling DoAction to schedule t