[WiX-users] Setup wizard ended prematurely because of an error

2011-04-11 Thread bharatj
Hello All, I have written my first action script using C#. It has to create a text under temp folder. If temp folder exists action script runs successfully and WIX MSI works perfect. If temp folder doesnt exist action script returns failure and Setup ends prematurely. It is not showing the intende

[WiX-users] Creating

2011-03-21 Thread bharatj
-- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-tp6192384p6192384.html Sent from the wix-users mailing list archive at Nabble.com. -- Colocation vs. Managed Hostin

[WiX-users] Creating new Oracle Database and basic table structure

2011-03-21 Thread bharatj
Hello All, Can anyone please explain how to create oracle database, Basic structure(Empty tables with few procedures) using WIX. Could you please let me know whether it is possible or not? Also how to check whether oracle is installed or not in the system? Thanks & Regards, Bharat Jasti

[WiX-users] Creating a subweb in existing websites

2011-02-09 Thread bharatj
Hello All, Does anyone here worked on vs2010 web application deployment into IIS 7.0. My requirement is to get all the existing websites in IIS 7.0 and allow users to create a subweb under any one of the existing website. Then create a application pool and virtual directory for that newly crea

Re: [WiX-users] Reg: Updating connection strings in web.config

2011-02-07 Thread bharatj
Thanks Peter, I got it corrected. There was problem with single quotes also. I have corrected it too. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Reg-Updating-connection-strings-in-web-config-tp5966709p6000666.html Sent from the wix-users maili

Re: [WiX-users] Reg: Updating connection strings in web.config

2011-02-01 Thread bharatj
Hello All, I have rectified the error by giving the correct file path in But now I am getting the error Failed to find node I want to update the host and port details in the following xml configuration Could an

Re: [WiX-users] Reg: Updating connection strings in web.config

2011-01-31 Thread bharatj
Hello Rob, I am trying to prepare an MSI for vs2010 web application project. During Installation, I have to update the connection string in web.config so that application points to production server. I am taking database server, port and credentials from user through UI dailogue box and trying t