Re: [WiX-users] Shortcut in the root of start folder - why?

2013-09-09 Thread Blair Murri
Like Raymond wrote: > Research revealed that one of the tasks people had trouble with was > installing a new program and running it. The step that the > "new programs" feature tries to assist with is the "running it" part. In our > tests, we found that people who managed to muddle > through a

Re: [WiX-users] WiX 3.6: How to populdate a Combobox based on the value another Combobox on the same dialogbox?

2013-09-09 Thread Blair Murri
Windows Installer is quite limited and refreshing/repopulating controls is one of those that all to often doesn't work the way we want. Usually the way this is implemented is to have two paired boxes, where the value(s) in the first box are used in a custom action to populate the second box's

Re: [WiX-users] Bootstrapper step conditional execution

2013-09-09 Thread David Watson
You can host your ui in the bootstrapper ask all the questions, then install sqlexpress if needed then run your msi with relevant properties to install the services/populate the database. Dave -Original Message- From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] Sent: 09 Septembe

[WiX-users] Does anyone know why the website is down

2013-09-09 Thread Mark Risen
And/or when it will be back up? -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredib

Re: [WiX-users] Shortcut in the root of start folder - why?

2013-09-09 Thread BGINFO4X
Hello, the article points to the clue. It is a little crazy, but ... it is Microsoft. I will try to adapt the shortcut to a .bat instead of a .exe. Bat files doesn't pinn as "recently installed". Thanks a lot for your time. 2013/9/9 Phil Wilson > It's probably this, it's just what Windows doe

[WiX-users] WiX 3.6: How to populdate a Combobox based on the value another Combobox on the same dialogbox?

2013-09-09 Thread Wang, Miaohsi
Hello Everyone, I am trying to create a dialog box that has two combo boxes and the list items of the second combo box depends on the value of the first one. In other words, if the user changes the selected item in the first combo box, the list items in the second combo box are updated accordin

Re: [WiX-users] Does anyone know why the website is down

2013-09-09 Thread Mark Risen
Thanks. It looks like their DNS server is down. Cheers! .Mark -Original Message- From: Philippe Gorley [mailto:gorley.phili...@gmail.com] Sent: Monday, September 09, 2013 1:23 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Does anyone know why the website is down https

Re: [WiX-users] BAFunction.DLL access to m_pEngineState m_command.wzCommandLine

2013-09-09 Thread Neil Sleightholm
I didn't think to pass the command line through to the BAFunction and there isn't a built-in variable containing it. I can see it would be useful, I'll take a look at the code and see how hard it would be add it (probably should pass in m_command and m_plannedAction). Could you add a feature req

Re: [WiX-users] Bootstrapper step conditional execution

2013-09-09 Thread Tunney, Stephen
I'm all ears if you know of anything off the top of your head. The requirement from up on high is to ask questions to determine if the user wants/needs SQLExpress installed locally and afterwards install our database via canned scripts and start our services. -Original Message- From:

Re: [WiX-users] Does anyone know why the website is down

2013-09-09 Thread Philippe Gorley
https://twitter.com/wixtoolset/status/376919568704221184 Don't know why Rob only sent this to the wix-devs mailing list. On 2013-09-09 3:54 PM, Mark Risen wrote: > And/or when it will be back up? > > -- > Learn the latest

Re: [WiX-users] Does anyone know why the website is down

2013-09-09 Thread Rob Mensching
https://twitter.com/wixtoolset/status/376919568704221184 - still no ETA On Mon, Sep 9, 2013 at 12:54 PM, Mark Risen wrote: > And/or when it will be back up? > > > -- > Learn the latest--Visual Studio 2012, SharePoint 20

[WiX-users] BAFunction.DLL access to m_pEngineState m_command.wzCommandLine

2013-09-09 Thread Phill Hogland
I am using WixStdBA in Wix 3.8 with a BAFunction.DLL (which is similar to using the Extended BA in Wix 3.7). In the BAFunction DLL (under a debugger) I can use this-> to access member variables including this->pEngine. But I am trying to drill down and check what was passed in on the command line

Re: [WiX-users] Bootstrapper step conditional execution

2013-09-09 Thread Phill Hogland
If using the WixStdBA in 3.8 (or with Wix 3.7 AND the WixExtendedBA from http://wixextba.codeplex.com/) you may find it helpful to use the BAFunctions.DLL. As others have indicated you could ask the questions in the WixStdBA, process the selected radio button on OnPlanComplete, and install your op

Re: [WiX-users] Shortcut in the root of start folder - why?

2013-09-09 Thread Phil Wilson
It's probably this, it's just what Windows does. This article is fairly old but the general principle still applies: http://blogs.msdn.com/b/oldnewthing/archive/2005/11/24/496690.aspx Phil Wilson On Mon, Sep 9, 2013 at 9:17 AM, BGINFO4X wrote: > Hello, you are right. > > The shortcut is locat

Re: [WiX-users] Shortcut in the root of start folder - why?

2013-09-09 Thread BGINFO4X
Hello, you are right. The shortcut is located in the "recently used" area. This is what I don.t understand. Why it appears if it is never used? Thanks a lot. On Sep 9, 2013 2:05 PM, "Blair Murri" wrote: > Is it really in the root of the start menu? Meaning, you click Start, then > you click Al

Re: [WiX-users] Bootstrapper step conditional execution

2013-09-09 Thread Rob Mensching
You'd probably need a custom BA to do all that. There are probably easier ways to accomplish what you are trying to do as well. On Mon, Sep 9, 2013 at 7:26 AM, Tunney, Stephen wrote: > Hello oh great and powerful Rob :) It is a pleasure to get an email from > you. > > I've been working with a b

Re: [WiX-users] Bootstrapper step conditional execution

2013-09-09 Thread Tunney, Stephen
Hello oh great and powerful Rob :) It is a pleasure to get an email from you. I've been working with a bootstrapper project but I'm curious as to how I can have the chained EXE project inspect the registry AFTER the initial call to my product MSI has completed. I think that my bootstrapper wil

Re: [WiX-users] Install driver from inf file

2013-09-09 Thread Blair Murri
DifxApp? > Date: Thu, 29 Aug 2013 22:09:04 +0300 > From: trif.and...@mail.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Install driver from inf file > > Hello, > > I want to install a driver from an inf file with rundll32 and I have 2 > questions regarding this. > > 1. How

Re: [WiX-users] HeatFile fail for a dll that need to be resigned

2013-09-09 Thread Blair Murri
sn -Vr doesn't sign the assembly, it causes verification of that assembly to be skipped. > From: mark...@live.it > To: wix-users@lists.sourceforge.net > Date: Fri, 30 Aug 2013 00:32:46 +0200 > Subject: [WiX-users] HeatFile fail for a dll that need to be resigned > > I have a dll that is signed

Re: [WiX-users] error CNDL0123 : The Verb/@Sequence attribute's value, '0', is not in the range of legal values. Legal values for this attribute are from 1 to 32767.

2013-09-09 Thread Blair Murri
Looks like a (long-lived) bug to me. Validation indicates that 0 is acceptable, but the compiler rejects 0. Please open a bug. In reality, as long as no one adds another entry with sequence set to "0" then your entries with sequence set to "1" will remain the default entries. > Date: Fri, 30

Re: [WiX-users] HeatFile fail to harvest a dll for register it as shell extension

2013-09-09 Thread Blair Murri
I suspect the DLL was partially signed, not fully signed. Try running sn -vf against your shell extension assembly dll. What version/build of WiX toolset are you running? > From: mark...@live.it > To: wix-users@lists.sourceforge.net > Date: Tue, 3 Sep 2013 23:57:57 +0200 > Subject: [WiX-users]

Re: [WiX-users] Shortcut in the root of start folder - why?

2013-09-09 Thread Blair Murri
Is it really in the root of the start menu? Meaning, you click Start, then you click All Programs, and you find it there (that is the root of the Start menu, not the first view when you click "Start")? The area "above" the "All Programs" selection is the area where "pinned", "recently used" an

Re: [WiX-users] Replacing util:PerfCounter with util:PerformanceCounter

2013-09-09 Thread Blair Murri
The primary difference I see between these two is that the PerformanceCategory/PerformanceCounter elements create the .H and .INI files inside of the WixUtilExtension that you must supply when you use the PerfCounter element. Thus, the information you had in your .H and .INI files must instead

Re: [WiX-users] Error -2147418113 during RollbackUnregisterPerfCounterData

2013-09-09 Thread Blair Murri
If there are no missing lines in the section of log, this suggests that the MSI is possibly corrupted. With Orca, verify that RollbackUnregisterPerfCounterData appears in the CustomAction table, and report back here the entire row. > From: surya6...@hotmail.com > To: wix-users@lists.sourceforge

Re: [WiX-users] Is the website wixtoolset.org down ?

2013-09-09 Thread Blair Murri
https://twitter.com/wixtoolset/status/376919568704221184 > Date: Mon, 9 Sep 2013 09:46:12 +0200 > From: pierre-alain.galt...@vivelys.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Is the website wixtoolset.org down ? > > Hello, > > I was looking for help (howto) about package

Re: [WiX-users] Is the website wixtoolset.org down ?

2013-09-09 Thread Blair Murri
If you already have the WiX toolset installed, you can also use the wix.chm ("WiX Documentation" in the Start menu). From: os...@live.com To: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Is the website wixtoolset.org down ? Date: Mon, 9 Sep 2013 02:51:46 -0700 https://twitter.com

Re: [WiX-users] Deleting Config File based on CheckBox

2013-09-09 Thread Blair Murri
What I would consider doing is the following: 1. Make the component installing the config file an "unmanaged" component (a component with an explicitly blank guid). It can then only be "reinstalled" with a major upgrade (minor upgrades and patches will ignore that component and thus will not e

[WiX-users] Is the website wixtoolset.org down ?

2013-09-09 Thread Pierre-Alain GALTIER
Hello, I was looking for help (howto) about package upgrade and patch, but the website seems to be dowwn. Pierre-Alain GALTIER -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Disc

Re: [WiX-users] Deleting Config File based on CheckBox

2013-09-09 Thread Gnozo
Hello Blair Murri-3, Thanks for your reply. This config is an default config and need to be edited from the user to set some paths. Otherwise it won´t work. So yes it will be changed manually but not from any program. When the user update this program he can choose if he want to replace his conf