Just add %wix%bin to your path.
Neil
-Original Message-
From: Don Lewis [mailto:d...@lewis-tool.com]
Sent: 15 December 2009 02:05
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] New User - WIX installation problem
I downloaded WIX 3.0.5419.0 today and after I install it, reboot
Thanks for the complete response.
On Mon, Dec 14, 2009 at 4:11 PM, Blair wrote:
> None of those actions should ever occur during the UI sequence. The UI
> sequence is intended exclusively for gathering information from the user to
> guide the installation.
--
Tony
--
Hello,
Sorry about that just meant any install operation after the initial
install. It sounds like WIX_INSTALLDIR is not being updated to the user
select install directory during patches/repair/uninstall. If the
install directory is being saved in the registry or .ini file you can
use the Regist
I downloaded WIX 3.0.5419.0 today and after I install it, reboot and open a
command prompt I get an error
for all of the commands " 'dark' is not recognized as an internal or
external command, operable program or batch file."
I checked the Environment Variables and the WIX entry does not point
You have to create unique components for each transform.
These components will contain the non file data (registry keys).
This is what I am doing and it works great.
-Original Message-
From: Kevin Garman [mailto:gar...@scadaware.com]
Sent: Monday, December 14, 2009 2:18 PM
To: General di
I came across an almost identical problem last week :) I'm guessing
it's because your merge module is defined as a subcomponent of a
64-bit folder
>
>
> SourceFile="$(var.WixMergeModule1.TargetPath)" />
>
>
Try this instead:
Hi,
Ya, that part works fine. It's the bit about 'non-file' components that
I'm working through right now (services and registry entries). At the
moment these components do not have unique guids so they don't behave as
desired. The link I posted presents a solution to that, but since that
post
We do the same thing. +1 to Sascha's comments.
Phil Wilson
-Original Message-
From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com]
Sent: Thursday, December 10, 2009 7:16 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How Do I Verify Group Memb
None of those actions should ever occur during the UI sequence. The UI
sequence is intended exclusively for gathering information from the user to
guide the installation.
Every action that changes the machine's state is to be performed from
deferred actions which by definition run in the execute s
What is the best way to add an HTTPS binding (tied to an SSL
certificate) to the Default Website in IIS7?
I believe there are 3 possibilities:
1) WiX extension
2) Use appcmd.exe to update the IIS 7 metabase
3) Manipulate \inetsrv\config\applicationHost.config
using XML/XPa
Instead of trying to customize the MaintenanceTypeDlg (which I don't think is
the right approach anyways),
I'm going to add a custom dialog listing the removal choices and place that
dialog in the appropriate place.
Rob Hermann
Senior Software Developer
Niceware International, LLC
10437 Innov
On Mon, 14 Dec 2009 12:42:51 -0500
Tony wrote:
> Is it possible to place a file version property (not to be confused
> with Windows Installer properties) on the resulting msi from a WiX
> build? Such that when you hover over the msi in explorer the version
> is displayed?
>
> Not a big deal, ju
We'd like to use WiX's util:User and util:Group (and util:GroupRef) to
create an account and add it to an existing group. How is it possible
to control when these actions are invoked? Ex. We need the user
account created before config files are modified to use the user name,
services are started
Is it possible to place a file version property (not to be confused
with Windows Installer properties) on the resulting msi from a WiX
build? Such that when you hover over the msi in explorer the version
is displayed?
Not a big deal, just wondering...
--
Tony
---
Sorry, I'm not familiar with the term "maintenance mode" and all that it
encompasses. I can tell you that the WIX_INSTALLDIR is being defined in the
actual code. When running the installer it has a default location which is
preset and shows up in the dialog. When the user changes it they do it
Hello,
Is WIXUI_INSTALLDIR being set/defined in maintenance mode?
Thanks,
Tom
-Original Message-
From: XorPtr [mailto:reaper4...@gmail.com]
Sent: Monday, December 14, 2009 10:28 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Patching problems with alternate directories
Hey Tom,
I have the option for users to choose the installation directory from a
custom InstallDirDlg.wxs file, basically just copied with a different name,
call it MyInstallDirDlg.wxs. The user can either click a button and browse
or type the location manually into an edit field. The value get
I want to have an (x64) merge module which installs some 64 bit files to
MergeRedirectFolder, and some 32 bit files to the 32 bit
CommonFilesFolder. My (simplified) merge module wxs is...
>
> http://schemas.microsoft.com/wix/2006/wi";>
>
> Manufacturer="WixMergeModule1" InstallerV
Hi All,
On one machine here, my installer is getting stuck showing a dialog
'Please wait while the installer finishes determining your disk space
requirements...' It never completes and the installer just needs to be
cancelled (can wait half an hour; no joy!) This has been on here a
couple of tim
Kevin,
What's the problem with uninstalling? Each instance you install is
reflected by an entry in Add/Remove Programs console (ARP), unless you
disabled it explicitly
(http://msdn.microsoft.com/en-us/library/aa367750(VS.85).aspx). Hence,
you can uninstall it directly from ARP. Or, otherwise, use
20 matches
Mail list logo