Re: [WiX-users] Driver/ LGHT0204 : ICE03 : Value not a member of theset;

2006-07-10 Thread Shmarya Rubenstein
Thanks,I'll patch it in my local copy so I can keep working...On 7/10/06, Derek Cicerone [EMAIL PROTECTED] wrote:The MSI validation data for the Difx extension is inwix\src\ext\DifxAppExtension\wixext\Data\tables.xml.The schema for the extension's xml is in the xsd file.Derek-Original

[WiX-users] WixUI_InstallDir problems

2006-07-10 Thread Nordvik, Christer
Title: WixUI_InstallDir problems Hi! I have the following wxs file: Property Id=INSTALLDIR RegistrySearch Id=Search Root=HKLM Key=Software\Microsoft\InetStp Name=PathWWWRoot Type=raw / /Property Directory Id=TARGETDIR Name=SourceDir Directory Id=INSTALLDIR Name=Inet

Re: [WiX-users] password is incorrectly set during ServiceInstall

2006-07-10 Thread Rob Hamflett
I have a service that installs under LocalSystem. I found that when I tried adding it with a given user name, I had to add permissions to that user with a Custom Action. Even Administrator doesn't have the rights to change services by default. When you go to the services app it gets given

Re: [WiX-users] .NET Installation - request for example

2006-07-10 Thread Rob Hamflett
Try looking at http://www.codeproject.com/dotnet/dotNetInstaller.asp Rob X Y wrote: Hi All, I am new to Wix and was wondering if there was an example floating out there that does the following: 1. Detect whether .NET is installed in the machine (an example has already been done via the

Re: [WiX-users] WixUI_InstallDir problems

2006-07-10 Thread Albert van Peppen
Title: WixUI_InstallDir problems Most likely becouseyou need to set the property to your installation location like this: Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" / Albert Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Nordvik, ChristerVerzonden: maandag 10 juli

Re: [WiX-users] WixUI_InstallDir problems

2006-07-10 Thread Nordvik, Christer
Title: WixUI_InstallDir problems Hi. That almost did it, but I ran into another problem (which is the same issue really). I have: ... Directory Id="INSTALLLOCATION" Name="v2" LongName="v2.0.0" Directory Id="mybin" Name="bin" LongName="bin" ... Property Id="WIXUI_INSTALLDIR"

Re: [WiX-users] WixUI_InstallDir problems

2006-07-10 Thread Albert van Peppen
Title: WixUI_InstallDir problems Hi, I don't have these problems, but did you checked the wix.chm help (search for WIXUI_INSTALLDIR)? Another great resource is the tutorial at http://www.tramontana.co.hu/wix/index.php#TOC I use the DirectoryRef-way.. Maybe that's why i don't have the

[WiX-users] candle.exe : error CNDL0001

2006-07-10 Thread Laurent Courbet
Hi, I have a strange behaviour when I use localization with Shortcut tag: I have in wxl file the string String Id=UninstallAppShortcutUninstall [ProductName]/String and in an other file I use Shortcut Id=UninstallAll Directory=ProgramMenuDir Name=!(loc.UninstallAppShortcut) ... Candle output

Re: [WiX-users] .NET Installation - request for example

2006-07-10 Thread Tony.Bjerstedt
Another place to look is in the .Net 2.0 Bootstrapper and the MSBuild GenerateBootstrapper task. With a little help from Google, it is possible to find information on using the 2.0 bootstrapper with any old generic MSI. By referencing the correct package, one can create a boot strapper that will

Re: [WiX-users] password is incorrectly set during ServiceInstall

2006-07-10 Thread Phil Wilson
A dependency issue seems most likely in the circumstances. What happens if you install the service but don't attempt to start it during the installation? Does it start manually from the services applet? If it does you know that the account is fine but something like a dependent Dll or assembly is

Re: [WiX-users] Installing COM components

2006-07-10 Thread jdrake
Not really. Tallow pulls a bunch of VB6 properties, and additional registry info, which creates additional issues, like possibly blowing up VB with an uninstall. In this case the MSI created by VS.NET only conatins those keys necessary to install the single object. -- View this message in

Re: [WiX-users] [WiX-devs] Assignment agreement and updates and/or enhancements

2006-07-10 Thread Rob Mensching
First, if you have a patch to the code, please start the discussion on the wix-devs mailing list about that patch. There should be no confusion about that. We talk about the code on wix-devs. Now, Pedrum is still waiting for an answer for his last patch... but I'll get to that (hopefully,

Re: [WiX-users] Submitting enhancements/bug fixes

2006-07-10 Thread Rob Mensching
Looks like I saved up all the legal questions for the same day. Again, I'm not a lawyer so if you want real answers to these questions you need to talk to your lawyer. I'm just passing on what I've heard about the topic. 1. As far as I know, if you make a change to any of the files in the WiX

[WiX-users] WiX Tutorial - Lesson 2 User Interface - First Steps 2.1

2006-07-10 Thread DE�K JAHN, G�bor
On Mon, 10 Jul 2006 15:39:26 +0200, Crouch, John wrote: John, My votive2.msi did not install a WixUI_en-us.wxl file - Is the tutorial out of date? Hopefully not, although I have to admit, I never tried Votive (I don't use Visual Studio). I suspect the wxl file so if that is the case can

Re: [WiX-users] [WiX-devs] WiX v3.0.1828.0 Overridable attribute causing buildbreak.

2006-07-10 Thread Derek Cicerone
Adding wix-users to this topic I just noticed it was sent to wix-devs. Please only use wix-devs for discussions of code and other internals of the WiX toolset, all discussion about using the toolset should go to wix-users. Its not necessary to have this authoring: InstallUISequence

Re: [WiX-users] [WiX-devs] WiX v3.0.1828.0 Overridable attribute causing buildbreak.

2006-07-10 Thread Wilson, Brad
Thanks for the suggestions on cleaning up my wxs file. I try to be efficiently lazy so that certainly helps. I added the InstallUISequence stuff when I first started working on this because I wasn't seeing any entries in the LanuchConditions orAppSearch tables when including the wixlib

Re: [WiX-users] [WiX-devs] Assignment agreement and updatesand/or enhancements

2006-07-10 Thread Frederik Carlier
I think it would be worth creating a space where people can contribute their own additions to WiX that are of signification value but did not make it through the legal process. A WiX-contrib project, or something like that. I still think the single copyright owner argument is void; anyone is free

Re: [WiX-users] [WiX-devs] Assignment agreement and updatesand/or enhancements

2006-07-10 Thread Bob Arnson
Frederik Carlier wrote: I think it would be worth creating a space where people can contribute their own additions to WiX that are of signification value but did not make it through the legal process. A WiX-contrib project, or something like that. So go ahead and create it.g I still

Re: [WiX-users] WixUI_InstallDir problems

2006-07-10 Thread Bob Arnson
Title: WixUI_InstallDir problems Nordvik, Christer wrote: And then I end up with the following folder structure: C:\Inetpub\wwwroot\MyApp\v2.0.0\bin C:\Inetpub\wwwroot\MyApp\v3.0.0 It seems that the bin folder doesn't receive the new value of INSTALLLOCATION so it

Re: [WiX-users] WiX Tutorial - Lesson 2 User Interface - First Steps 2.1

2006-07-10 Thread Bob Arnson
Crouch, John wrote: My votive2.msi did not install a WixUI_en-us.wxl file - Is the tutorial out of date? No, it's the Votive installer that's out of date. Justin and I have a revamp of the installer on our plates, but it'll be a bit before that happens. In the meantime, just download the

Re: [WiX-users] [WiX-devs] Assignment agreement and updatesand/or enhancements

2006-07-10 Thread Michael Luke
Rob, I'd love to be able to contribute to WiX (in particular MSBuild support and Votive) but the hoop-jumping required to complete the assignment agreement totally put me off. Why the requirement for us to print off and post a piece of paper to Microsoft? All other open source projects I've

Re: [WiX-users] .NET Installation

2006-07-10 Thread Francis Kam
This is probably the sort of thing best handled by a bootstrapper. Do a search on the archives for info about it. -Francis On 7/8/06, X Y [EMAIL PROTECTED] wrote: Hi All,I am new to wix and was wondering if there was anexample out there that does the following: 1. Detect .NET (found in

[WiX-users] Examples on installing files to multiple folders/partitions

2006-07-10 Thread Rafuse Robert
WiX 2.0.4305 Sorry if this is a stupid question... I've spelunked through the SourceForge mailing archive, as well as the tutorial, but can not find any concrete examples that seem to address the type of setup I am attempting (or maybe they do and my only cursory understanding of the Windows

Re: [WiX-users] language specific wixlibs

2006-07-10 Thread Derek Cicerone
You didnt specify a culture for light to use, so it didnt load any localization strings from the library. Since wix libraries may contain multiple languages of localized strings, the culture is necessary to pick one. In this case, youd probably want en-us. Derek From: [EMAIL

Re: [WiX-users] [WiX-devs] WiX v3.0.1828.0 Overridable attribute causing buildbreak.

2006-07-10 Thread Derek Cicerone
inline From: Wilson, Brad [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 1:57 PM To: [EMAIL PROTECTED]; wix-devs@lists.sourceforge.net; wix-users@lists.sourceforge.net Subject: RE: [WiX-devs] WiX v3.0.1828.0 Overridable attribute causing buildbreak. Thanks for the

Re: [WiX-users] [WiX-devs] Assignment agreement and updatesand/or enhancements

2006-07-10 Thread Rob Mensching
I'd love to be able to contribute to WiX (in particular MSBuild support and Votive) but the hoop-jumping required to complete the assignment agreement totally put me off. I know what you are saying here. The assignment agreement has been something I've been arguing against since the