Re: [WiX-users] Hyperlink in WiX dialogue

2013-02-12 Thread Karkare,Aparna
Yeah I was running it on XP with Windows Installer Version 4.5. I tested the 
code on Windows 7 (Windows Installer 5.0). I get the clickable hyperlink on 
dialogue however when I click on it, it opens an empty browser i.e. nothing in 
address bar. :(

Regards,

Aparna Karkare


-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com] 
Sent: Tuesday, February 12, 2013 2:23 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Hyperlink in WiX dialogue

Hyperlinks in controls are only supported in Windows install 5.0 or later (i.e. 
Windows 7 - 
http://msdn.microsoft.com/en-gb/library/windows/desktop/dd407936(v=vs.85).aspx) 
and there isn't downloadable redist for this. 

Are you running this on Windows 7? Have you set the InstallerVersion attribute 
of the Package element to 500?

Neil

-Original Message-
From: Karkare,Aparna [mailto:akark...@travelers.com] 
Sent: 12 February 2013 07:13
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Hyperlink in WiX dialogue

Hi,

I tried to enter a hyperlink in Welcome Dialogue using below code:

Control Id=TestLink Type=Hyperlink X=135 Y=140 Width=220 Height=60
   Text![CDATA[a href=http://www.somesite.com;linkText/a]]/Text
/Control

but getting below error after installer starts:  (it compiles fine BTW)

The installer has encountered an unexpected error installing this package. 
This may indicate a problem with this package. The error code is 2885.

Before I added this control, the installer was installing fine.

Can someone please guide how to add hyperlink control to dialogue boxes?

Regards,
Aparna Karkare


==
This communication, including attachments, is confidential, may be subject to 
legal privileges, and is intended for the sole use of the addressee. Any use, 
duplication, disclosure or dissemination of this communication, other than by 
the addressee, is prohibited. If you have received this communication in error, 
please notify the sender immediately and delete or destroy this communication 
and all copies. 
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the 
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


==
This communication, including attachments, is confidential, may be subject to 
legal privileges, and is intended for the sole use of the addressee. Any use, 
duplication, disclosure or dissemination of this communication, other than by 
the addressee, is prohibited. If you have received this communication in error, 
please notify the sender immediately and delete or destroy this communication 
and all copies. 


--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Hyperlink in WiX dialogue

2013-02-12 Thread Philip Patrick
Hyperlink control only available in Windows 2008 and Window 7. And the real 
problem is that MSI simply fails on other systems if dialog has hyperlink. See 
more info here:
http://www.installsite.org/pages/en/msi/articles/careful-with-that-hyperlink-on-your-msi-dialog/index.htm


-Original Message-
From: Karkare,Aparna [mailto:akark...@travelers.com] 
Sent: Tuesday, February 12, 2013 09:13
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Hyperlink in WiX dialogue

Hi,

I tried to enter a hyperlink in Welcome Dialogue using below code:

Control Id=TestLink Type=Hyperlink X=135 Y=140 Width=220 Height=60
   Text![CDATA[a href=http://www.somesite.com;linkText/a]]/Text
/Control

but getting below error after installer starts:  (it compiles fine BTW)

The installer has encountered an unexpected error installing this package. 
This may indicate a problem with this package. The error code is 2885.

Before I added this control, the installer was installing fine.

Can someone please guide how to add hyperlink control to dialogue boxes?

Regards,
Aparna Karkare


==
This communication, including attachments, is confidential, may be subject to 
legal privileges, and is intended for the sole use of the addressee. Any use, 
duplication, disclosure or dissemination of this communication, other than by 
the addressee, is prohibited. If you have received this communication in error, 
please notify the sender immediately and delete or destroy this communication 
and all copies. 
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the 
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Hyperlink in WiX dialogue

2013-02-12 Thread Karkare,Aparna
Yeah that's right. Its failing if Hyperlink control is there. But even on 
Windows 7 it doesn't open the link but opens an empty browser with nothing in 
address bar. Any idea about that?

Regards,

Aparna Karkare



-Original Message-
From: Philip Patrick [mailto:patri...@varonis.com] 
Sent: Tuesday, February 12, 2013 2:19 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Hyperlink in WiX dialogue

Hyperlink control only available in Windows 2008 and Window 7. And the real 
problem is that MSI simply fails on other systems if dialog has hyperlink. See 
more info here:
http://www.installsite.org/pages/en/msi/articles/careful-with-that-hyperlink-on-your-msi-dialog/index.htm


-Original Message-
From: Karkare,Aparna [mailto:akark...@travelers.com] 
Sent: Tuesday, February 12, 2013 09:13
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Hyperlink in WiX dialogue

Hi,

I tried to enter a hyperlink in Welcome Dialogue using below code:

Control Id=TestLink Type=Hyperlink X=135 Y=140 Width=220 Height=60
   Text![CDATA[a href=http://www.somesite.com;linkText/a]]/Text
/Control

but getting below error after installer starts:  (it compiles fine BTW)

The installer has encountered an unexpected error installing this package. 
This may indicate a problem with this package. The error code is 2885.

Before I added this control, the installer was installing fine.

Can someone please guide how to add hyperlink control to dialogue boxes?

Regards,
Aparna Karkare


==
This communication, including attachments, is confidential, may be subject to 
legal privileges, and is intended for the sole use of the addressee. Any use, 
duplication, disclosure or dissemination of this communication, other than by 
the addressee, is prohibited. If you have received this communication in error, 
please notify the sender immediately and delete or destroy this communication 
and all copies. 
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the 
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


==
This communication, including attachments, is confidential, may be subject to 
legal privileges, and is intended for the sole use of the addressee. Any use, 
duplication, disclosure or dissemination of this communication, other than by 
the addressee, is prohibited. If you have received this communication in error, 
please notify the sender immediately and delete or destroy this communication 
and all copies. 


--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Hyperlink in WiX dialogue

2013-02-11 Thread Neil Sleightholm
Hyperlinks in controls are only supported in Windows install 5.0 or later (i.e. 
Windows 7 - 
http://msdn.microsoft.com/en-gb/library/windows/desktop/dd407936(v=vs.85).aspx) 
and there isn't downloadable redist for this. 

Are you running this on Windows 7? Have you set the InstallerVersion attribute 
of the Package element to 500?

Neil

-Original Message-
From: Karkare,Aparna [mailto:akark...@travelers.com] 
Sent: 12 February 2013 07:13
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Hyperlink in WiX dialogue

Hi,

I tried to enter a hyperlink in Welcome Dialogue using below code:

Control Id=TestLink Type=Hyperlink X=135 Y=140 Width=220 Height=60
   Text![CDATA[a href=http://www.somesite.com;linkText/a]]/Text
/Control

but getting below error after installer starts:  (it compiles fine BTW)

The installer has encountered an unexpected error installing this package. 
This may indicate a problem with this package. The error code is 2885.

Before I added this control, the installer was installing fine.

Can someone please guide how to add hyperlink control to dialogue boxes?

Regards,
Aparna Karkare


==
This communication, including attachments, is confidential, may be subject to 
legal privileges, and is intended for the sole use of the addressee. Any use, 
duplication, disclosure or dissemination of this communication, other than by 
the addressee, is prohibited. If you have received this communication in error, 
please notify the sender immediately and delete or destroy this communication 
and all copies. 
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the 
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users