Re: [WiX-users] Pass selected Features as parameters to custom action

2010-03-04 Thread Asiri Wanigarathne
thanks mate you are spot on schdule it after CostFinalize and it worked fine. Regards, Asiri Wanigarathne On 4 March 2010 13:06, jnanneng john.nanne...@microsoft.com wrote: Costing operations haven't occurred at the time the CA is being scheduled so the feature state items are not set, yet

[WiX-users] Create MS SQL Server 2008 database during installation.

2010-03-22 Thread Asiri Wanigarathne
/Directory Feature Id=ProductFeature Title=WIX Level=1 ComponentRef Id=ProductComponent / ComponentGroupRef Id=Product.Generated / /Feature /Product /Wix Thanks, Regards, Asiri Wanigarathne

Re: [WiX-users] install SQL server with mixed mode authentication

2010-03-22 Thread Asiri Wanigarathne
instancename=SQLEXPRESS SQLAUTOSTART=1 ADDUSERASADMIN=1' EstimatedInstalledBytes=22500 EstimatedTempBytes=22500 EstimatedInstallSeconds=420 change the arguments attribute to allow mixed mode authentication. hope this helps. Regards, Asiri

Re: [WiX-users] Create MS SQL Server 2008 database during installation.

2010-03-24 Thread Asiri Wanigarathne
. Return value 3. also attached the full log file. thanks Regards, Asiri Wanigarathne On 25 March 2010 07:17, Bob Arnson b...@joyofsetup.com wrote: On 3/22/2010 10:36 PM, Asiri Wanigarathne wrote: My installer fails with following error message: Error – 2147467259. Failed to create SQL

Re: [WiX-users] Create MS SQL Server 2008 database during installation.

2010-03-25 Thread Asiri Wanigarathne
] Database=TestDatabase/ Regards, Asiri Wanigarathne On 26 March 2010 11:54, Bob Arnson b...@joyofsetup.com wrote: On 3/25/2010 1:46 AM, Michael Osmond wrote: Error 0x80004005: failed to create to database: 80004005 - is Access Denied. That's 0x80040005

[WiX-users] (no subject)

2010-03-29 Thread Asiri Wanigarathne
on uninstall because this might cause other applications depending on MS DTC to stop working. Thanks Regards, Asiri Wanigarathne -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling

[WiX-users] SQL Extension broken in WIX 3.5 Beta build 1602?

2010-04-16 Thread Asiri Wanigarathne
and running SQL scripts do not work in the installer build with WIX 3.5 Beta build 1602. I think SQL Extension is broken in the build 1602. Anyone else has noticed this issue with WIX 3.5 beta build 1602? Thanks. Regards, Asiri Wanigarathne http://www.asiri.name

Re: [WiX-users] SQL Extension broken in WIX 3.5 Beta build 1602?

2010-04-16 Thread Asiri Wanigarathne
Beta Build 1602) has not created a database. Also Installer indicates successful installation. On Monday I can provide you the log files. Do you want log files for installers built with both builds or just build 1602 ? thanks. Regards, Asiri Wanigarathne http://www.asiri.name On 17 April 2010

Re: [WiX-users] SQL Extension broken in WIX 3.5 Beta build 1602?

2010-04-19 Thread Asiri Wanigarathne
Hi Rob, I have attached log files for both builds. On build 1602 installer doesn't pop-up the database already exists dialog. Also it doesn't create the database or run the scripts. thanks. Regards, Asiri Wanigarathne http://www.asiri.name On 17 April 2010 10:48, Asiri Wanigarathne waas

Re: [WiX-users] SQL Extension broken in WIX 3.5 Beta build 1602?

2010-04-20 Thread Asiri Wanigarathne
. Regards, Asiri Wanigarathne http://www.asiri.name On 19 April 2010 18:08, Asiri Wanigarathne waas...@gmail.com wrote: Hi Rob, I have attached log files for both builds. On build 1602 installer doesn't pop-up the database already exists dialog. Also it doesn't create the database or run

Re: [WiX-users] Execute a script

2010-04-21 Thread Asiri Wanigarathne
Hi What is the WiX build you are using to build the MSI ? I got a WiX project with one database creation and multiple XML file modifications and that works fine. But I had issues creating the database in MSI built with WiX 3.5 Build 1602. Regards, Asiri Wanigarathne http://www.asiri.name

Re: [WiX-users] Dependency Conditionals?

2010-04-21 Thread Asiri Wanigarathne
= ]] /Condition Regards, Asiri Wanigarathne http://www.asiri.name On 22 April 2010 02:44, jeff00seattle jeff_tan...@earthlink.net wrote: Hi Is there a way to define external product dependency conditionals within WiX authoring, and if this conditional is not meet then do not install? I am

Re: [WiX-users] MSBuild generated bootstrapper question

2010-05-27 Thread Asiri Wanigarathne
yes it is possible t change the password. you need to tweak the configuration file and set authentication to use mixed mode. Refer to the following msdn page find the parameters you need to change http://msdn.microsoft.com/en-us/library/ms144259.aspx Regards, Asiri Wanigarathne On 16 May 2010

[WiX-users] Copy text (Serial Key) to clipboard in a C# Custom Action

2010-07-12 Thread Asiri Wanigarathne
in your custom actions ? I need to refer to WinForms library to access the clipboard in C#. Please share your experience and suggestions regarding this. Thanks in advance Regards, Asiri Wanigarathne -- This SF.net email