[WiX-users] Registering the .exe

2013-03-11 Thread Joseph, Sijo
Hi All,

I am able to register a .dll or .ocx to the registry. We need to do the same 
this for .exe. Please could you advise or provide me the sample code to do 
this. Please let me know if you require any more information.

Thanks in advance.

Thanks,
Sijo Joseph
--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Code to check the value while doing the intallation

2013-02-26 Thread Joseph, Sijo
Hi All,

Please could you provide the sample code to do the validation to check that 
there is a value entered in the text box while doing the installations.

Regards ,
Sijo Joseph
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] InstallUISequence

2013-02-21 Thread Joseph, Sijo
Thanks Steve, It worked... 


Thanks,
Sijo Joseph

-Original Message-
From: Steven Ogilvie [mailto:steven.ogil...@titus.com] 
Sent: 20 February 2013 17:25
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] InstallUISequence

If you're talking about the bitmap on the side of the dialog or top then you 
can change it:
WixVariable Overridable=yes Id='WixUIBannerBmp' 
Value=$(var.resourcePath)\TMCTopBanner.bmp/
WixVariable Overridable=yes Id='WixUIDialogBmp' 
Value=$(var.resourcePath)\TMCSide.bmp/

Steve

-Original Message-
From: Joseph, Sijo [mailto:sijo.jos...@cgi.com]
Sent: February-20-13 12:01 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] InstallUISequence

Thanks Gabriel for the reply. 

The condition I want is To display a custom dialog, while the execution is in 
progress. We need this custom dialog because we need to add a logo in all the 
dialogs. 

Note: If there is a alternate method to add/change the logo in the existing 
dialog that also will help. 

Thanks,
Sijo Joseph


-Original Message-
From: Gabriel Ivanes [mailto:g...@fastmail.net]
Sent: 20 February 2013 16:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] InstallUISequence

Like a condition ? :

InstallUISequence
  Show Dialog=Migration_MAP_a00
Before=ExecuteAction
USRCONCERNED = YES
/Show
/InstallUISequence

Le %:Date:, Joseph, Sijo sijo.jos...@cgi.com a écrit:
 Hi All,
 
 Is there any property can be set in InstallUISequence to display a 
 custom dialog while the msi is installing.
 
 I can see the parameters after and before  like below
 
 InstallUISequence
  Show Dialog=UserRegistrationDlg Before=ExecuteAction / 
 /InstallUISequence
 
 
 Regards ,
 Sijo Joseph
 --
  Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics Download AppDynamics Lite 
 for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Sincèrement,
Gabriel

I know no way of judging the future but by the past.
Patrick Henry
You can never plan the future by the past.
Edmund Burke

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Usage of Heat.exe to create the setup

2013-02-20 Thread Joseph, Sijo
Hi All,

In our project we are having 200+ plus files (dlls,ocx) in different 
directories. I am planning to use heat.exe to get this script generated 
manually, is there any limitations or any particular thing needs to be taken 
care while doing this.

Thanks in advance.

 Regards ,
Sijo Joseph
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Usage of Heat.exe to create the setup

2013-02-20 Thread Joseph, Sijo
Hi All,

We are using the dll created in VB 6, getting the  error The TypeLib element 
is non-advertised and there required a parent file element, please could you 
all advise.

Thanks,
Sijo Joseph | IT Consultant, Aon Project | CGI
Divyasree Technopolis, 124-125, Off HAL Old Airport Road, Bangalore 560 037 | 
India
VOIP:  81020
sijo.jos...@cgi.commailto:sijo.jos...@cgi.com | cgi.com



From: Joseph, Sijo
Sent: 20 February 2013 10:05
To: 'wix-users@lists.sourceforge.net'
Subject: Usage of Heat.exe to create the setup

Hi All,

In our project we are having 200+ plus files (dlls,ocx) in different 
directories. I am planning to use heat.exe to get this script generated 
manually, is there any limitations or any particular thing needs to be taken 
care while doing this.

Thanks in advance.

 Regards ,
Sijo Joseph
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Usage of Heat.exe to create the setup

2013-02-20 Thread Joseph, Sijo
Thanks,

I was not using that option. Now  I have added that option and issue is 
resolved. Now I am getting a different error message for only one file.  Please 
could you advise

Error message
Error 1 The Class element's ForeignServer or Server attribute was not found; 
one of these is required.

Thanks,
Sijo Joseph

-Original Message-
From: David Watson [mailto:dwat...@sdl.com]
Sent: 20 February 2013 11:51
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Usage of Heat.exe to create the setup

Did you use the -svb6 switch when you ran heat?

http://wix.sourceforge.net/manual-wix3/heat.htm

-Original Message-
From: Joseph, Sijo [mailto:sijo.jos...@cgi.com]
Sent: 20 February 2013 11:10
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Usage of Heat.exe to create the setup

Hi All,

We are using the dll created in VB 6, getting the  error The TypeLib element 
is non-advertised and there required a parent file element, please could you 
all advise.

Thanks,
Sijo Joseph | IT Consultant, Aon Project | CGI Divyasree Technopolis, 124-125, 
Off HAL Old Airport Road, Bangalore 560 037 | India
VOIP:  81020
sijo.jos...@cgi.commailto:sijo.jos...@cgi.com | cgi.com



From: Joseph, Sijo
Sent: 20 February 2013 10:05
To: 'wix-users@lists.sourceforge.net'
Subject: Usage of Heat.exe to create the setup

Hi All,

In our project we are having 200+ plus files (dlls,ocx) in different 
directories. I am planning to use heat.exe to get this script generated 
manually, is there any limitations or any particular thing needs to be taken 
care while doing this.

Thanks in advance.

 Regards ,
Sijo Joseph
-
-
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] InstallUISequence

2013-02-20 Thread Joseph, Sijo
Hi All,

Is there any property can be set in InstallUISequence to display a custom 
dialog while the msi is installing.

I can see the parameters after and before  like below

InstallUISequence
 Show Dialog=UserRegistrationDlg Before=ExecuteAction /
/InstallUISequence


Regards ,
Sijo Joseph
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] InstallUISequence

2013-02-20 Thread Joseph, Sijo
Thanks Gabriel for the reply. 

The condition I want is To display a custom dialog, while the execution is in 
progress. We need this custom dialog because we need to add a logo in all the 
dialogs. 

Note: If there is a alternate method to add/change the logo in the existing 
dialog that also will help. 

Thanks,
Sijo Joseph


-Original Message-
From: Gabriel Ivanes [mailto:g...@fastmail.net] 
Sent: 20 February 2013 16:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] InstallUISequence

Like a condition ? :

InstallUISequence
  Show Dialog=Migration_MAP_a00
Before=ExecuteAction
USRCONCERNED = YES
/Show
/InstallUISequence

Le %:Date:, Joseph, Sijo sijo.jos...@cgi.com a écrit:
 Hi All,
 
 Is there any property can be set in InstallUISequence to display a 
 custom dialog while the msi is installing.
 
 I can see the parameters after and before  like below
 
 InstallUISequence
  Show Dialog=UserRegistrationDlg Before=ExecuteAction / 
 /InstallUISequence
 
 
 Regards ,
 Sijo Joseph
 --
  Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics Download AppDynamics Lite 
 for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Sincèrement,
Gabriel

I know no way of judging the future but by the past.
Patrick Henry
You can never plan the future by the past.
Edmund Burke

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Option to remove the End-User License Agreement in the Wix setup

2013-02-19 Thread Joseph, Sijo
Hi All,

Please could you give an example to remove the End-User License Agreement in 
the Wix setup. If any existing link with sample will be useful. Please let me 
know if any more information is required.

Thanks,
Sijo Joseph
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Mandatory or Pre-requisite for creating an MSI in wix

2013-02-18 Thread Joseph, Sijo
Hi All,

I am new user to wix, please could you let us know the pre-requisites required 
to be added in the project while creating the MSI.

Thanks,
Sijo Joseph
--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to use the option WixUI_Mondo to get folder selection

2013-02-18 Thread Joseph, Sijo
Hi All,

Please could you give an example to How to use the option using WixUI_Mondo to 
get folder selection.  I am able to do this by using WixUI_InstallDir, but I 
have to use WixUI_Mondo as I have to use custom dialog.

Thanks,
Sijo Joseph
--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users