Re: [WiX-users] Clickthrough project

2011-12-18 Thread Bob Arnson
On 12-Dec-11 07:43, Francois Human wrote:
 Where can I find documentation or a tutorial on how to use the Clickthrough
 Project?

ClickThrough is currently unsupported. It will come back in a new form 
in a future version of WiX.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX burn, uninstallation fails

2011-12-18 Thread Bob Arnson
On 14-Dec-11 16:01, Sunny Li wrote:
 [0AFC:05D0][2011-12-14T15:53:26]: Error 0x80004005: Failed to open
 container: WixAttachedContainer.
Known bug that's been fixed for the next build.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] When you create a diff patch of several previous releases, the delta can not be specified in the pyro.

2011-12-18 Thread Bob Arnson
On 14-Dec-11 02:52, Toru Takeguchi wrote:
 pyro -delta .\v1.3.0\patch.wixmsp -out .\v1.3.0\Product.msp -t RTM
 .\v1.3.0\Diff-v1.2.0.wixmst -t RTM .\v1.3.0\Diff-v1.1.0.wixmst

 pyro.exe : error PYRO0001 : The specified arguments are not within the range
 of valid values
 parameta managed
 Exception Type: System.ArgumentOutOfRangeException

Please file a bug and attach your .wixmsts so the right people can 
reproduce the problem. It might indicate a failure in the delta patching 
code in Windows but at least WiX should give a good error message and 
not throw an exception.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix bundle, turn off verbose logging for MSI

2011-12-18 Thread Bob Arnson
On 13-Dec-11 21:25, Sunny Li wrote:
 Is there anyway to turn off the verbose logging for the MSI's included in
 the WiX bundle?

No.

 If not, is there anyway we can log the msi errors into the bundle log?

MSI doesn't support that.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixStdba UI features

2011-12-18 Thread Bob Arnson
On 13-Dec-11 19:17, Ian Williams wrote:
 Is there any way I can keep the standard bootstrapper and get something like 
 selectable items?

No, WixStdBA doesn't support feature selection.

 I've looked at http://wix.sourceforge.net/manual-wix3/wixstdba_intro.htm, but 
 the completely customizing section is to-be-written.  Still, it's presence 
 implies that one can do more bundle-level UI work without needing to write 
 their own BA.
You can customize the look using a custom theme, but not the behavior.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] AUTO: Kenneth L Resler is out of the office. (returning 01/03/2012)

2011-12-18 Thread Kenneth . Resler

I am out of the office until 01/03/2012.

I will be out of the office, with limited email and phone access.


Note: This is an automated response to your message  Re: [WiX-users] 
Clickthrough project sent on 12/18/2011 12:54:49 PM.

This is the only notification you will receive while this person is away.

Disclaimer: Information in this message or an attachment may be government data 
and thereby subject to the Minnesota Government Data Practices Act, Minnesota 
Statutes, Chapter 13, may be subject to attorney-client or work product 
privilege, may be confidential, privileged, proprietary, or otherwise 
protected, and the unauthorized review, copying, retransmission, or other use 
or disclosure of the information is strictly prohibited. If you are not the 
intended recipient of this message, please immediately notify the sender of the 
transmission error and then promptly delete this message from your computer 
system.   
--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX3.6 uninstall previous version

2011-12-18 Thread Jordan Dressman




What is the defacto way to uninstall previous version in WiX 3.6 is it 
different than in previous versions of WiX.   Also, I will be performing Major 
Upgrades, is it recommended to uninstall previous versions? What is the purpose 
of uninstalling previous version first, is it just a way to simplify the 
install? Right now I've pulled this off the web:Upgrade 
Id=52C7C6E1-D695-447D-A65A-834D9C74DA37
  UpgradeVersion OnlyDetect=yes Minimum=$(var.ProductVersion) 
Property=NEWERVERSIONDETECTED IncludeMinimum=no /
  UpgradeVersion OnlyDetect=no Maximum=$(var.ProductVersion) 
Property=OLDERVERSIONBEINGUPGRADED IncludeMaximum=no /
/Upgrade
 
InstallExecuteSequence
  RemoveExistingProducts After=InstallInitialize /
/InstallExecuteSequence 
--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Write STX (Start of Text / ASCII 2) to a registry string

2011-12-18 Thread Keith Moore
Is there a way to write a the STX character to the registry?  I am using Wix 
3.5.

I have the registry import file below:
-
Windows Registry Editor Version 5.00

 [HKEY_LOCAL_MACHINE\SOFTWARE\SomeKey]
SomeValue=hex(1):02,00,00,00
-

And I tried to use heat to harvest from it but I get the error heat.exe : 
error HEAT0001 : Unsupport registry value SomeValue=hex(1):02,00,00,00 at 
line 4

I've also tried using #2; in the wxs file but that gives me an XML parsing 
error  Character ' ', hexadecimal value 0x2 is illegal in XML documents

Any ideas how I could write this value, I would also like to write #10;

Thanks.

#
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from any system and destroy any copies.
#

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users