Re: [WiX-users] Bootstrap x86 + x64 Framework v2?

2009-02-28 Thread Anu Dev
Hi Ben If you have the bootstrapper packages for 32 and 64, what you can do is, you can include the x64 .netframework in to the product.xml of X86 and place all the .netframework 64 exes in the X32 package. Then you can include the single package (which already has 64 and 32 bit .netframework)

[WiX-users] 64bit MSI with Registry Search

2009-02-28 Thread Anu Dev
Hi I am developing a 64 bit MSI... I have specified the following line of code in Package Element.     In all the RegistrySearch when I use Win64=Yes it does not result the correct results but when I remove this it searchs perfectly .  < < Key="SOFTWARE\Microsoft\Microsoft SQL Server\SharedMana

Re: [WiX-users] [Wix-Users] 64bit Quiet Execution CustomAction on Wix2

2009-02-28 Thread Bob Arnson
Olex wrote: > Is there CAQuietExec64 on Wix2? > No. It's not necessary because a 32-bit CA can launch 64-bit processes. -- sig://boB http://joyofsetup.com/ -- Open Source Business Conference (OSBC), March 24-25, 20

Re: [WiX-users] Suppressing ICE33 validation warnings

2009-02-28 Thread Bob Arnson
Sudripta Nandy (Sarangsoft Corporation) wrote: > Is there a way I can suppress this ICE33 validation warnings? If you're not using WiX v3.0, you need to check with the provider of whatever tool you're using to run validation. With Orca, you can't suppress individual ICEs but you explicitly list

Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-02-28 Thread Bob Arnson
Little Forest wrote: > error CNDL0104: Not a valid source file; detail: 'iis' is an undeclared > namespace. > You need to declare the IIS extension namespace and add the WixIIsExtension to your project. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] How to change the installed config file after msi setup

2009-02-28 Thread Bob Arnson
Nan Zang wrote: > I want to make an msi to install files (application.exe and > application.exe.config) into Program Files Folder, and then from msi to > launch another application to modify the application.exe.config file. Use XmlFile to change the .config file. -- sig://boB http://joyofsetu

Re: [WiX-users] Can I expect that a ServiceControl entry without the Remove attribute specified just handles start/stop behavior of an existing service . . .

2009-02-28 Thread Richard
In article , Robert O'Brien writes: > Can I expect that a Name="BTSSvc$BizTalkServerApplic ation" Start="both" Stop="both" Wait="no" > /> entry without the Remove attribute sp ecified just handles start/stop > behavior of an existing service and does not try a nd remove and/or > install i

[WiX-users] Can I expect that a ServiceControl entry without the Remove attribute specified just handles start/stop behavior of an existing service . . .

2009-02-28 Thread Robert O'Brien
Can I expect that a entry without the Remove attribute specified just handles start/stop behavior of an existing service and does not try and remove and/or install it? -- Open Source Business Conference (OSBC), March 24-

Re: [WiX-users] DTF Debugging

2009-02-28 Thread Neil Sleightholm
Stupidity on my part I wasn't including the debug build in my MSI! I still can't get the MMsiBreak environment variable to work though. Neil -Original Message- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: 28 February 2009 12:25 To: General discussion for Wind

Re: [WiX-users] DTF Debugging

2009-02-28 Thread Christopher Painter
Sorry, I took yesterday off from work. My latest update is that if I use MMsiBreak it will infact ask me to pick the debugger but the symbols aren't available. Yet, my next line of code is a MessageBox.Show() and I then attach the debugger and the symbols are suddenly available. This is li

Re: [WiX-users] DTF Debugging

2009-02-28 Thread Neil Sleightholm
It doesn't seem to work for me no matter what I try. Neil -Original Message- From: Scott Sam [mailto:s...@clearviewecm.com] Sent: 27 February 2009 18:29 To: General discussion for Windows Installer XML toolset.; chr...@deploymentengineering.com Subject: Re: [WiX-users] DTF Debugging Usu