[WiX-users] ExitDialog appearing two times

2009-10-29 Thread danimian
Hello, by clicking Next in a Dialog window as MyDialog the ExitDialog is appearing two times. I am using Wix_Mondo. Publish Dialog=ExitDialog Control=Finish Event=EndDialog Value=Return Order=9991/Publish Publish Dialog=MyDialog Control=Next Event=NewDialog Value=ExitDialog1/Publish what can be

[WiX-users] WixUI_Mondo with only two setup types?

2009-10-27 Thread danimian
Hello, i am using WixUI_Mondo which is offering three setup types (typical, custom and complete). Is it possible that WixUI_Mondo offers only two setup types (custom and complete)? How to solve it? Best Regards Adnan -- View this message in context:

[WiX-users] Having trouble if uninstall. The installed product does not match the installation source.

2009-10-25 Thread danimian
Hello, i want to uninstall the product but getting the following message The installed product does not match the installation source(s). Until a matching source is provided or the installed product and source are synchronized, this action can not be performed. I tried with other softwares to

[WiX-users] How to assign user a Full Trust Level during installation process

2009-10-23 Thread danimian
Hello, I need some help regarding to Full Trust Level. Our application only allows to start from the users with Full Trust Level. We want that Full Trust Level must assign to user (if he is not with Full Trust Level) during the installation. In this way we can avoid this security problem to start

[WiX-users] How to create window before exit dialog

2009-10-21 Thread danimian
Hello, how can i create a window before ExitDialog window? I want to show my own Dialog window (MyDlg) before ExitDialog window. I am trying this but it is not functioning. Publish Dialog=SetupTypeDlg Control=Next Event=NewDialog Value=MyDlg1/Publish I think, i am missing the right name of Dialog

[WiX-users] Clear button functionality to clear or reset input values from Edit box

2009-10-14 Thread danimian
Hi, user is giving input values and filling the form during installation. All values coming through Editbox, I want to make a clear button. If user push this button then all input values must be clear or reset. How to accomplish this functionality? This is my Control: Control Id=Clear

[WiX-users] Problem while creating objects by calling custom action

2009-10-08 Thread danimian
Hi, i am writing a custom action with following code, creating an object. It is Working well. Actually this custom action must create many objects too if user want to create many (by clicking save button many time and calling custom action everytime). The problem is, it is overwriting old object

Re: [WiX-users] Problem while creating objects by calling custom action

2009-10-08 Thread danimian
. -f -Original Message- From: danimian [mailto:miand...@gmail.com] Sent: Thursday, October 08, 2009 1:58 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem while creating objects by calling custom action Hi, i am writing a custom action with following code

[WiX-users] write custom action in csharp for storing information

2009-10-06 Thread danimian
Hi, in tutorial there is an example of csharp custom action for checking Key which look like this public class SampleCheckPID { [CustomAction] public static ActionResult CheckPID(Session session) { string Pid = session[PIDKEY]; session[PIDACCEPTED] = Pid.StartsWith(1) ?

Re: [WiX-users] write custom action in csharp for storing information

2009-10-06 Thread danimian
session[PROPERTY1]=j; Can you provide more info as what are you planning to perform? Thanks, Sudheer BGE Build Team (X 34482) -Original Message- From: danimian [mailto:miand...@gmail.com] Sent: Tuesday, October 06, 2009 2:41 PM To: wix-users@lists.sourceforge.net Subject

[WiX-users] How to save connection Information during installation

2009-10-05 Thread danimian
Hi Experts, How can i save the Information like Server, Port, DBName, Alias, Timeout, Type during the installatoin process? To accomplish this task i am creating a new window after License Window. I am writing in DBDlg.wxs a Fragment, this Fragment contains Dialog with Controls. These Controls

Re: [WiX-users] How to save connection Information during installation

2009-10-05 Thread danimian
into the properties In most cases I also give the properties a default value. Michael -Original Message- From: danimian [mailto:miand...@gmail.com] Sent: Tuesday, 6 October 2009 8:42 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to save connection Information during

Re: [WiX-users] How to change background color behind the checkbox - last install page

2009-10-04 Thread danimian
@lists.sourceforge.net/msg30305.html http://sourceforge.net/tracker/index.php?func=detailaid=2025677group_id=105970atid=642714 Sascha On Fri, Oct 2, 2009 at 7:08 AM, danimian miand...@gmail.com wrote: Hi, at last page of install, is there any way to change the background color behind the checkbox

Re: [WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-10-01 Thread danimian
://www.instyler.com On 30.09.2009, at 17:38, danimian wrote: I just tried to install it manually, it's not working manually. Sebastian Brand (Instyler Software) wrote: I think, it's still something bigger than just a WiX issue... Can you manually install the application on the without using

[WiX-users] How to set the checkbox as checked by default for launching application at last page of install

2009-10-01 Thread danimian
Hi, The Application is launching after installation if user click on checkbox (it is not checked by default), it is working fine. My question is, is there any way set the checkbox as checked first then user can deselect it? I mean How to display at the last page of install checkbox as checked by

Re: [WiX-users] How to set the checkbox as checked by default for launching application at last page of install

2009-10-01 Thread danimian
Thanks a lot. It is working. Best Regards Blair-2 wrote: Add Property Id=WIXUI_EXITDIALOGOPTIONALCHECKBOX Value=1/ to your code. -Original Message- From: danimian [mailto:miand...@gmail.com] Sent: Thursday, October 01, 2009 11:26 AM To: wix-users@lists.sourceforge.net

[WiX-users] How to change background color behind the checkbox - last install page

2009-10-01 Thread danimian
Hi, at last page of install, is there any way to change the background color behind the checkbox or background color behind the text Launch application now? How to fix it? or How to make it transparent? Best Regards Adnan -- View this message in context:

[WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread danimian
Hi, i am facing trouble after installation when i run the application (.exe) on other computers. On my Own computer works fine. I am using WIX V3 and OS is Windows XP Professional SP2. (installation working successfully). i am getting the following error: EventType : clr20r3 P1 :

Re: [WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread danimian
. Is .NET installed on the target machine? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com -Original Message- From: danimian [mailto:miand

Re: [WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread danimian
, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com On 30.09.2009, at 15:35, danimian wrote: Hi, yes .NET Framework 3.5 SP1 is our basic requirement and it is already installed

Re: [WiX-users] Force Administrator to install...

2009-09-24 Thread danimian
Hi, Yes. Try this. It will refuse to run if you're not an administrator on your machine. Condition Message=You need to be an administrator to install this product. Privileged /Condition Regards Adnan Dominique Louis wrote: Hi all, Is there a way to only allow Administrators to install

[WiX-users] setup type custom

2009-09-24 Thread danimian
Hi, when user choose setup type custom, is it possible to install only selected values? What we want is that after choosing the setup type custom the user must select or click on Documentation to install it with main installation. I am using following code: Feature Id=Complete Title=myTitle

Re: [WiX-users] setup type custom

2009-09-24 Thread danimian
UI which we are using is WixUI_Mondo Blair-2 wrote: Kind of UI used to select features? Verbose log to determine what is going on? -Original Message- From: danimian [mailto:miand...@gmail.com] Sent: Thursday, September 24, 2009 1:14 AM To: wix-users@lists.sourceforge.net

[WiX-users] How to execute .Net Framework Condition at Last

2009-09-22 Thread danimian
Hi, our installation project have 4 conditions for checking the system requirements. 1. User is Administrator or not. 2. Windows XP with SP2 is available or not. 3. .NetFramework, if not the generate Bootstrapper 4. DB2 Client is available or not. All are working well But the problem is if we

Re: [WiX-users] requiring .NET 3.5 or greater

2009-09-20 Thread danimian
Hi Steve, try this code to check .Net 3.5 SP1 or greater (.NET 4.0): PropertyRef Id=NETFRAMEWORK35_SP_LEVEL/ Condition Message=This application requires .NET Framework 3.5 SP1 or greater. ![CDATA[Installed OR (NETFRAMEWORK35_SP_LEVEL AND NETFRAMEWORK35_SP_LEVEL = #1)]] /Condition

[WiX-users] Problem by generating a bootstrapper for NETFRAMEWORK 3.5 SP1

2009-09-18 Thread danimian
Hi, this code ist working fine to generate a bootstrapper for .NETFRAMEWORK35 (without SP1) BootstrapperFile Include=Microsoft.Net.Framework.3.5 ProductName.NET Framework 3.5/ProductName /BootstrapperFile BootstrapperFile Include=Microsoft.Windows.Installer.3.1

[WiX-users] Problem by generating a bootstrapper for NETFRAMEWORK 3.5 SP1

2009-09-18 Thread danimian
Hi, this code ist working fine to generate a bootstrapper for .NETFRAMEWORK35 (without SP1) BootstrapperFile Include=Microsoft.Net.Framework.3.5 ProductName.NET Framework 3.5/ProductName /BootstrapperFile BootstrapperFile Include=Microsoft.Windows.Installer.3.1

[WiX-users] Problem by accessing DB2

2009-09-17 Thread danimian
Hi, Our Product run on IBM DB2 backend and requirement for the installation is to access server by checking Server, Database, Port, User and Password. How to access the server with ODBC DataSource or any other possibity to accomplish this? Please help me. Best Regards Adnan -- View this

Re: [WiX-users] How to check db2 installation on the machine in WIX

2009-09-16 Thread danimian
any exe). Once you know that, we can help you with the syntax needed to implement it in WiX. -Original Message- From: danimian [mailto:miand...@gmail.com] Sent: Wednesday, September 09, 2009 3:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to check db2 installation

[WiX-users] How to Build / Check a localhost connection with db2 odbc

2009-09-16 Thread danimian
Hi, i have written the following code in wix to build a localhost db2 odbc driver connection. .msi is running without any problem. First question is about the written code, is it right to build the connection? or missing something? Second question how can i check whether the connection was

Re: [WiX-users] How to check db2 installation on the machine in WIX

2009-09-11 Thread danimian
best bet is to query either IBM or DB2 users as to how to programmatically check db2 installations (hopefully there is a way without running any exe). Once you know that, we can help you with the syntax needed to implement it in WiX. -Original Message- From: danimian [mailto:miand

[WiX-users] How to check db2 installation on the machine in WIX

2009-09-09 Thread danimian
Hi, I am using WIX to create MSI package for installation. Checking the Operating System and .NETFRAMEWORK 3.5 is working properly. I want to check whether DB2 is installed on the machine or not. How it is possible? I am using Visual Studio 8. Please help me in this regard. Thanks in advance