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
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
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
>
> 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"
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
19 matches
Mail list logo