[WiX-users] Off Topic - MSI Setup Jobs EMail List?

2011-07-14 Thread Wendell Joost
I'm happily employed now, but keep getting pings from recruiters about setup jobs being offered - what's a good email list for posting positions offered? -- AppSumo Presents a FREE Video for the SourceForge Community by Eri

Re: [WiX-users] Questions about WiX

2010-09-29 Thread Wendell Joost
There is a provision in Windows Installer for supporting/generating a multiple disk installation, so that a large install could be shipped on floppy disks. A bit of digging into the WiX / MSI archives will provide the info that you need - be glad you're shipping in 10MB chunks and not 1.44MB chunk

Re: [WiX-users] Storing a Property

2010-03-18 Thread Wendell Joost
Write the property to the registry hklm\software\[company]\[productname]\[version]\DatabaseName=Value Read the property during uninstall. If property isn't found, don't execute the uninstll script. Wendell On Thu, Mar 18, 2010 at 2:46 PM, David J. D'Amico wrote: > I'm running a database script

Re: [WiX-users] Removing registry keys from HKU hives

2010-02-17 Thread Wendell Joost
http://geekswithblogs.net/ajshurts/archive/2005/11/13/60019.aspx http://msdn.microsoft.com/en-us/library/aa371207(VS.85).aspx My understanding is Current User only. Wendell On Wed, Feb 17, 2010 at 4:52 PM, Harvey, John Ctr USAF Warfighter's Edge wrote: > On uninstall, can you remove registry ke

Re: [WiX-users] Request for help building a Simple MSI..

2010-02-11 Thread Wendell Joost
... The custom actions may require a bit of adjustment to work properly - I didn't unit test this code. As to payment ... I want a bottle of Stubbs BBQ sauce, a fresh copy of the Ugly Americans CD with Boom Boom Baby, Celis White, Shiner Bock or some HEB swag .

Re: [WiX-users] Interviewing an installation developer

2010-01-25 Thread Wendell Joost
Correction, "Have you ever tried to step through a VB script CA in a debugger?" Wendell On Mon, Jan 25, 2010 at 11:05 AM, Wendell Joost wrote: > Have you ever tried to step through a VB CA in a debugger

Re: [WiX-users] Interviewing an installation developer

2010-01-25 Thread Wendell Joost
Have you ever tried to step through a VB CA in a debugger? Wendell On Mon, Jan 25, 2010 at 10:59 AM, Matt Walker wrote: > Why are Custom Actions in VBScript a warning sign? > > -Original Message- > From: MikeR [mailto:michael.ru...@gmail.com] > Sent: Monday, January 25, 2010 1:44 PM > To

Re: [WiX-users] Reusing Dialogs

2010-01-04 Thread Wendell Joost
I hit this problem a few years ago and decided that the added complexity of trying to reuse dialogs wasn't worth the effort - development, debugging and maintenance would have been a nightmare. It was easier to copy/paste the dialog code and the person who took over the project after me was easily

Re: [WiX-users] Adding Entries to Add/Remove Programs Without MSI

2009-12-03 Thread Wendell Joost
Yes, it's not terribly well documented, however it is possible. Bear in mind that, after doing so, it's not possible to programmatically refresh the ARP dialog - you'll need to hit F5 or reload ARP to see the changes. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi

Re: [WiX-users] So much space requires on C drive

2009-11-20 Thread Wendell Joost
ew the MSI documentation on MSDN, it will explain it in more detail. Working around this issue will be difficult. Wendell Joost On Thu, Nov 19, 2009 at 10:58 PM, wrote: > > > Hi All, > When we installs our product, though we choose other drive like d: or e: > still it checks the s

Re: [WiX-users] Example Help Needed

2009-11-16 Thread Wendell Joost
I don't have time to write you a sample, but I can point you at some reference material for getting started. Start with the sample WiX code in the WiX CHM file. .Net 3.5 detection - start here: http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg14255.html regsvr32 is evil, you reall

Re: [WiX-users] Windows Server 2008 and the registry

2009-11-12 Thread Wendell Joost
> How can I force a 32bit installer to install registry keys to both the > standard and Wow6432Nodes? > > Thanks. > > - Phil > > -Original Message- > From: Wendell Joost [mailto:wende...@gmail.com] > Sent: Thursday, November 12, 2009 12:19 PM > To: General

Re: [WiX-users] Windows Server 2008 and the registry

2009-11-12 Thread Wendell Joost
Are you running on x86 or x64? 32 bit installer will be remapped on x64 OS, If x64, registry entries redirect to Wow6432Node, e.g. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Communicator instead of: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Communicator Wendell On Thu, Nov 12, 2009 at 9:33

Re: [WiX-users] Please wait while the installerfinishes determiningyour disk space requirements, Error?!

2009-10-12 Thread Wendell Joost
http://msdn.microsoft.com/en-us/library/aa370322(VS.85).aspx Wendell On Mon, Oct 12, 2009 at 9:08 AM, Dominique Louis wrote: > Hi Blair, >  How does one set the MsiLogging property in WiX? Is this via a custom > action or PropertyRef of some kind? > > Dominique, > > -Original Message-

Re: [WiX-users] WiX Installer that does not leave a trace in Add/Remove Programs

2009-10-08 Thread Wendell Joost
Was this not helpful? http://msdn.microsoft.com/en-us/library/aa372102(VS.85).aspx Wendell -- "Some people come visit Europe and are really let down when they find out it's not like a credit-card commercial; others really get into meeting all the quirky people and careening along narrow mountai

Re: [WiX-users] Start service based on user choice.

2009-09-17 Thread Wendell Joost
+1 to what Blair said (far more articulately than I.) Wendell On Thu, Sep 17, 2009 at 10:57 AM, Blair wrote: > If you only will ever have one service you could try conditioning the > StartServices action (based on the property you set in the UI) but you will > need to ensure that it does the rig

Re: [WiX-users] Start service based on user choice.

2009-09-17 Thread Wendell Joost
Please bear with me - it's been a while since I've dealt with this issue and the solution may be hopelessly old school. The tribal elders will likely have a better solution for this, but this should get you past the block. Create one Component with Start="install" and one without the Start propert

Re: [WiX-users] Where to start on creating a wrapper for two or more MSI's?

2009-06-01 Thread Wendell Joost
What I've done is to put the binary in the .resources for the .exe and then extract it and write it out to TEMP and run it from there. If you're doing this as a per-machine install, extract to ProgramFiles. Wendell On Mon, Jun 1, 2009 at 1:52 PM, David Bartmess wrote: > I need a starting point

Re: [WiX-users] Frustrated... can't get a simple installer to work

2009-05-04 Thread Wendell Joost
Have you opened the Crystal Reports merge module in Orca and run a Tools | Validation? Wendell On Mon, May 4, 2009 at 2:21 PM, Anthony F wrote: > > I've made some progress, but still get errors from light. > > > > The wxs file looks like this: > > > >   Manufacturer='Microsoft Corporation'> >

Re: [WiX-users] Frustrated... can't get a simple installer to work

2009-05-04 Thread Wendell Joost
What are the errors? Can you email your wxs file and .cmd file for building and I'll take a look? Thanks! Wendell On Mon, May 4, 2009 at 1:37 PM, Anthony F wrote: > > I've been banging my head for the last few hours trying to create a > super-simple installer (my first) with wix.  All I want

Re: [WiX-users] Consolidating components

2009-02-16 Thread Wendell Joost
Doing so has the potential to mess up your patching solution. Best practice is to have one versioned file (.dll, .exe) per component. http://blogs.msdn.com/windows_installer_team/archive/2006/05/12/595950.aspx Wendell Joost On Mon, Feb 16, 2009 at 10:02 AM, MacDiarmid, James D wrote: > &

Re: [WiX-users] Need help while integrating with MSBuild

2009-02-11 Thread Wendell Joost
If memory serves correct, the $env syntax allows you to read environment variables - does the build environment set environment variables you can use? Wendell On Wed, Feb 11, 2009 at 12:55 PM, Pankaj Agrawal (Infosys Technologies Ltd) wrote: > Hi, > > I have created a WiX file and I have hardcod

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-22 Thread Wendell Joost
2008 at 4:03 PM, Rob Mensching <[EMAIL PROTECTED]> wrote: > ExitOnFailure does not show message boxes. > > -Original Message----- > From: Wendell Joost [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2008 15:58 > To: General discussion for Windows Installer XML

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-22 Thread Wendell Joost
Looking through the code, I'm seeing that ExitOnFailure is being called in firewall.cpp/GetFirewallProfile, the line that contains: hr = pfwPolicy->get_CurrentProfile(ppfwProfile); ExitOnFailure(hr, "failed to get current profile"); So, any tips on how I get ExitOnFailure to *not* displa

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-21 Thread Wendell Joost
The problem that we're hitting is that it appears that the WiX custom action is throwing a dialog - any way to suppress that dialog? Wendell On Tue, Oct 21, 2008 at 9:08 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Brian Rogers wrote: >> I think you answered your own question. I imagine stopping

Re: [WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-21 Thread Wendell Joost
I've got a fire:FirewallException element in my WiX code. When I stop the Firewall Service and then run my MSI, I get the following error consistently. Any suggestions on how to resolve this issue? Thanks! Wendell On Tue, Oct 21, 2008 at 5:49 PM, Wendell Joost <[EMAIL PROTECTED]> w

[WiX-users] Error 0x800706d9: failed to get firewall profile

2008-10-21 Thread Wendell Joost
I'm getting this error in my setup - ExecFirewallExceptions: Installing firewall exception ExecFirewallExceptions: Failed to connect to Windows Firewall Error 25580. Cannot connect to Windows Firewall. (-2147023143 ) . . . Error 0x800706d9: failed to get firewall profile Has anyone see

Re: [WiX-users] Radio Button Group

2008-10-07 Thread Wendell Joost
selected) however I'm exercising due diligence in querying the collective wisdom... Wendell On Tue, Oct 7, 2008 at 12:05 PM, Richard <[EMAIL PROTECTED]> wrote: > > In article <[EMAIL PROTECTED]>, >"Wendell Joost" <[EMAIL PROTECTED]> writes: >

[WiX-users] Radio Button Group

2008-10-07 Thread Wendell Joost
Using Wix 3.0.4513.0, is there any way to specify a Radio Button Group so that *none* of the items in the group are selected? I'm not finding a way to do this and our software architects are insisting that we do it this way. Thanks! Wendell --