Re: [WiX-users] Convincing customer to use WiX toolset - isit enterprise ready?

2006-11-22 Thread André Pönitz
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

Re: [WiX-users] How do I install a Win32 service that uses SvcHost.exe?

2006-11-22 Thread Anthony Valente
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

[WiX-users] Lake Michigan RentalMako

2006-11-22 Thread allow
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

[WiX-users] How to give a system account [such as NETWORK SERVICE] the write permission to a given folder in WIX? Thank you very much!

2006-11-22 Thread Qiang Tian (Ensemble Studios)
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

[WiX-users] Wix v2 Appllication launch fails if user changes install path.

2006-11-22 Thread Chuck
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

Re: [WiX-users] Convincing customer to use WiX toolset - is itenterprise ready?

2006-11-22 Thread John Vottero
> > 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

Re: [WiX-users] Warning message

2006-11-22 Thread John Lalande
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

Re: [WiX-users] Error code lookup

2006-11-22 Thread Cullen Waters
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

Re: [WiX-users] How do I install a Win32 service that uses SvcHost.exe?

2006-11-22 Thread Rob Mensching
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

Re: [WiX-users] error LGHT0204 : ICE39: PID_WORDCOUNT value in Summary Information Stream is not valid. Source image flags must be 0, 1, 2, or 3.

2006-11-22 Thread Rob Mensching
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

Re: [WiX-users] CheckBox question...

2006-11-22 Thread Rob Mensching
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

Re: [WiX-users] Convincing customer to use WiX toolset - is itenterprise ready?

2006-11-22 Thread Rob Mensching
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

Re: [WiX-users] nant task and WiX

2006-11-22 Thread Rob Mensching
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

Re: [WiX-users] Convincing customer to use WiX toolset - is it enterprise ready?

2006-11-22 Thread Rob Mensching
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

Re: [WiX-users] Error code lookup

2006-11-22 Thread Cullen Waters
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

Re: [WiX-users] New Website install

2006-11-22 Thread Zane Teh
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

Re: [WiX-users] DIFxApp and unsigned drivers

2006-11-22 Thread Scott Palmer
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

Re: [WiX-users] question

2006-11-22 Thread Arnette, Bill
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

Re: [WiX-users] Uninstalling while application is running

2006-11-22 Thread John Lalande
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

Re: [WiX-users] DIFxApp and unsigned drivers

2006-11-22 Thread Mike Dimmick
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

Re: [WiX-users] patching GAC as a regular file patching?

2006-11-22 Thread Mike Dimmick
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

Re: [WiX-users] Warning message

2006-11-22 Thread Bob Arnson
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

Re: [WiX-users] question

2006-11-22 Thread Bob Arnson
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

Re: [WiX-users] Warning message

2006-11-22 Thread Mike Dimmick
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

Re: [WiX-users] Error code lookup

2006-11-22 Thread Bob Arnson
[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

Re: [WiX-users] Modifying registry key permissions for new user

2006-11-22 Thread Bob Arnson
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

Re: [WiX-users] Uninstalling while application is running

2006-11-22 Thread Bob Arnson
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

Re: [WiX-users] question

2006-11-22 Thread Mike Dimmick
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

[WiX-users] Test - please excuse

2006-11-22 Thread Scott Palmer
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

[WiX-users] question

2006-11-22 Thread Arnette, Bill
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

[WiX-users] Modifying registry key permissions for new user

2006-11-22 Thread Matthew Moses
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

Re: [WiX-users] Error code lookup

2006-11-22 Thread mike-wix-users
[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

Re: [WiX-users] Uninstalling while application is running

2006-11-22 Thread John Lalande
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

Re: [WiX-users] Elevation on Vista

2006-11-22 Thread Rob Hamflett
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

Re: [WiX-users] MSVC8 redistributables?

2006-11-22 Thread André Pönitz
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,

Re: [WiX-users] Uninstalling while application is running

2006-11-22 Thread Bob Arnson
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

Re: [WiX-users] Elevation on Vista

2006-11-22 Thread Bob Arnson
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

Re: [WiX-users] Removing files opened by wuauclt.exe

2006-11-22 Thread Bob Arnson
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

Re: [WiX-users] Warning message

2006-11-22 Thread Bob Arnson
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 --

Re: [WiX-users] Installing IIS applications under non-Admin account ?

2006-11-22 Thread Bob Arnson
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