[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. 1 1 what can be the reason for that? Best Regards Adnan -- View this message in context: http://n2.nabble.com/ExitDialog-appearing-two-times-tp3910926p3910926.html Sent from the

[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: http://n2.nabble.com/WixUI-Mondo-with-only-tw

[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 un

[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. 1 I think, i am missing the right name of Dialog and Control. How to accomplish it? Thanks in advance and Best Regards Adnan

[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: The values i am getting in

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

2009-10-08 Thread danimian
reate > the object from the data you read and add the object to the collection. > > Hope this helps. > > -f > > -Original Message- > From: danimian [mailto:miand...@gmail.com] > Sent: Thursday, October 08, 2009 1:58 AM > To: wix-users@lists.sourceforge.net &

[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 a

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

2009-10-06 Thread danimian
e the information. > I can create some properties in my Wix code and update the values like > session["PROPERTY1"]="j"; > > Can you provide more info as what are you planning to perform? > > Thanks, > Sudheer > BGE Build Team (X 34482) > &g

[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("

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

2009-10-05 Thread danimian
he registry > back 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.n

[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 are

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

2009-10-04 Thread danimian
gt; > http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg30305.html > http://sourceforge.net/tracker/index.php?func=detail&aid=2025677&group_id=105970&atid=642714 > > Sascha > > > On Fri, Oct 2, 2009 at 7:08 AM, danimian wrote: >> >> Hi, &g

[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: http://n2.nabble.com/How-to-change-ba

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 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 > Subject: [WiX-users]

[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 d

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

2009-10-01 Thread danimian
WiX-based MSI installations, elegantly. > http://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: >>>

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

2009-09-30 Thread danimian
and does it work then? > > > Best regards, > 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 wro

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

2009-09-30 Thread danimian
installer or WiX. 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 > &

[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 : my-applicat

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:

[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: Problem: if user not marking or n

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. Privileged Regards Adnan Dominique Louis wrote: > > Hi all, > Is there a way to only allow Administrators to install your msi? > > Thanks, > > > > DOMINIQUE LOUIS | IS DEVELOPER, AMX DIGITAL MED

[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 exec

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): Please inform me whether it works or not? Best Regards Adnan Steve Lessard wrote: > > I read this thread on how to check for .NET 4.0 > http://n2.nabble.com/Using-WiX-with-Net-4-0-td3385006.html. > > What

[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) .NET Framework 3.5 Windows Installer 3.1 But not for .NETFRAMEWORK35 SP1. .NET Framework 3.5 SP1 Windows Installer 3.1 How to fix it? Best Regards A

[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) .NET Framework 3.5 Windows Installer 3.1 But not for .NETFRAMEWORK35 SP1. .NET Framework 3.5 SP1 Windows Installer 3.1 How to fix it? Best Regards A

[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 message

[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 succes

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

2009-09-16 Thread danimian
ry 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 Messag

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

2009-09-11 Thread danimian
hatever it was, I didn't save the link since that version is >> post-support) but for DB2 v9 I didn't find any such list. >> >> Your best bet is to query either IBM or DB2 users as to how to >> programmatically check db2 installations (hopefully there is a way >>

[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 Adn