[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 mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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-two-setup-types-tp3898911p3898911.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 uninstall or remove this product but every
time this message comes.
How can i uninstall or remove this product?

Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/Having-trouble-if-uninstall-The-installed-product-does-not-match-the-installation-source-tp3888420p3888420.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 our application after installation.
What i need to do with MSI for making the user as full trusted during the
installation process?

Any kind of help would be highly appreciated.

Thanks in Advance and Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/How-to-assign-user-a-Full-Trust-Level-during-installation-process-tp3877669p3877669.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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
-- 
View this message in context: 
http://n2.nabble.com/How-to-create-window-before-exit-dialog-tp3864113p3864113.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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


Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/Clear-button-functionality-to-clear-or-reset-input-values-from-Edit-box-tp3821357p3821357.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-10-08 Thread danimian

We want to collect information then store all these information in .xml file.
Information like this:
obj_PDBInformation.DisplayName = session["DISPLAYROP"];
obj_PDBInformation.Server = session["SERVERPROP"];
obj_PDBInformation.Server = session["PORTPROP"];
obj_PDBInformation.Server = session["USERPROP"];

So how to write a object's data like in above lines into custom table and
iterate throught rows? Please give me example code to understand the
concept.

Thanks a lot



Farooq Mahmud (Hotmail) wrote:
> 
> It's not overwriting the old object, it is creating a new object each time
> the custom action is invoked so you can't save state like this. A better
> approach would be to write the object's data into a custom table. When you
> need to create the collection, iterate through the rows in the table,
> create
> 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
> Subject: [WiX-users] Problem while creating objects by calling custom
> action
> 
> 
> 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 and not coming
> with
> all (new and old objects) in AddDatabaseToCollection.
> 
> using Microsoft.Deployment.WindowsInstaller;
> [CustomAction]
> public static ActionResult ObjCA(Session session)
> {
> DBInformation obj_PDBInformation = new PDBInformation();
> obj_DBInformation.DisplayName = session["DISPLAYEDITPROP"];
> DBConfigurator.AddDatabaseToCollection(obj_DBInformation);
> return ActionResult.Success;
> }
> 
> 
> 
> 
> 
> Here using giving input:
>  Property="DISPLAYPROP" Height="15" Text="{80}" />
> 
> Save Button to call the custom action (CreateCA):
>  Height="17"
> Text="&Save">
> 1
> 
> What i am missing in code? Or How to solve this type of task?
> Any help would be highly appreciated. Thanks in advance.
> 
> Best Regards
> Adnan
> -- 
> View this message in context:
> http://n2.nabble.com/Problem-while-creating-objects-by-calling-custom-action
> -tp3786813p3786813.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> --
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> --
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Problem-while-creating-objects-by-calling-custom-action-tp3786813p3787381.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 and not coming with
all (new and old objects) in AddDatabaseToCollection.

using Microsoft.Deployment.WindowsInstaller;
[CustomAction]
public static ActionResult ObjCA(Session session)
{
DBInformation obj_PDBInformation = new PDBInformation();
obj_DBInformation.DisplayName = session["DISPLAYEDITPROP"];
DBConfigurator.AddDatabaseToCollection(obj_DBInformation);
return ActionResult.Success;
}





Here using giving input:


Save Button to call the custom action (CreateCA):

1

What i am missing in code? Or How to solve this type of task?
Any help would be highly appreciated. Thanks in advance.

Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/Problem-while-creating-objects-by-calling-custom-action-tp3786813p3786813.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-10-06 Thread danimian

I am writing a custom action with the following code. The Challenge is save
information during installation.
[CustomAction]
public static ActionResult MyCA(Session session)
{
DBInformation obj_DBInformation = new DBInformation();
obj_DBInformation.Server = session["SERVERNAMEPROP"];
DBConfigurator.AddDatabaseToCollection(obj_DBInformation);
DBConfigurator.StoreConfig("C:\myOutput.xml");
return ActionResult.Success;
}
now in Product.wxs:




and in myConnectionDlg.wxs


This code is not working, i mean not creating a .xml file as output
(myOutput.xml). In myOutput.xml the entries must come which user give during
installation.
Please help me to accomplish it.

Thanks
Best Regards
Adnan






Kusuma Sudheer Kumar (Tata Consultancy Services) wrote:
> 
> Session properties are the way to store 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)
> 
> 
> -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] write custom action in csharp for storing information
> 
> 
> 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") ? "1" : "0";
>   return ActionResult.Success;
> }
> 
> But how to write a custom action in csharp for storing information during
> installation? or which changes need to be done in the above code?
> 
> Best Regards
> Adnan
> 
> -- 
> View this message in context:
> http://n2.nabble.com/write-custom-action-in-csharp-for-storing-information-tp3773873p3773873.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/write-custom-action-in-csharp-for-storing-information-tp3773873p3774591.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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") ? "1" : "0";
  return ActionResult.Success;
}

But how to write a custom action in csharp for storing information during
installation? or which changes need to be done in the above code?

Best Regards
Adnan

-- 
View this message in context: 
http://n2.nabble.com/write-custom-action-in-csharp-for-storing-information-tp3773873p3773873.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-10-05 Thread danimian

Hi Michael,
it means the controls for input values which i am writing in Fragment
(DBDlg.wxs) will bind with the property (in main file product.wxs)?
Can you please give me a Code example for understanding this concept? In
this case to accomplish Step 1 (Server) with checkbox?

Thanks in advance

Best Regards
Adnan


Michael Osmond wrote:
> 
> Hello Adnan
> 
> The way I do this is I bind each of the input values into properties and
> then write each property to a registry value, then on upgrade I use the
> Registry Search facility in MSI to read these properties from the 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.net
> Subject: [WiX-users] How to save connection Information during
> installation
> 
> 
> 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 for user to give the connection information
> which must be save during installation.
> 
> 1. Server must have input type as checkbox and can take only "localhost"
> without http or "192.1.1.1" as input, it must not be checked by default,
> How
> to implement it?
> 2. Other entries have input type Text
> 3. TimeOut Default Value must be 60
> 4. DBName and Alias must may not begin with integer.
> 5. IP, Port and TimeOut must be numeric.
> 6. If any File with ths same name already exists then it installation
> process must skip this step without overwriting it.
> 
> How to accomplish these steps?
> this code i just created for test. But i need some help to understand the
> concept of information saving during installation.
> Control Id="ServerName" Type="CheckBox" X="45" Y="46" Width="100"
> Height="15" Property="SERVERNAME" TabSkip="no" Text="&Server Name:" />
>  Property="SERVERNAMEEDIT" Text="{80}" />
> 
> Best Regards
> Adnan
> -- 
> View this message in context:
> http://n2.nabble.com/How-to-save-connection-Information-during-installation-tp3772097p3772097.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-save-connection-Information-during-installation-tp3772097p3772184.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 for user to give the connection information
which must be save during installation.

1. Server must have input type as checkbox and can take only "localhost"
without http or "192.1.1.1" as input, it must not be checked by default, How
to implement it?
2. Other entries have input type Text
3. TimeOut Default Value must be 60
4. DBName and Alias must may not begin with integer.
5. IP, Port and TimeOut must be numeric.
6. If any File with ths same name already exists then it installation
process must skip this step without overwriting it.

How to accomplish these steps?
this code i just created for test. But i need some help to understand the
concept of information saving during installation.
Control Id="ServerName" Type="CheckBox" X="45" Y="46" Width="100"
Height="15" Property="SERVERNAME" TabSkip="no" Text="&Server Name:" />


Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/How-to-save-connection-Information-during-installation-tp3772097p3772097.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-10-04 Thread danimian

Thanks for answering.
How to change the  different size background bitmap?

Best Regards
Adnan


saschabeaumont wrote:
> 
> This comes up regularly on the list, it's a limitation of Windows
> Installer not supporting transparency on a checkbox label.
> 
> Best solution is to use a different size background bitmap.
> Alternative solutions generally involve a customUI and sacrificing (to
> an extent) usability for people with screenreaders/blind/low vision.
> 
> See comments at the following links for various suggestions and
> opinions on what/how/why
> 
> 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,
>> 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-background-color-behind-the-checkbox-last-install-page-tp3751984p3751984.html
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>> --
>> Come build with us! The BlackBerry® Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9-12, 2009. Register
>> now!
>> http://p.sf.net/sfu/devconf
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-change-background-color-behind-the-checkbox-last-install-page-tp3751984p3765732.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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-background-color-behind-the-checkbox-last-install-page-tp3751984p3751984.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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] How to set the checkbox as checked by default for
> launching application at last page of install
> 
> 
> 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
> default?
> 
> I am using following code:
>  Return="asyncNoWait" />
>   
> 
>Value="LaunchFile">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT
> Installed
> 
> 
> Best Regards
> Adnan
> -- 
> View this message in context:
> http://n2.nabble.com/How-to-set-the-checkbox-as-checked-by-default-for-launc
> hing-application-at-last-page-of-install-tp3751091p3751091.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-set-the-checkbox-as-checked-by-default-for-launching-application-at-last-page-of-install-tp3751091p3751911.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/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
default?

I am using following code:

  

  WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT
Installed


Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/How-to-set-the-checkbox-as-checked-by-default-for-launching-application-at-last-page-of-install-tp3751091p3751091.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-10-01 Thread danimian

Hi Sebastian,
Right, it's not Installer problem.
I searched a lot, many entries pointing this error with .Net Framework (But
it is already installed).
Now i think Application developer must do something.
Thanks a lot for your replies.

Best Regards
Adnan


Sebastian Brand (Instyler Software) wrote:
> 
> By manually, I mean without the installer (MSI). Until that does not  
> work, how could the installer work either? :)
> 
> 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 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 an  
>>> MSI/
>>> WiX 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 wrote:
>>>
>>>>
>>>> Hi,
>>>> yes .NET Framework 3.5 SP1 is our basic requirement and it is  
>>>> already
>>>> installed on target machine.
>>>> How to deal with this? Any Idea?
>>>>
>>>> Best Regards and Thanks for quick reply
>>>> Adnan
>>>>
>>>>
>>>> Sebastian Brand (Instyler Software) wrote:
>>>>>
>>>>> Hello,
>>>>>
>>>>> I don't think this relates to the 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
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -Original Message-
>>>>> From: danimian [mailto:miand...@gmail.com]
>>>>> Sent: Wednesday, September 30, 2009 14:52
>>>>> To: wix-users@lists.sourceforge.net
>>>>> Subject: [WiX-users] facing trouble when run the application after
>>>>> installation - EventType : clr20r3
>>>>>
>>>>>
>>>>> 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-application.exe P2 :
>>>>> 0.5.3559.24684
>>>>> P3 : 4ac200cd P4 : system P5 : 2.0.0.0 P6 :
>>>>> 4889de7a P7 :
>>>>> 393b
>>>>> P8 : 5f P9 : system.invalidoperationexception
>>>>>
>>>>> How to fix it to work properly on other computers also? Something
>>>>> need to
>>>>> be
>>>>> change Installer code?
>>>>> Even when i run this application on Windows XP Professional Image
>>>>> on my
>>>>> own
>>>>> computer, i got this error.
>>>>>
>>>>> Best Regards
>>>>> Adnan
>>>>> -- 
>>>>> View this message in context:
>>>>> http://n2.nabble.com/facing-trouble-when-run-the-application-after-installat
>>>>> ion-EventType-clr20r3-tp3742479p3742479.html
>>>>> Sent from the wix-users mailing list archive at Nabble.com.
>>>>>
>>>>> 
>>>>> --
>>>>> Come build with us! The BlackBerry® Developer Conference in SF,
>>>>> CA
>>>>> is the only developer event you need to attend this year. Jumpst

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

2009-09-30 Thread danimian

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 an MSI/ 
> WiX 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 wrote:
> 
>>
>> Hi,
>> yes .NET Framework 3.5 SP1 is our basic requirement and it is already
>> installed on target machine.
>> How to deal with this? Any Idea?
>>
>> Best Regards and Thanks for quick reply
>> Adnan
>>
>>
>> Sebastian Brand (Instyler Software) wrote:
>>>
>>> Hello,
>>>
>>> I don't think this relates to the 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
>>>
>>>
>>>
>>>
>>> -Original Message-
>>> From: danimian [mailto:miand...@gmail.com]
>>> Sent: Wednesday, September 30, 2009 14:52
>>> To: wix-users@lists.sourceforge.net
>>> Subject: [WiX-users] facing trouble when run the application after
>>> installation - EventType : clr20r3
>>>
>>>
>>> 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-application.exe P2 :  
>>> 0.5.3559.24684
>>> P3 : 4ac200cd P4 : system P5 : 2.0.0.0 P6 :  
>>> 4889de7a P7 :
>>> 393b
>>> P8 : 5f P9 : system.invalidoperationexception
>>>
>>> How to fix it to work properly on other computers also? Something  
>>> need to
>>> be
>>> change Installer code?
>>> Even when i run this application on Windows XP Professional Image  
>>> on my
>>> own
>>> computer, i got this error.
>>>
>>> Best Regards
>>> Adnan
>>> -- 
>>> View this message in context:
>>> http://n2.nabble.com/facing-trouble-when-run-the-application-after-installat
>>> ion-EventType-clr20r3-tp3742479p3742479.html
>>> Sent from the wix-users mailing list archive at Nabble.com.
>>>
>>> 
>>> --
>>> Come build with us! The BlackBerry® Developer Conference in SF,  
>>> CA
>>> is the only developer event you need to attend this year. Jumpstart  
>>> your
>>> developing skills, take BlackBerry mobile applications to market  
>>> and stay
>>> ahead of the curve. Join us from November 9-12, 2009. Register
>>> now!
>>> http://p.sf.net/sfu/devconf
>>> ___
>>> WiX-users mailing list
>>> WiX-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>>
>>>
>>> --
>>> Come build with us! The BlackBerry® Developer Conference in SF,  
>>> CA
>>> is the only developer event you need to attend this year. Jumpstart  
>>> your
>>> developing skills, take BlackBerry mobile applications to market  
>>> and stay
>>> ahead of the curve. Join us from November 9-12, 2009. Register
>>> now!
>>> http://p.sf.net/sfu/devconf
>>> ___
>>> WiX-users mailing list
>>> WiX-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://n2.nabble.com/facing-trouble-when-run-the-application-after-installation-EventType-clr20r3-tp3742479p3742714.html
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>> -

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

2009-09-30 Thread danimian

Hi,
yes .NET Framework 3.5 SP1 is our basic requirement and it is already
installed on target machine.
How to deal with this? Any Idea?

Best Regards and Thanks for quick reply
Adnan


Sebastian Brand (Instyler Software) wrote:
> 
> Hello,
> 
> I don't think this relates to the 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
> 
> 
> 
> 
> -Original Message-
> From: danimian [mailto:miand...@gmail.com] 
> Sent: Wednesday, September 30, 2009 14:52
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] facing trouble when run the application after
> installation - EventType : clr20r3
> 
> 
> 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-application.exe P2 : 0.5.3559.24684 
> P3 : 4ac200cd P4 : system P5 : 2.0.0.0 P6 : 4889de7a P7 :
> 393b
> P8 : 5f P9 : system.invalidoperationexception 
> 
> How to fix it to work properly on other computers also? Something need to
> be
> change Installer code?
> Even when i run this application on Windows XP Professional Image on my
> own
> computer, i got this error.
> 
> Best Regards
> Adnan
> -- 
> View this message in context:
> http://n2.nabble.com/facing-trouble-when-run-the-application-after-installat
> ion-EventType-clr20r3-tp3742479p3742479.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/facing-trouble-when-run-the-application-after-installation-EventType-clr20r3-tp3742479p3742714.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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-application.exe P2 : 0.5.3559.24684 
P3 : 4ac200cd P4 : system P5 : 2.0.0.0 P6 : 4889de7a P7 :
393b
P8 : 5f P9 : system.invalidoperationexception 

How to fix it to work properly on other computers also? Something need to be
change Installer code?
Even when i run this application on Windows XP Professional Image on my own
computer, i got this error.

Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/facing-trouble-when-run-the-application-after-installation-EventType-clr20r3-tp3742479p3742479.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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
> Subject: [WiX-users] setup type custom
> 
> 
> 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:
>  Level="1" ConfigurableDirectory="INSTALLDIR">
> 
>  ConfigurableDirectory="DOCDIR">
> 
> Problem: if user not marking or not selecting Feature "Documentation", it
> is
> still installing !!! How to solve it? 
> 
> Regards
> Adnan
> 
> 
> -- 
> View this message in context:
> http://n2.nabble.com/setup-type-custom-tp3704778p3704778.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/setup-type-custom-tp3704778p3706075.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 not selecting Feature "Documentation", it is
still installing !!! How to solve it? 

Regards
Adnan


-- 
View this message in context: 
http://n2.nabble.com/setup-type-custom-tp3704778p3704778.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 MEDIA GROUP
> AMX UK| 6TH FLOOR SALISBURY HOUSE,| LONDON WALL | LONDON | EC2M 5QQ
> www.amx.com
> AMX
> 
> AMX UK
> Auster Road
> Clifton Moor
> York, North Yorkshire
> United Kingdom
> YO30 4GD
> 
> +44 (0) 1904 343100   office
> +44 (0) 1904 343101   fax
> 
> AMX South
> 6th Floor Salisbury House
> London Wall
> London
> United Kingdom
> EC2M 5QQ
> 
> +44 (0) 2076 529450   office
> +44 (0) 8701 991661   fax
> 
> AMX Belgium
> Boerenkrijglaan, 96a
> B-2260
> Westerlo
> Belgium
> 
> 
> + 32 (0) 1454 2763office
> + 32 (0) 1454 2766fax
> 
> ##
> Attention: 
> This e-mail message is privileged and confidential. If you are not the 
> intended recipient please delete the message and notify the sender. 
> Any views or opinions presented are solely those of the author.
> 
> This email was scanned and cleared by NetIQ MailMarshal.
> ##
> 
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Force-Administrator-to-install-tp3704605p3704635.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 execute setup.exe, it executes
.Net Framework Condition first from code, after completing .Net Framework
installation (generating Bootstrapper) it checks other conditions.

Problem: Our requirements are first execute all other Conditions first and
last check must be on .Net Framework. How to execute .Net Framework
condition at last ???

Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/How-to-execute-Net-Framework-Condition-at-Last-tp3693467p3693467.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 I would like to do is check for .NET 3.5 SP1 or greater.  How do I
> accomplish this?
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/requiring-NET-3-5-or-greater-tp3672750p3681773.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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
Adnan
-- 
View this message in context: 
http://n2.nabble.com/Problem-by-generating-a-bootstrapper-for-NETFRAMEWORK-3-5-SP1-tp3668495p3668495.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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
Adnan
-- 
View this message in context: 
http://n2.nabble.com/Problem-by-generating-a-bootstrapper-for-NETFRAMEWORK-3-5-SP1-tp3668489p3668489.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 in context: 
http://n2.nabble.com/Problem-by-accessing-DB2-tp3661963p3661963.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 successfull or
not?
here is code:


  
  
  
  
  
 
  




Please explain, I am new to wix.
Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/How-to-Build-Check-a-localhost-connection-with-db2-odbc-tp3655921p3655921.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-09-16 Thread danimian

Hi Ranganatha,
Thanks for example.
Checking the DB2 installation on target machine is wokring now.

Best Regards
Adnan



Ranganatha H C wrote:
> 
> Hi,
> 
> One way would be to add Registry serach and assign the registry serach
> result to a property. Later you can use the property based on its value to
> check whether DB2 installed on the target machine or not.
> 
> e.g To check IIS is installed or not
> 
> 
> 
> 
> 
> 
>  
> Id='IISCheck'
> 
> Type='raw'
> 
> Root='HKLM'
> 
> Key='SYSTEM\CurrentControlSet\Services\W3SVC\Parameters'
> 
> Name='MajorVersion' />
> 
> 
> 
> 
> 
> Installed OR (IIS6SPLEVEL >= "#6" AND NOT Installed)
> 
> 
> Hope this helps...
> 
> On Thu, Sep 10, 2009 at 4:51 AM, Blair  wrote:
> 
>> Searching IBM's web site I found a list of ProductCodes you could search
>> for
>> for DB2 v8.(whatever 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
>> 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...@gmail.com]
>> Sent: Wednesday, September 09, 2009 3:12 PM
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] How to check db2 installation on the machine in WIX
>>
>>
>> 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
>> Adnan
>> --
>> View this message in context:
>>
>> http://n2.nabble.com/How-to-check-db2-installation-on-the-machine-in-WIX-tp3
>> 614998p3614998.html
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>>
>> 
>> --
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and
>> focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>>
>> --
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and
>> focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
> 
> 
> 
> -- 
> Regards/Ranga
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day 
> trial. Simplify your report design, integration and deployment - and focus
> on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-check-db2-installation-on-the-machine-in-WIX-tp3614998p3655149.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-09-11 Thread danimian

Hello,
Q_1 Your example for checking IIS:
Key='SYSTEM\CurrentControlSet\Services\W3SVC\Parameters'
My issue for checking db2 installation:
Key=? here come the path where db2 is installed on the machine?

Q_2 Your example: IIS6SPLEVEL >= "#6"
Which value come for DB2?



Ranganatha H C wrote:
> 
> Hi,
> 
> One way would be to add Registry serach and assign the registry serach
> result to a property. Later you can use the property based on its value to
> check whether DB2 installed on the target machine or not.
> 
> e.g To check IIS is installed or not
> 
> 
> 
> 
> 
> 
>  
> Id='IISCheck'
> 
> Type='raw'
> 
> Root='HKLM'
> 
> Key='SYSTEM\CurrentControlSet\Services\W3SVC\Parameters'
> 
> Name='MajorVersion' />
> 
> 
> 
> 
> 
> Installed OR (IIS6SPLEVEL >= "#6" AND NOT Installed)
> 
> 
> Hope this helps...
> 
> On Thu, Sep 10, 2009 at 4:51 AM, Blair  wrote:
> 
>> Searching IBM's web site I found a list of ProductCodes you could search
>> for
>> for DB2 v8.(whatever 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
>> 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...@gmail.com]
>> Sent: Wednesday, September 09, 2009 3:12 PM
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] How to check db2 installation on the machine in WIX
>>
>>
>> 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
>> Adnan
>> --
>> View this message in context:
>>
>> http://n2.nabble.com/How-to-check-db2-installation-on-the-machine-in-WIX-tp3
>> 614998p3614998.html
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>>
>> 
>> --
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and
>> focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>>
>> --
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and
>> focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
> 
> 
> 
> -- 
> Regards/Ranga
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day 
> trial. Simplify your report design, integration and deployment - and focus
> on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-check-db2-installation-on-the-machine-in-WIX-tp3614998p3624366.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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
Adnan
-- 
View this message in context: 
http://n2.nabble.com/How-to-check-db2-installation-on-the-machine-in-WIX-tp3614998p3614998.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users