Re: [WiX-users] Uncompressed files not showing up in install image

2008-04-25 Thread Alexander Shevchuk
Here is how all this compression/CAB embedding seems to work: To set the "compression" state of the file use: - Package/@Compressed - this will set the "default" state for all files in the installation package. - File/@Compressed - overrides the package level setting on per-fi

Re: [WiX-users] WiX Build Bug?

2008-04-25 Thread Justin Rockwood
The 4 registry errors are known and "normal". NAnt issues errors when it can't find the registry key even when we have failOnError="false" in the NAnt files. If you know of a way to get rid of those non-fatal errors we'd gladly take the fix. I've gotten used to seeing the errors, so I just ignore t

[WiX-users] Uncompressed files not showing up in install image

2008-04-25 Thread Wayne Tsuji
I'm having a problem building a WiX project in which I'm trying to specify all of my files as uncompressed. Currently I do have a working project with the files compressed into the MSI, but I need to change this to make them uncompressed on the install image. What I've tried so far is to chang

Re: [WiX-users] Using WixUI_InstallDir with Visual Studio 2005

2008-04-25 Thread Justin Rockwood
It's been so long since I've looked at Votive 2.0, but I seem to remember that it doesn't support it. Just a note that Votive 2.0 was more of a preview release and we disbanded support for it when we moved to Votive 3.0. Before Christopher Painter jumps in and tells us that this is a bad customer s

Re: [WiX-users] Localizing properties in WiX 2.0

2008-04-25 Thread Alex G
Thanks Jim, that's exactly what I was looking for :) Alex G. -- $(loc.PREVENT_DOWNGRADE) Note, you would then also need an English translation .wxl file as well for English strings. Jim - This SF.net email is spons

[WiX-users] WiX Build Bug?

2008-04-25 Thread Christopher Painter
I've downloaded the latest WiX source package. I've got Visual Studio 2008 Pro from MSDN ( SW_DVD9_Visual_Studio_Pro_2008_English_Core_MLF_X14-26326.ISO ) and the latest Server 2008 PSDK installed aswell as the latest beta NAnt build. I try to run make.bat and I get the following error. When I

Re: [WiX-users] Localizing properties in WiX 2.0

2008-04-25 Thread Jim Williams
Oops, sorry, I meant (without the extraneous blank character): $(loc.PREVENT_DOWNGRADE) Note, you would then also need an English translation .wxl file as well for English strings. Jim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Wi

Re: [WiX-users] Localizing properties in WiX 2.0

2008-04-25 Thread Jim Williams
Wouldn't you need to change your code to: $(loc. PREVENT_DOWNGRADE) Jim Williams -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex G Sent: Friday, April 25, 2008 9:42 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Localizing prop

[WiX-users] The Component element contains an unexpected attribute

2008-04-25 Thread Marc Villacorta Morera
Dear list, I'm using: Microsoft Windows Vista Pro Microsoft Windows Driver Kit 6000 Microsoft Visual Studio 2008 Windows Installer XML v3 (3.0.4025.0) I have this files living in the project dir: Product.wxs DIFxApp.dll DIFxApp.wixlib DIFxAppA.dll I also have a reference to the DIFxApp.wixlib

[WiX-users] Localizing properties in WiX 2.0

2008-04-25 Thread Alex G
Hi all, I'm trying to localize a property so when I generate a MST that property is correctly localized. I've read through the tutorial which specifically mentions localizing strings that are part of dialogs. What I'm trying to localize a string that will appear before any dialog is shown (in a si

Re: [WiX-users] adding a component on a minor upgrade

2008-04-25 Thread Bob Arnson
Frédéric Viollet wrote: > But with packages that do not raise the 2771 error, I still can't add a > new feature with a new component :( > See http://blogs.msdn.com/heaths/archive/2008/02/18/adding-new-components-to-existing-features-installs-the-feature-tree.aspx for Heath's suggestions

Re: [WiX-users] Device Driver Installation

2008-04-25 Thread Bob Arnson
Anthony Mahieu wrote: > From everything I'm reading, I need to use DIFxApp. Unfortunately, > this is where all helpful information I've found on the web stops. I > read in previous questions that DIFxApp won't work with WiX 3. Is > this still the case? No, support was added back a few week

Re: [WiX-users] Device Driver Installation

2008-04-25 Thread Ryan O'Neill
You need to join a specific connect programme, it is not very easy to find your way around but it won't cost you any money. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Mahieu Sent: 25 April 2008 16:20 To: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re:

Re: [WiX-users] Release 3.0.4014.0 requires MsBuild 3.5?

2008-04-25 Thread Holmgren Mathias
Seems I jumped the gun a little on this one. Issue in 3.0.4025.0: - The first time VS builds my Wix project, all goes well (= improvement over previous drop). - The second time the same VS process builds the same Wix project (without restarting VS) I get the following exception: Error 1

Re: [WiX-users] Using WixUI_InstallDir with Visual Studio 2005

2008-04-25 Thread Jon Andersen
Can a Votive expert help me with this? At the moment, it appears that Votive does not support the UI extension WixUI_InstallDir, but I would be happy to be proven wrong. I am using 2.0. I need to include a localization XML file for WixUI_InstallDir, but I can find no way to accomplish this e

Re: [WiX-users] questions about minor updates

2008-04-25 Thread Luke Bakken
> 1. When you launch a minor update with the msiexec options to enable the > update, this would typically be done by the setup.exe wrapper. Now, I > believe I read somewhere that you shouldn't use those options for the first > install. Is this correct? I've been using the Platform SDK setup.exe

Re: [WiX-users] Device Driver Installation

2008-04-25 Thread Anthony Mahieu
Well, I've downloaded WiX 2 and I'm going to create a merge module for my device drivers that I will merge into my WiX 3 installer. My big issue now is, where can I find the Windows DDK so I can use DIFxApp with WiX? I know this probably isn't the place to ask, but I'm guessing someone here has u

Re: [WiX-users] Odd error when trying Include assembly in build

2008-04-25 Thread Doug Payne
Hi, I am using version 3.0.3106.0. Another person on my team was able to buld this without a problem I think it has to do with the version(s) of the .NET Framework on my system. I have .NET 2.0 SP1. -Doug From: Rob Mensching Sent: Thursday, April 24, 2008 11:12 PM To: Doug Payne; wix-users@lis

[WiX-users] Component sequence

2008-04-25 Thread Wally
I have two components that each installs a config file. Based on a condition, only one component is run and one config file is installed. The two source config files have different names, but I want to refer to them using the same name in another component where I call the XmlFile and XmlConfig to

Re: [WiX-users] Release 3.0.4014.0 requires MsBuild 3.5?

2008-04-25 Thread Holmgren Mathias
Replying to my own thread here just for "search archives" completeness. I just installed 3.0.4025 and this issue is now resolved. Quoting history.txt: "Use 2.0 MSBuild tasks instead of 3.5" - This SF.net email is sponsored by

[WiX-users] Can I not use directorysearch like this?

2008-04-25 Thread Reggie Burnett
Guys We want to use directorysearch to find out if the directory selected by the user already exists. We want to set a registry to 1 if the directory exists and 0 if it does not. We thought the following wix v2 snippet would do it but it appears to not be working. Any idea why? Not E

Re: [WiX-users] adding a component on a minor upgrade

2008-04-25 Thread Lincoln Y Lavoie
Hi Fredrick, I'm going to guess it may have something to do with the arguments for the msiexec on the minor update. The arguments specify things like, replace files only if..., etc. I would make sure there isn't one that specifies to add files/features not previously present. Cheers, Lincoln

Re: [WiX-users] WiX-users Digest, Vol 23, Issue 180

2008-04-25 Thread Gendelman, Yuri
Hi, This is the link you asked about. Just a hint: DIFx is part of DDK. MSDN | MSDN Library | Win32 and COM Development | Windows Driver Kit | Device Installation | Design Guide } Using Driver Install Frameworks (DIFx) Driver Install Frameworks for Applications (DIFxApp): http://msdn2.microsof

Re: [WiX-users] Device Driver Installation

2008-04-25 Thread John Hall
Anthony, As far as I know DIFxApp still only works with WiX 2. My workaround was to create a merge module using WiX 2 just for the driver installation and merge that into my WiX 3 installer. Regards, John _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthon

[WiX-users] Un-installing Merge Module breaks upgraded component dependent on versioned dlls

2008-04-25 Thread wix-users
Hi Wix-users, Another chestnut to do with shared MSM, here's the scenario: PRODUCT 1 contains: - MSM_A with contains version 1 of a backward compatible, A.dll, in component A, this depends on - MSM_B1 which contains version 1 of a non-backwards compatible, B1.dll, in component B1 PRODUCT 2 c

Re: [WiX-users] Shortcut without icon

2008-04-25 Thread Sebastian Brand
Can you post the wix code for that? Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Apr 25, 2008, at 24:19 , Riyaz Mogharabin wrote: Dear All, I Hope you are fine and doing well. I have created some shortcuts in the program files menu, and among them is a r

[WiX-users] Different herbal formula for different needs

2008-04-25 Thread katia
Get the herbal remedies of your choice easily with new selections http://www.kineabej.com/ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save

Re: [WiX-users] adding a component on a minor upgrade

2008-04-25 Thread Frédéric Viollet
News again The error 2771 was indeed my fault. So please don't pay attention to last message I posted. But with packages that do not raise the 2771 error, I still can't add a new feature with a new component :( Fred Frédéric Viollet a écrit : > Hi, > > I've done some other tests and add

Re: [WiX-users] adding a component on a minor upgrade

2008-04-25 Thread Frédéric Viollet
Hi, I've done some other tests and added the MSIENFORCEUPGRADECOMPONENTRULES property in my wxs file. The results are quite surprising. In both of the configurations listed below I get the error 2771: The MSDN says that it means: "Upgrade of feature [2] has a missing component. ." I don't unders

[WiX-users] Выгодное предложение для Агенс тв Недвижимости

2008-04-25 Thread VIP условия для Агенств Недвижимости
Реклама в новом виде. Рассылки по электронной почте на специальных условиях только для вас (бесплатный тест). 510-72-66 - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting even

Re: [WiX-users] adding a component on a minor upgrade

2008-04-25 Thread Frédéric Viollet
Hi Rob, Thanks for your answer. Now I'm trying to add my new Component in a new Feature. The problem is that I can't figure out where to add my Feature. At the moment, I have only one Feature, and this Feature should always be installed. The Feature I'd like to add should also always be installed.

[WiX-users] Бесплатно для Риэлторских комп аний

2008-04-25 Thread Выгодное предложение для Риэлторских компаний
Заявите о себе с помощью рассылок по электронной почте. Подайте заявку на бесплатный тест. 510-72-66 - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still ti