Basically some application specific code needs to be run by the installer
after installing or before un-installing the application files. .NET
Framework is already installed prior to installing the application. The
application is a .NET applcation. "MyCustomActions.dll" contains methods
that
I think I can only help by pointing you to the email address at the bottom
of http://www.microsoft.com/whdc/driver/install/difxtools.mspx:
[EMAIL PROTECTED]
--
Mike Dimmick
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Calin Iaru
Sent: 09 November 200
It's strongly recommended to avoid managed code in custom actions. Best
practice is to keep your custom actions entirely self-contained, which
generally means writing them in C++ and statically linking to the C runtime
library. That's how all of WiX's custom actions are built.
What does 'MyCustom
I *think* Emma's problem is that using the '.' syntax installs the queue
locally for the node that you're running setup on; to make a
failover-tolerant queue, you need to use the cluster's name (attached to a
virtual shared IP address) in the queue name. That's what isn't working.
--
Mike Dimmick
If you don't have any other custom actions, WiX may not actually create the
CustomAction table, which might be what's causing the merge to fail. You can
force a table to be created if it would otherwise be omitted by using the
element:
This ensures that the table already exists in the MSI befor
There are weekly builds at http://wix.sourceforge.net/releases. Have you
tried the latest of those?
--
Mike Dimmick
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dyson, Peter
Sent: 09 November 2006 08:59
To: Bob Arnson
Cc: wix-users@lists.sourceforge.
Ravi:
I think that this is more of an IIS issue than one of WiX or the Windows
Installer.
IIS references websites in its meta-table by .
By rule, you can have only one running web site under a specific combination
at a time. They are referenced by an positional array (0, 1, 2, 3, etc.).
On
I have a situation where I want to maintain the file and folder ACLs from a previous install during an upgrade.
So, if any custom ACLs have been added or removed after the initial install, the upgrade will let them be.
The existing install sets all of the file ALCs through the Permission elemen
Never mind. Figured it out thanks to Live Search and Mike Dimmick's reply to a similar question previously.
Setting the license file and bitmaps are done through -d arguments to light.exe. For example,
-dWixUILicenseRtf=
Other useful args I found in common.wxs are:
WixUIBannerBmp
WixUIDial
Hi All,
Thanks for the quick response. I really
appreciate it. Sorry, I forgot to append attachment. Please find one. I am
using Wix 2.0 to develop the MSI. Looks the sample that Morten Minge Lerudjordet
sent is Wix 3.0. One of the comments “” sounded
me interesting. I have different s
Awesome. Thanks, Bob. One more question: I'm looking to overwrite default images and license text in the MSI. Using the bitmaps directory doesn't seem to work. Could you provide some insight?
BTW, the online manual should also references the old wixui.wixlib. So it also needs to be cleaned up. Is
Dyson, Peter wrote:
> Unfortunately the registry entries are still in [!MyServerExe] format
> not [#MyServerExe].
>
Can you open a bug and attach the files needed to reproduce?
--
sig://boB
http://bobs.org
-
Using Tomc
Aaron Khoo wrote:
Hi there, I was trying to use the WixUI dialog library in a
simple application installer. Within the manual page on http://wix.sourceforge.net/manual-wix2/WixUI_dialog_library.htm
, it talks about adding wixui.wixlib and wixui_en-us.wxl to the
light command line. I was ab
[EMAIL PROTECTED] wrote:
> anyone tried using a merge module from MSDE 2000 SP3 ?
>
FWIW, the MSDE merge modules aren't recommended. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/distsql/distsql_8yeq.asp
for details.
--
sig://boB
http://bobs.org
--
Hey all,
I'm trying to implement handling for major upgrades for a web application
installation.
The use case I'm currently testing is:
1. User installs v1.0.0 of the application
- Install gathers information about the virtual
directory and database server
- App is inst
Emma:
Like Mike, I do not have much experience with clustering, but I would
suggest trying a Public Queue as well. The Public Queue is addressable via
the machine IP and may better meet your needs.
Likewise, we have a separate MSI that runs on the MessageQueue server that
installs the queue.
Andrei Guitar Bright Eyesindie pop Fort rap
a.Monitor vulnerable areas alerts a programs Solsuite? Surgeon boost phones
iq am!Released in its operating system of to hardware Read an editors
in.Phones is iq of offers maps.Popups am keep am at or bay lean fast
opensource a approach?Go Were tu
Hi,
anyone tried using a merge module from MSDE 2000 SP3 ?
I'm using dts.msm but light gives following error:
"light.exe : fatal error LGHT0039: Merge completed, but there was an
error. See log file in..."
Content of Logfile:
Opened MSI Database: C:\Dokumente und Einstellungen\cthiel\Lokale
Einst
Our installer includes a .NET assembly component MyCustomActions.dll, which
is marked with ¡°.NET COM interop¡± in InstallShield. At installation,
InstallShield runs "regasm MyCustomActions.dll /regfile MyCustomActions.reg
/Codebase" to create registry entries on the target system to allow COM
Wix has no such opportunity. It is necessary to write new custom action.
--
Alexander Biryukov
On Thu, 09 Nov 2006 06:15:44 +0300, Harvey Werner <[EMAIL PROTECTED]>
wrote:
> Can anyone tell me how to use WiX to detect if a Windows service is
> running?
> --
> Harvey Werner
>
Write this for install .Net assembly to GAC :
During uninstall this assembly will be removed from GAC by Windows
Installer.
--
Alexander Biryukov
On Thu, 09 Nov 2006 15:40:11 +0300, vij <[EMAIL PROTECTED]> wrote:
> Hi all,
> Using WiX, how to install a file to GAC? And also, during
I can actually try to install the child device driver before the bus
driver.
Is there a way to specify the sequence of file installations? In this
case, it would be an advantage to have a component installed before
another component.
Best regards,
Calin
Hello,
I am working on a Setup
Hi all, Using WiX, how to install a file to GAC? And also, during the un-installation, how to un-install the file which is in GAC? Any pointers/resources would be of great help!! thanks Vij
Sponsored Link
$200,000 mortgage for $660/mo - 30/15 yr fixed, reduce debt, home equity -
Title: Message Queue Help Needed
Please keep wix-users on the list, that allows others
to contribute.
I'm afraid I don't have any experience with message
queuing or with clustering, so I can't really tell you whether what you're doing
is acceptable or not. You might need to create a public,
I upgraded to the latest binary build on SourceForge (3.0.2211.0).
A bit painful as tallow has been deprecated and Heat is very much
different, but have it working again in my headless build.
Unfortunately the registry entries are still in [!MyServerExe] format
not [#MyServerExe].
Maybe the next
26 matches
Mail list logo