Re: [WiX-users] How to change the installed config file after msi setup

2009-03-03 Thread Anu Dev
AM Subject: Re: [WiX-users] How to change the installed config file after msi setup Nan Zang wrote: > generate a new config file. But the problem is: I cannot launch the > application with administrator rights, so I always get "Access denied" error, > and there is also no &q

Re: [WiX-users] How to change the installed config file after msi setup

2009-03-02 Thread Bob Arnson
Nan Zang wrote: > generate a new config file. But the problem is: I cannot launch the > application with administrator rights, so I always get "Access denied" error, > and there is also no "prompting window for admin rights". > MSI runs elevated processes only as deferred, no-impersonate cus

Re: [WiX-users] How to change the installed config file after msi setup

2009-03-02 Thread Nan Zang
Thanks a lot, Nan -Original Message- From: Pierson Lee (PIE) [mailto:pierson@microsoft.com] Sent: Monday, March 02, 2009 1:03 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to change the installed config file after msi setup Is there a reason you

Re: [WiX-users] How to change the installed config file after msi setup

2009-03-02 Thread Pierson Lee (PIE)
Is there a reason you don't want to do it through the MSI? You can edit the config file directly using XMLConfig/ -Original Message- From: Nan Zang [mailto:naz...@exchange.microsoft.com] Sent: Friday, February 27, 2009 5:29 PM To: General discussion for Windows Installer XML toolset. Sub

Re: [WiX-users] How to change the installed config file after msi setup

2009-02-28 Thread Bob Arnson
Nan Zang wrote: > I want to make an msi to install files (application.exe and > application.exe.config) into Program Files Folder, and then from msi to > launch another application to modify the application.exe.config file. Use XmlFile to change the .config file. -- sig://boB http://joyofsetu