Re: [WiX-users] Using a WiX Selection Tree control, when I select Feature 1, I want Feature 2 to be selected automatically

2015-02-13 Thread Gary Henry
hierarchical nature of the tree enforces dependencies. Otherwise, you have to use custom actions. I remember doing that at a previous company and it was a pain. Dave - Original Message - > From: Gary Henry > To: General discussion about the WiX toolset. > > Cc: > Sent: Frid

Re: [WiX-users] Using a WiX Selection Tree control, when I select Feature 1, I want Feature 2 to be selected automatically

2015-02-13 Thread Gary Henry
Actually what I want is for all the features to be at the same level. If I set it up like Jacob suggests then the first screen that I see shows the following with Feature 2 hidden: [-] All Features [-] Feature 1 (requires Feature 2) [x] Feature 3 I know I could expand Featu

[WiX-users] Using a WiX Selection Tree control, when I select Feature 1, I want Feature 2 to be selected automatically

2015-02-13 Thread Gary Henry
I have three features in a Selection Tree control. I would like Feature 2 and 3 to be independently selected and installed but if Feature 1 is selected to be installed I want Feature 2 to be automatically selected since Feature 1 depends on it. When my Selection Tree is displayed I see: [

[WiX-users] Build error in VS 2010

2013-05-10 Thread Gary Larsen
Toolset v3.7\bin;' without success. Candle.exe is in that folder. Thanks for any advice, Gary -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to

Re: [WiX-users] Installing wix without user interaction

2013-04-22 Thread Gary Park
Hello, For installation, the /q flag should allow you to do a silent install. Not sure about uninstall though. Hope that helps! Gary Sent from Windows Mail From: Keston Obendorf Sent: ‎Monday‎, ‎22‎ ‎April‎ ‎2013 ‎19‎:‎23 To: wix-users@lists.sourceforge.net Are there any command

Re: [WiX-users] Using Product Id="*"

2013-02-22 Thread Gary Ewan Park
Sorry, but i am not sure what that would entail. Can you elaborate? The PowerShell scripts are required by the chocolatey infrastructure. Gary Sent from my Windows Phone From: Gabriel Ivanes<mailto:g...@fastmail.net> Sent: ‎22/‎02/‎2013 09:33 To: G

Re: [WiX-users] Using Product Id="*"

2013-02-21 Thread Gary Ewan Park
by 0.12.0. Should I fix the Product Code, and simply uninstall the previous version. If so, what is the norm when doing this? Sorry if this is naïve, but only really just getting started with creating and maintaining msi. Thanks Gary Sent from Windows Mail From: Peter Shirtcliffe Sent: ‎21‎

[WiX-users] Using Product Id="*"

2013-02-20 Thread Gary Ewan Park
order to pass a parameter to the msiexec to make it uninstall the app. Since I am using Id=”*”, how can I find out the correct ProductCode (i.e. GUID), in order to pass as a parameter to msiexec. Thanks Gary Sent from Windows Mail

Re: [WiX-users] Transform output of heat to insert an includestatement

2012-03-12 Thread Gary Gocek
xsl:processing-instruction, that's what I needed, thanks. - Gary > -Original Message- > From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] > Sent: Monday, March 12, 2012 6:29 AM > To: g...@gocek.net; General discussion for Windows Installer > XML toolset. >

[WiX-users] Transform output of heat to insert an include statement

2012-03-08 Thread Gary Gocek
http://schemas.microsoft.com/wix/2006/wi";> ... Any suggestions? Thanks, Gary -- Virtualization & Cloud Management Using Capacity Planning Cloud compu

Re: [WiX-users] Querying the package andinstalled productarchitecture

2012-01-03 Thread Gary Gocek
s are better off creating an instance of Database and calling Execute(), rather than by starting a separate process to run WiRunSQL.vbs. Gary > -Original Message- > From: Christopher Painter [mailto:chr...@iswix.com] > Sent: Tuesday, January 03, 2012 6:10 PM > To: General discu

Re: [WiX-users] Querying the package and installed productarchitecture

2011-12-30 Thread Gary Gocek
There are tools in the Windows SDK (I am currently using v7) that can query an MSI database. Look especially at the vbs scripts, you can invoke them with SQL to query properties and tables. http://msdn.microsoft.com/en-us/library/windows/desktop/aa372865(v=vs.85).as px Gary > -Origi

Re: [WiX-users] Admin access for ICEs and NIT

2011-12-06 Thread Gary Gocek
and not running NIT allow my build to complete, and the MSI file is created. I'm just verifying that LIGHT will fail when running ICEs without admin rights, and there's no way around that. Thanks, Gary -- Clou

[WiX-users] Admin access for ICEs and NIT

2011-12-06 Thread Gary Gocek
7;s no way around that. Thanks, Gary -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering opti

Re: [WiX-users] Lux unit test does not call my CA

2011-10-26 Thread Gary Gocek
d, I think my WIX modularization is better now because it supports both production and test MSI files. Thanks, it works. - Gary From: John Cooper To: General discussion for Windows Installer XML toolset. Date: Wed, 26 Oct 2011 15:25:43 -0500 Does the C

[WiX-users] Lux unit test does not call my CA

2011-10-26 Thread Gary Gocek
FooMethod to be called? This particular method is normally invoked in InstallUISequence, but for the test MSI, I don't specify the InstallUISequence element. I can see FooMethod in the CustomAction table with Orca. The MSI looks OK, but the CA does not appear to execute. What else

[WiX-users] Suppress redeployment of a file during repairs

2011-09-30 Thread Gary Gocek
r feature) during repairs, when the user double-clicks the MSI file (not command line) ? I see a related posts, but I'm just not seeing a straight answer. Thanks, Gary -- All of the data generated in your IT infrastruct

Re: [WiX-users] How does order of controls in dialog XML affect dialog behavior?

2011-09-25 Thread Gary Gocek
orked as default. But, as I menetioned, the problem went away when the XML for the Next button was moved before the XML for the Back button, in the WXS file. But this is for 3.5.2519.0, and the workaround is simple, so I'm not holding my breath for another release of 3.5. Gary > -Ori

[WiX-users] How does order of controls in dialog XML affect dialog behavior?

2011-09-23 Thread Gary Gocek
fixed the problem by moving the XML for the Next button to be BEFORE all the other buttons. Ideally, I'd put the Next button XML after the Back button XML because, from my American perspective, that's how the screen is laid out. But the behavior is sometimes affected by the XML

Re: [WiX-users] unable to download weekly releases

2011-09-16 Thread Gary Gocek
Try codeplex.com, that's the open source repository that is more focused on .NET. WIX is there. I haven't had trouble at sourceforge lately, but try codeplex. > -Original Message- > From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] > Sent: Friday, September 16, 2011 9:31 PM > To: wi

[WiX-users] GUI flickers with original bitmap before my own

2011-09-15 Thread Gary Gocek
flicker of the original, reddish, WIX, left-side bitmap, before my own bitmap appears. Is there something I can do to eliminate that bitmap flicker (other than implementing my own GUI forms and navigation)? Thanks, Gary

[WiX-users] Automate vendor installs

2011-08-04 Thread Gary Zelmanovics
Can Wix be used to automate a vendor-supplied install? The install is interactive - values are entered and buttons are clicked. In my favor, all responses are the same for all users. I want the Wix install to automate all responses, requiring no interaction. Thanks, Gary

[WiX-users] Rollback under Win 2K3 causes .NET to be uninstalled

2010-12-20 Thread Gary Gocek
Summary: .NET 3.5 installer for .NET 4.0 app. If rollback occurs under Win 2K3, .NET 2.0 is uninstalled as well as app. I have a .NET 3.5 installer for a .NET 4.0 web application, built with WIX 3.5.2110. It installs and uninstalls successfully under Windows Server 2003 and Windows Server 2008. T

[WiX-users] WIX 3.0 bootstrapper and MSI verbose logging

2010-12-02 Thread Gocek, Gary
an be secure, and those lower case letters make this a non-public property. Just thought you'd like to know to watch for the log file, and the sensitive data that might be in it, and how to hide the sensitive data. I didn't find this documented elsewhere. Gary --

Re: [WiX-users] invoking another .msi

2010-10-29 Thread Gary Gocek
tupbld was removed from Wix 3.5, before burn in 3.6 is reliable. Wasn't anyone using setupbld? Gary > -Original Message- > From: Pally Sandher [mailto:pally.sand...@iesve.com] > Sent: Friday, October 29, 2010 6:07 AM > To: General discussion for Windows Installer XML toolset

[WiX-users] Setting .NET framework version for IIS6 web site

2010-10-12 Thread Gary Gocek
it seems to have no effect under IIS6. Is there a way to set the .NET Framework Version for a web site under IIS6? Thanks, Gary -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3

[WiX-users] BadImageFormatException, Microsoft.Deployment.WindowsInstaller - RESOLVED!

2010-09-28 Thread Gary Gocek
k I included all the keywords to help someone find this. Gary -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud co

Re: [WiX-users] BadImageFormatException, Microsoft.Deployment.WindowsInstaller

2010-09-24 Thread Gary Gocek
y with the runtime. Any help would be appreciated. -Original Message----- From: Gary Gocek [mailto:g...@gocek.org] Sent: Thursday, September 23, 2010 7:26 PM To: 'wix-users@lists.sourceforge.net' Subject: BadImageFormatException, Microsoft.Deployment.WindowsInstaller I'm build

[WiX-users] BadImageFormatException, Microsoft.Deployment.WindowsInstaller

2010-09-23 Thread Gary Gocek
I'm building a project on Win 2008 Server 64-bit, using TFS 2010 build services and Visual Studio 2010. All projects in the solution are for VS 2010 and .NET Framework 4 (recently converted from VS 2008 and .NET 3.5). The projects are set for "Any CPU" (so the Platform property in the .csproj files

[WiX-users] How do VS projects know where to find the WIX DLL?

2010-09-20 Thread Gary Gocek
C and there doesn't seem to be a path variable with the WIX folder. The .csproj file for the VS project does not contain the path. Just curious, Gary -- Start uncovering the many advantages of virtual appliances and s

Re: [WiX-users] Updating msiexec status window from custom action

2010-08-09 Thread Gary Gocek
that this installer does have a UI prior to the msiexec status window appearing. Thanks, Gary - Original Message From: Christopher Painter - 2010-08-07 02:09 If you just want a simple message to be displayed, consider using the ActionText table ( ProgressText element ) You shouldn&#

[WiX-users] Updating msiexec status window from custom action

2010-08-06 Thread Gary Gocek
ack the msiexec status window to show my own messages? Ultimately, this should be localizable, but just get me through the first step of displaying any message at all. Thanks, Gary -- This SF.net email is sponso

Re: [WiX-users] 64-bit WiX

2010-04-19 Thread Gary Schorer
ne of these will trick the targets into thinking they should be running in 32-bit mode. If you're manually setting the WixToolPath property, just set RunWixToolsOutOfProc to true in the same place. On Mon, Apr 19, 2010 at 6:31 PM, Gary Schorer wrote: > In my case, I just stopped running the

Re: [WiX-users] 64-bit WiX

2010-04-19 Thread Gary Schorer
In my case, I just stopped running the Wix tools in process. true On Mon, Apr 19, 2010 at 6:21 PM, Navid Azimi-Garakani wrote: > I am using WiX 3.5.1602.0. If you look at the executables with corflags, > you'll see that they are compiled for the 32-bit architecture. > > d:\wix\3.5.1602.0>corflags

Re: [WiX-users] Parallel builds of Wix projects

2010-04-15 Thread Gary Schorer
w.fiserv.com > Please consider the environment before printing this e-mail > > > > -Original Message- > > From: Gary Schorer [mailto:thanatoas...@gmail.com] > > Sent: Thursday, April 15, 2010 8:51 AM > > To: wix-users@lists.sourceforge.net > > Subj

Re: [WiX-users] Parallel builds of Wix projects

2010-04-15 Thread Gary Schorer
I've fixed the problem. This was nothing inherent to Wix, but rather was part of my own infrastructure that supports parallel builds. On Wed, Apr 14, 2010 at 11:40 AM, Gary Schorer wrote: > I'm trying to build a large set of projects (hundreds) in parallel with > msbuild.exe. I

[WiX-users] Parallel builds of Wix projects

2010-04-14 Thread Gary Schorer
I'm trying to build a large set of projects (hundreds) in parallel with msbuild.exe. It includes a mix of Wix and C# projects. Using the /m flag, msbuild is perfectly happy to give me a build process for every core and build the C# projects in parallel. However, when it hits Wix projects, it seems

Re: [WiX-users] Replace path text inside installed files.

2010-02-25 Thread Gary Smith
the background, I just need to find the best way to load 100 files in different sample projects (as per my other post). Gary- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compi

[WiX-users] Install large set of files

2010-02-25 Thread Gary Smith
t know how to link the fragments in my main wix file. heat dir sampledir1 -o sample1.xml -sfrag -suid -gg -dr MYAPPDEST heat dir sampledir2 -o sample2.xml -sfrag -suid -gg -dr MYAPPDEST (where MYAPPDEST is my application destination) Any help is greatly apprecia

[WiX-users] Replace path text inside installed files.

2010-02-25 Thread Gary Smith
development environment). I would like to replace the path inside the project file with the appropriate installed path. 1) is this possible 2) is there a sample somewhere of doing this? TIA Gary- -- Download Intel®

Re: [WiX-users] Same app, different versions

2010-02-18 Thread Gary Smith
see how that works. Generally, when we make small incremental changes that don't break functionality, we increment x.x.0.0. These should be replace (as they are really updates) whereas the rest of the might be different functionality. Thanks for the follow up. Gary-

[WiX-users] Same app, different versions

2010-02-18 Thread Gary Smith
\x.x.x.x\bin). For the product name for the installer, it's myapp x.x.x.x Is installing a second version of the same application as simple as changing the product guid? What's the best approach for t

Re: [WiX-users] Installed app not showing up in add/remove programs

2010-02-18 Thread Gary Smith
> Sounds like your package is per-user. See the Package/@InstallScope element. Yes, setting the InstallScope to perMachine seems to have solved this issue. Thanks. -- Download Intel® Parallel Studio Eval Try the new sof

[WiX-users] Installed app not showing up in add/remove programs

2010-02-18 Thread Gary Smith
this a bug or behavior by design? I would suspect that in all cases it should be in the add/removes table since the installing user is indeed an admin (same user in both cases). Gary -- Download Intel® Parallel Studio

[WiX-users] Out Of Office Reply

2009-10-11 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-10 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-09 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-08 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-07 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-06 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-05 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-05 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-03 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-02 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-01 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett

[WiX-users] Out Of Office Reply

2009-10-01 Thread gary
Thank you for your message. I am currently out of the office on Holiday with no access to e-mail. I will be returning to work on 12 October. If you need assistance before then, you may reach Atlas on 0845 867 2845 or i...@atlascs.co.uk. Regards Gary Howlett