[WiX-users] Send Property Value to a Form

2010-02-15 Thread Alex Wernecke
Hi, How would I send up a property value from a wix document to a variable in a C# custom action form? What I am needing to do is pass the installation directory path to the custom action form so that the form writes a correct path to an .exe for a scheduled task that it creates. Many t

Re: [WiX-users] dependency on some service

2010-02-15 Thread Novaisas
On Mon, Feb 15, 2010 at 9:15 AM, Sebastian Brand wrote: > Hello, > > 1) You only could do a manual check if the other product is still installed > while your product start. Alternatively, you could disable the Remove-Button > from the Control Panel for the other product. To do so add the "NoRemove

Re: [WiX-users] Question regarding the behaviour of custom actions during patch uninstall

2010-02-15 Thread Anurag Pahwa
Thanks. We've built our MSI using wix 2.0 and if I edit the MSI using orca I don't see the ExtendedType column in the custom action table but If I look at any MSI which was built using Wix 3.0 and If I edit it using orca I can see the ExtendedType column in the MSI. So if we are using Wix 2.0 ho

Re: [WiX-users] WiXNetFxExtension conditions

2010-02-15 Thread John Vottero
> > There is no guarantee that your product would work just fine with CLR > 4.0 just because it works with CLR 2.0 (Framework 3.5). The WiX version test is a guarantee that it WON'T work because it will refuse to install. We work very hard to make sure that our software is "upwardly compatible"

Re: [WiX-users] [REPOSTED FOR FORMATTING] COM Component Error (Error 0x80070490: Failed to find component object)

2010-02-15 Thread Devlyn
I had not thought of it from that perspective. I thought it was yelling about the 'component' as in the installer entry, not the COM component object. I looked up the CLSID from the registry (SysLog.Log\CLSID) and the installation did proceed further. However, it is now erroring out with a code o

Re: [WiX-users] WiXNetFxExtension conditions

2010-02-15 Thread Bryan Reich
Don't shoot the messanger John. I'm just passing along what I know about the current situation. Also note that with the 4.0 FW, the CLR changed the way is registers itself and where you have to look in the registry to determine the current version, which is why the preexisting detection logic wo

Re: [WiX-users] WiXNetFxExtension conditions

2010-02-15 Thread John Vottero
Sorry, I didn't mean to give the impression of shooting the messenger. I just want to make sure that WiX doesn't turn "won't guarantee it" into "guarantee it won't". > -Original Message- > From: Bryan Reich [mailto:bryan.re...@microsoft.com] > Sent: Monday, February 15, 2010 3:41 PM > T

Re: [WiX-users] WiXNetFxExtension conditions

2010-02-15 Thread Michael Urman
If you want the ability to easily force an installation later, I would suggest either transforms, or adding a clause like "or SKIPNETFRAMEWORKCHECK" and documenting how your enterprise customers can create a transform or use the property to continue the install when the checks fail. Heck, put a sim

Re: [WiX-users] Admin check in Win 2008?

2010-02-15 Thread Sascha Beaumont
This seems wrong, I'm pretty sure users in the Administrators group get the pre-Vista type behavior you're looking for. I tested the code briefly before posting last week, unfortunately that my 2008 R2 machine keeps locking up on me today so I can't confirm right now. If you're still stuck let m

[WiX-users] Microsoft merge modules and policy modules, what to include?

2010-02-15 Thread Sascha Beaumont
Hi, Looking over http://blogs.msdn.com/astebner/archive/2007/02/13/building-an-msi-using-wix-v3-0-that-includes-the-vc-8-0-runtime-merge-modules.aspx I see the following note: Removed references to policy MSMs because the general recommendation is to not include policy MSMs when redistributing

Re: [WiX-users] Microsoft merge modules and policy modules, what to include?

2010-02-15 Thread John H. Bergman (XPedient Technologies)
Sascha, Where does one obtain the merge modules you listed below? I've not been able to find the VC Runtime as a Merge Module. -Original Message- From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] Sent: Monday, February 15, 2010 4:42 PM To: General discussion for Windows Installe

Re: [WiX-users] Microsoft merge modules and policy modules, what to include?

2010-02-15 Thread Sascha Beaumont
Hi John, These are usually found under the 32-bit program files folder, more specifically C:\Program Files\Common Files\Merge Modules On my desktop I think these have been installed either as part of Visual Studio or the Windows SDK, the optional feature "Redistributable Components" with the SDK

Re: [WiX-users] Send Property Value to a Form

2010-02-15 Thread Blair
In general (if using DTF): use the Session object to retrieve the property's value. Deferred actions require using the "CustomActionData" value for retrieval (set that property by assigning a value to a property named after the deferred action's name) since deferred actions aren't given access to

Re: [WiX-users] dependency on some service

2010-02-15 Thread Blair
1- Not really. 2- The only real option is to have an immediate custom action update the ServiceControl table during the transaction. -Original Message- From: Novaisas [mailto:novai...@gmail.com] Sent: Sunday, February 14, 2010 4:37 PM To: wix-users@lists.sourceforge.net Subject: [WiX-user

Re: [WiX-users] Question regarding the behaviour of custom actions during patch uninstall

2010-02-15 Thread Blair
You could try using the CustomTable element to supersede the built-in definition of the CustomAction table. However, it would be preferable to investigate moving to WiX 3.0 as it has been RTM for over a half year and has better support for what you are trying to achieve. -Original Message-

Re: [WiX-users] Microsoft merge modules and policy modules, what to include?

2010-02-15 Thread Blair
I forget where it is documented, but here is what happens: If you include the policy module(s), then anyone can install a replacement runtime that claims to be backward compatible with the one you install/tested against and your program will start using that "newer" one instead of the one you test

Re: [WiX-users] Microsoft merge modules and policy modules, what to include?

2010-02-15 Thread Sascha Beaumont
Thanks Blair, So you're basically saying a 3rd party software update that includes an updated module from MS could break something? If so, then that only sounds like a problem if we have a long lead time between releases/updates or aren't keeping the dev/build/test machines up to date with the lat

[WiX-users] Getting list items in order from ListBox.

2010-02-15 Thread Sachin Dubey
Hi All, Need help... I am using following code to get ordered list of items from a list box, used ORDER BY clause. It works all fine, however in few random cases the resulted list is not orders by Values. listItems = session.Database.ExecuteQuery("SELECT `Value` FROM ListBox WHERE ListB

Re: [WiX-users] Send Property Value to a Form

2010-02-15 Thread Alex Wernecke
laris 10 NOW http://p.sf.net/sfu/solaris-dev2dev ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users __ Information from ESET Smart Security, version of virus signature database 4869 (20100