Rob Mensching wrote:
> 2. There is a block of documentation in the WiX.chm file
> that should be in every binaries.zip. You can also go to
> http://wix.sourceforge.net and see the online manual and the
> online tutorial there. We can always use more documentation
> but there is definitely do
I'm installing a service as part of my install using Wix 3. Here's the
(slightly modified) code I use:
Hope it helps.
Anthony
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Boat Usedboat in Shoreboat Commercial Cuddy am Boxboat top or. Boats Outboard
Motors Fishing am and or Sale Ukfishing Boat.
Both driver passenger Consolethe worlds largest of.
Amazon in Newsno news present please check? Floor is Mats or Tuffy or Lock in
Page Sportsman Suspension Seats original a
Here I have a problem when use the WIX to write WXS file. I've saw some docs or
help file of WIX and examples of WXS/WXP files but I still didn't find an
example about how to give an account [such as NETWORK SERVICE] the write
permission to a folder in WIX. Would you please give me some advice
Hi,
I have an installer that has a checkbox on the exit dialog that is
supposed to launch the application. It works perfectly unless the user
changes the installation folder?
I added the checkbox and custom action following the method in section
8.6 of the tutorial.
Any idea as to what would
>
> I've asked many times for people to send me information that
> their company uses the WiX toolset to build their MSI
> packages so I can post it on the web site. Nobody has been
> willing to send in their name.
We use WiX to build our msi packages and we're willing to have our
company and
Perfect! That is exactly what I wanted and it is working great!
On 11/22/06, Bob Arnson <[EMAIL PROTECTED]> wrote:
Mike Dimmick wrote:
> You'd probably want the condition to be NOT Installed AND VersionNT >=
502
> so that Windows XP users didn't also get the message. Assuming, of
course,
> tha
Alright, I figured out the problem, and I think it is a bug in the Preprocessor.
In my include files, I am using elements from the Utility extension. The
Include tag has xmlns:util=:"". When this file is included in my main .wxs, by
using , the element is stripped out. This removes the
xmln
AFAIK, the Windows Installer doesn't support creating services like that.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Byron Changuion
Sent: Tuesday, November 07, 2006 15:25
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How do I install a Win32 service that uses SvcHos
It is possible that you need a newer darice.cub than you have right now. The
old darice.cub (pre-Vista MSI) wouldn't know about InstallPrivileges.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Deepa Choundappan
Sent: Tuesday, November 07, 2006 14:08
To: wix-users@lists.sourcefor
is the same as nothing. If you don't want a Property to have
a value, don't define the Property.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Lovett
Sent: Tuesday, November 07, 2006 12:55
To: david adams; wix-users@lists.sourceforge.net
Subje
I've asked many times for people to send me information that their company uses
the WiX toolset to build their MSI packages so I can post it on the web site.
Nobody has been willing to send in their name.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
There are also Nant Tasks provided in the WiX toolset. We use those tasks in
the WiX build itself (for Votive.msi).
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roy Abou Assaly
Sent: Monday, November 06, 2006 12:49
To: wix-users@lists.sourceforge.net
1. Office 2007 that just reached RTM this month used the WiX v2 toolset to
create their MSI files. WiX v2 is very much ready for commercial products.
Bob and I were just discussing the over status v2 project last night. We both
agreed that the core toolset (that thing that builds MSI files) wa
I agree on the too aggressive bit, especially since Wix is explicitly(in the
exe.config files) set to run under .net 2.0 as well as 1.1. Presumably, any
bug fixes that were present in 1.1 SP1 are also present in 2.0, which means
that this message is only correct if there is an error, and if the
Hi Rob,
We did some investigation and found out our code worked for build 2.0.3719.0,
but we got the same error for builds 4117 and 4611. Do you know of any bugs or
any changes in the schema that could have caused this? Or is there a work
around with the later builds?
I have pasted in our co
Sigh...
The following recipient(s) could not be reached:
'[EMAIL PROTECTED]' on 2006 11 22 5:04 PM
The e-mail account does not exist at the organization this
message was sent to. Check the e-mail address, or contact the recipient
directly to find out the correct address.
On 11
The issue is that we use the App Path\Path registry value to specify
additional paths for our application. We use the full name of the
application which is longer than 8.3. But because the verb registration
uses the short path name, the App Path entry is not found when the
application is launched
I guess this thread has got so long that the original problem needs to be
restated.
If a user uninstalls the application while the application is running, and
then clicks 'Ignore' when the FilesInUse dialog is shown, the uninstall
proceeds but never prompts for a reboot. If a reboot is done anyw
The best approach is to email the DIFx team: [EMAIL PROTECTED] Address
found at http://www.microsoft.com/whdc/driver/install/difxtools.mspx#EHE.
--
Mike Dimmick
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Palmer
Sent: 21 November 2006 20:52
To: wix-user
You need to specify the -fv option to light to have it generate fileVersion
records in the MsiAssemblyName table. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/u
pdating_assemblies.asp for details.
In general when updating an assembly you should update the assem
Mike Dimmick wrote:
> You'd probably want the condition to be NOT Installed AND VersionNT >= 502
> so that Windows XP users didn't also get the message. Assuming, of course,
> that you want the message also to appear on Windows Vista. If not, try
> VersionNT = 502.
>
Yes, sorry I didn't clarify
Mike Dimmick wrote:
> It may well have problems if you use a long path with
> spaces in it. This might be considered a bug (I'm not sure if Windows
> Installer would properly quote a [#TargetFileId] expansion).
It doesn't add quotes, whether they're needed or not. Hence the short
path recommenda
You'd probably want the condition to be NOT Installed AND VersionNT >= 502
so that Windows XP users didn't also get the message. Assuming, of course,
that you want the message also to appear on Windows Vista. If not, try
VersionNT = 502.
I was going to suggest an error-type Custom Action, but real
[EMAIL PROTECTED] wrote:
> The catch block in Preprocessor.cs reports SP1ProbablyNotInstalled if *any*
> XmlException occurs, which seems too aggressive to me. No doubt some
> exception is erroneously thrown if SP1 isn't installed and you try to load an
> XmlDocument from a StringReader, but can
Matthew Moses wrote:
> My initial thought was to use the PermissionEx element nested under an
> appropriate RegistryKey element. However, this doesn't seem to work as
> the user has not been created by the time the installer attempts to
> set the permissions on the registry key.
>
ConfigureUser
John Lalande wrote:
> MSI (s) (B4:74) [07:21:22:937]: Scheduling file
> 'C:\WINDOWS\Installer\1f6f1.msi' for deletion during post-install
> cleanup (not post-reboot).
>
> and
>
> MSI (s) (B4:74) [07:21:22:968]: Scheduling file 'C:\Documents and
> Settings\jlalande\Application
> Data\Microsoft\I
Verb/@Target is only relevant for non-Advertised verbs. If
Extension/@Advertise is 'no', WiX generates Registry table entries rather
than Verb table entries. There is no Target column in the Verb table.
I note that the WiX source code here (src\wix\Compiler.cs, line 15928 in
v2.0.4415.0) simply co
Test message. Previous question hasn't made it through after 24 hours.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & busine
Why does Wix.chm say this about Verb/@Target?
Target file to be executed for the verb. The value should be a formatted
Property to refer to the *short path to the file*, for example:
[!TargetFileId]. Only valid for non-Advertised verbs.
I see no such restriction in the Platform SDK docs
We have a WiX (v3.0.2315.0) project in VS2005 to build an installer
for one of our products. The installer makes use of the User element
to create a new user on the target machine for various purposes. I
have recently been instructed to make sure the user is able to
manipulate a registry key as par
[EMAIL PROTECTED] wrote:
> Is there a way to lookup Wix error codes? I'm getting CNDL0124, and I'd li
> ke to find out more about the error, so I can start debugging it.
As Rob says, look in messages.xml. IIRC in v3 all the Message elements carry a
Number attribute so you can simply search for N
There are no more instances of "reboot" other than the two I cited and no
instances of "restart".
As an experiment, I tried another, much smaller WiX-based installer I
created. Same behavior.
As another experiment, I tried Orca. It certainly prompted me to reboot (if
any MSI installer is going
Yeah, it's an immediate CA attached to the 'close' button on the final dialog.
Rob
Wilson, Phil wrote:
> I believe you're back in the non-elevated part of the installation
> because by default you can't be elevated unless you run as a deferred
> CA, and you can't be deferred outside the InstallI
John Calcote wrote:
> Funny - you'd think that Microsoft would be using these same
> merge modules for their own applications that want to install
> the MSVC runtime libraries in the side-by-side. In that case,
> wouldn't they have worked out all the bugs long ago?
Well, it's not exactly bugs,
John Lalande wrote:
> MSI (s) (28:F8) [01:13:38:389]: Scheduling file
> 'C:\WINDOWS\Installer\280e0aa.msi' for deletion during post-install
> cleanup (not post-reboot).
Are there any other instance of "reboot" or "restart"? It's possible --
though unlikely -- that some custom action or merge mo
Rob Hamflett wrote:
> The guidelines for installers on Vista suggest that a good method is to run
> the UI sequence as the
> user, and then elevate when the user clicks the final "Install" button.
It's more than a suggestion -- it's the law. Unless you require the
user to elevate (e.g., via a
Brent B. Powers wrote:
> Unfortunately, I can't remove a particular
> DLL because it's opened by wuauclt.exe.
>
As in Windows Update? Which DLL?
> It's possible that this wouldn't occur within the installer, but only
> when I'm running the CA outside.
>
MSI loads additional DLLs but prob
John Lalande wrote:
> I am using the InstallDir ui set. To do what you suggest, will I need
> to modify this set? Or is there an easier way?
You can add a new dialog then show it before WelcomeDlg:
NOT Installed
--
sig://boB
http://bobs.org
--
Petr Vones wrote:
> I managed to change permissions for "IIS WAMREG admin Service". But another
> problem has raised. The installation also installs several Windows Services.
> Is possible to use ServiceInstall element running the MSI package by a
> non-admin user ?
>
AFAIK, only admin users
40 matches
Mail list logo