[WiX-users] Help with driver installation needed

2008-10-16 Thread cybranQAI
Hi, I need to install 3 Drivers (one minifilter driver and two other system drivers). None of them is signed. Can I use the Difxapp-Extension of Wix v3 for that? What is necessary to use that Extension? Thanks -

Re: [WiX-users] Possible bug, All of UI in Fragment included in MSI without UIRef

2008-10-16 Thread Rob Mensching
The linker pulls in complete "sections". A Fragment creates one section. Thus, if you reference anything in a Fragment everything the Fragment is included in your output. If you want very granular inclusion of code, make appropriately small Fragments. -Original Message- From: [EMAIL

[WiX-users] Detect the version of already installed product.

2008-10-16 Thread Sergey Abakumoff
Howdy gang, In my installer I need to notify user if the previous version of product is installed and show the version number. I was hoping that I can find the already installed version number in PATCHFOUND property I use in UpgradeVersion stuff: However, the value of p

[WiX-users] FW: [ wix-Bugs-1992202 ] Allow IIS SiteId to be set

2008-10-16 Thread Neil Sleightholm
>> Rob Mensching (robmen) >> Moving to WiX v4. We just aren't going to nail this now. Is there any way I could change your mind on this. As far as I am concerned this is a critical bug and stops my adoption of v3 in one of my clients. The key problem is that it makes it impossible to use WiX to

[WiX-users] Possible bug, All of UI in Fragment included in MSI without UIRef

2008-10-16 Thread greenaj
I am creating sets of dialogs in a wixlib project. In it I am creating Dialogs inside of UI element contained in a Fragment. Merely linking to the wixlib causes all of the dialogs to be included in the MSI without event using a UIRef or DialogRef element. This is not what I want. I would li

Re: [WiX-users] Failed to read IISWebs Table. (-2147024891)

2008-10-16 Thread Rob Mensching
IIS7 pretty much broke everything. They changed the access on the objects to require admin privileges to even read the metabase. There is a bug open on this issue already... it requires a significant reworking of all of the IIS code. -Original Message- From: Dylan Moline (Volt) [mailt

[WiX-users] Failed to read IISWebs Table. (-2147024891)

2008-10-16 Thread Dylan Moline (Volt)
I am getting this error when attempting to install my MSI on server2k8. I have IIS6 Metabase installed. If I run it from an elevated command prompt w/ msiexec /I foo.msi it installs properly. It also installs with no errors on win2k3 I am wondering why I can't install it with just a double cli

Re: [WiX-users] Help with SqlDatabase element...

2008-10-16 Thread Vidya Kukke
Not as far as we can tell. Like I mentioned if I provide the same server name in uppercase it works. I am using SQL Server 2005 SP2 and Wix version 3.0.4318.0. -Original Message- From: Michael Osmond [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 3:31 PM To: General discussion

Re: [WiX-users] Help with SqlDatabase element...

2008-10-16 Thread Michael Osmond
Vidya, The error number translates to 80004005 which I think is an Access Denied type error. I must say I am not sure why changing the case of the server name would cause this. Is anything else different when you get this error, other than case? Michael -Original Message- From: Vidya

Re: [WiX-users] Help with SqlDatabase element...

2008-10-16 Thread Vidya Kukke
This is the error string reported in the log. Error -2147467259: failed to create SQL database: , error detail: unknown error. Thanks Vidya -Original Message- From: Michael Osmond [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 3:18 PM To: General discussion for Windows Instal

Re: [WiX-users] Linq to MSI

2008-10-16 Thread Almer
Hi guys, can i ask some questions? how it looks with cooperation with Bart? Because i am already on my school project ( working on some better solution for creating .msi packages similar to Orca but more sophisticated - like AdminStudio etc... but under GPL because finally it's students project:)

Re: [WiX-users] Help with SqlDatabase element...

2008-10-16 Thread Michael Osmond
Vidya, I have never seen this, server names should be case insensitive What is the actual error text thrown by WIX? Michael -Original Message- From: Vidya Kukke [mailto:[EMAIL PROTECTED] Sent: Friday, 17 October 2008 7:13 AM To: General discussion for Windows Installer XML toolset. Cc

Re: [WiX-users] Component Condition

2008-10-16 Thread Sandeep Gautam (HCL Technologies Ltd)
DBINSTALL Please find the code snippet. I have tried this also, but always on repair, this component is

Re: [WiX-users] Component Condition

2008-10-16 Thread Ian Elliott (Excell Data Corporation)
What conditions have you tried on the component? Have you tried "NOT Installed"? Are you creating the database with SqlDatabase tag? If so, please paste your code for that tag. -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Thursday, Octob

Re: [WiX-users] Help with SqlDatabase element...

2008-10-16 Thread Vidya Kukke
Did'nt see any response for this? Anyone seen a similar error? -Original Message- From: Vidya Kukke [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 3:09 PM To: General discussion for Windows Installer XML toolset. Cc: Douglas Gong Subject: Re: [WiX-users] Help with SqlDatabase e

[WiX-users] Component Condition

2008-10-16 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to execute one component only at the time of installation. I don't want to execute on repair and remove. This component will create one data base. I don't to do anything with DB on repair. I have tried so many option but could not successful. Regards -Sandeep -

Re: [WiX-users] How to provide warnings when overwrite an existing file

2008-10-16 Thread Wilson, Phil
There isn't a feature like that. It would be impossible to manage for installs where every file gets replaced by one with a higher version. Since it's understood that new versions replace older versions and that (where it matters) the replacement offers the same functionality as the prior versio

[WiX-users] Resetting Visual Studio Addins

2008-10-16 Thread [EMAIL PROTECTED]
Our product includes a Visual Studio addin. For the most part everything works fine, but occasionally we need to reset the addin. Visual Studio documents the /resetaddin option to do this: devenv /resetaddin MyAddin.Connect We can include the command in our documentation, but it would be mu

Re: [WiX-users] WindowsFolder Property is not resolved properly inside merge module

2008-10-16 Thread Wilson, Phil
The Custom Action Rob is referring to should be a type 51 that sets WindowsFolder.msm guid stuff to [WindowsFolder] Phil Wilson -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 9:01 AM To: General discussion for Windows Installer XML too

Re: [WiX-users] What's wrong with this syntax?

2008-10-16 Thread Wilson, Phil
I think you need to qualify the field to say . WHERE `Property`.`Property` = 'REBOOT' Phil Wilson -Original Message- From: Powell, Simon [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 6:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] What's wrong with this

Re: [WiX-users] Use of ComponentGroup and "Duplicate symbol 'WixComponentGroup:xxx' found."

2008-10-16 Thread Nic Barden
Thanks very much for the help everyone, Rob you were right I think that something was being referenced twice. I'm not sure if I managed to do it (not sure if you can when VS is calling the WiX libs for you?) or if it was VS playing funny buggers. Either way, I de-referenced the project and cl

Re: [WiX-users] hi

2008-10-16 Thread Chad Miles
You can do a property/regsearch for IIS v5/6/7: Key="SYSTEM\CurrentControlSet\Services\W3SVC\Parameters" Name="MajorVersion" Root="HKLM" Same for MySQL: Key="SOFTWARE\MySQL" Name="MajorVersion" Root="HKLM" Same for .NET 20 Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v2.0.50727"

Re: [WiX-users] CreateTransformSummaryInfo Error

2008-10-16 Thread Jason Ginchereau
Do you have one of the databases open in Orca (or another tool) while running your code? -Original Message- From: Powell, Simon [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 6:52 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] CreateTransform

[WiX-users] hi

2008-10-16 Thread solata
hi. i need to make installer for my project, and i'm wondering if wix is the right solution for me. i read the tutorial, but i'm not sure if wix will be able to do all i need, so i decided to ask here. my project consists of two parts. 1) service 2) web service [for configuration, monitoring ..

Re: [WiX-users] Build from command line

2008-10-16 Thread Alex Ivanoff
This is what I ended up doing. -Original Message- From: John Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 10:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Build from command line > So you are saying it is not possible? I don't

Re: [WiX-users] Build from command line

2008-10-16 Thread John Hall
> So you are saying it is not possible? I don't know; I'm no expert. Rather than pass in two variables embedded in 'MyVariable' can you not just pass Name1 and Name2 as variables in their own right? And then msbuild myinstall.wixproj /p:Name1=value1 /p:Name2=valu

[WiX-users] WiX 3 - LGHT0130 primary key duplicated in Registry

2008-10-16 Thread ben
Hello, I've read through all the wix-users responses (and am fully aware that it has been covered many times), but I am still unsuccessful in getting my assembly registered correctly. Note that I'm not a .Net programmer - my role is to assemble installers - so apologies if some of this is FAQ mate

[WiX-users] Program dependencies on uninstall

2008-10-16 Thread EPoon
I've created several installs now using WiX for various programs and I have a problem where they are dependent on each others files. They do use some of the same files but each has their own copy in their respective install directories. The problem comes when I uninstall one of them I'm met with

Re: [WiX-users] Build from command line

2008-10-16 Thread Alex Ivanoff
So you are saying it is not possible? -Original Message- From: John Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 03:08 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Build from command line Could you not just pass in Name1 and Name2

[WiX-users] What's wrong with this syntax?

2008-10-16 Thread Powell, Simon
Hi, I get this error message, but I can't see what's wrong with the syntax. "SQL query syntax invalid or unsupported. Database: target.msi. Could not load table 'Property' in SQL query: SELECT `Property` FROM `Property` WHERE `Property`='REBOOT'" Below is the line of code : IList PropLi

[WiX-users] CreateTransformSummaryInfo Error

2008-10-16 Thread Powell, Simon
Hi, If I use the following line of DTF code : targetDb.CreateTransformSummaryInfo(sourceDb, transformFile, TransformErrors.AddExistingTable, TransformValidations.Product); I get the following error : This installation package could not be opened. Contact the application vendor to v

[WiX-users] Installing a managed assembly with external(!) manifest into the GAC

2008-10-16 Thread ACKH
Hi all, Is it possible to install a managed assembly together with an external manifest into the GAC? First I thought the following WiX code would do this: Actually it compiles just fine but during the installation a message box pops up that states: "Error writing to file test.dll.mani

Re: [WiX-users] Build from command line

2008-10-16 Thread John Hall
Could you not just pass in Name1 and Name2 seperately? Regards, John > -Original Message- > From: Alex Ivanoff [mailto:[EMAIL PROTECTED] > Sent: 15 October 2008 18:13 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Build from command line > > It stil