[WiX-users] WixLib and WixVariable

2008-06-11 Thread Wouter Demuynck
Hello all, Is it possible to define WixVariables inside a Fragment in a .wixlib, then import the library in an MSI project via project references and access these variables? I have been trying to accomplish this to avoid having to maintain the same set of variables twice. I'm using the latest wee

[WiX-users] using one property to set another

2008-06-11 Thread Natxo Mateos
Hi, I'm trying to use one property (that I obtain from the HKCU Registry) to set another property that later I'll use to make anothe RegistrySearch (in the HKLM). But I've not been able to work propertly That's exactly what I'm doing : 1. Set the first property, via searching the registry : *

[WiX-users] How to execute a program from batch which is executed from WiX ?

2008-06-11 Thread SmartK8
Hi everyone, I was trying to integrate the ODP.NET (basically the stripped down Oracle Client setup) into our product setup. Don't bother thinking whether this is a proper way to do it.. It was decided by the management. I've first tried to execute the installation directly via a CustomAction:

Re: [WiX-users] referencing to components within msi being installed

2008-06-11 Thread Roger Yen
Actually this is not what I'm looking for. Since I need to be able to refer to the jar file when I call a custom action during installation, before the actual installation of files, what I want is to be able to get the path to the jar component "in the backup files", not the target path. So anyone

Re: [WiX-users] using one property to set another

2008-06-11 Thread Brian Simoneau
Steps 1 and 3 both happen during the AppSearch action. There's no way to break them apart and do MyAssign in the middle. You could do step 3 in a custom action after MyAssign. -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Natxo Mateos

Re: [WiX-users] IIS Website Identifier / Site Id

2008-06-11 Thread Neil Sleightholm
I have tried the hashing code on IIS 5 and it works but this doesn't match what would happen by default. I think the website creation needs a parameter for SiteId which by default works as it currently does to avoid breaking existing installs. It should be possible to set this to default (as i

[WiX-users] WiX Snippets / Code Generators

2008-06-11 Thread Christopher Painter
While I find myself having little difficulty *reading* WiX schema, I find it more difficult to actually author it.   The intellisense is so-so, but what I'm really wondering is what tools exist out there to accelerate the learning curve and actual code authoring.   Other then staring at sch

Re: [WiX-users] Redistrbution of WiX with a Commercial or Open Source Product

2008-06-11 Thread Bob Arnson
Durwin Wright wrote: > Our product is used to build generic user applications. I have looked > at the WiX license, CPL, and see that it says that WiX can be > distributed in object or source form provided that the terms of the CPL > are met. > > > > What we would like to do is to write a wizard

Re: [WiX-users] IIS Website Identifier / Site Id

2008-06-11 Thread Bob Arnson
Neil Sleightholm wrote: > I have remembered why we needed this to be an known repeatable value. If you > are using a farm with a session state server all servers must have the same > site Id as this is used to identify the session. > I don't do IIS but that seems reasonable. -- sig://boB

Re: [WiX-users] WixLib and WixVariable

2008-06-11 Thread Bob Arnson
Wouter Demuynck wrote: > Is it possible to define WixVariables inside a Fragment in a .wixlib, then > import the library in an MSI project via project references and access these > variables? Yes. Are you getting errors doing so? -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] referencing to components within msi being installed

2008-06-11 Thread Bob Arnson
Roger Yen wrote: > Actually this is not what I'm looking for. Since I need to be able to > refer to the jar file when I call a custom action during installation, > before the actual installation of files, what I want is to be able to > get the path to the jar component "in the backup files", not th

[WiX-users] WiX build 3.0.4207 - missing mergmod.dll

2008-06-11 Thread Roy Abou Assaly
Hi, I know I've seen a few blog posts about this and how it's been fixed in WiX v3, but that you're working on it for v2, but it seems to back in build 3.0.4207. I get the following message: light.exe : error LGHT0001 : Unable to load DLL 'mergemod.dll': The specified module could not be found.

Re: [WiX-users] WiX build 3.0.4207 - missing mergmod.dll

2008-06-11 Thread Ryan O'Neill
I saw that too, a reinstall / reboot fixed mine though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roy Abou Assaly Sent: 11 June 2008 18:06 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX build 3.0.4207 - missing mergmod.dll Hi, I know

Re: [WiX-users] WiX build 3.0.4207 - missing mergmod.dll

2008-06-11 Thread Roy Abou Assaly
Lucky me. I found this post by Bob: http://www.joyofsetup.com/2008/06/09/wix-v2-needs-fixed-mergemoddll-too/ So I downloaded the zip file for build 3.0.4207.0 (http://wix.sourceforge.net/releases/3.0.4207.0/) and took the mergmod.dll from there and copied it. So it looks like the binaries in t

Re: [WiX-users] WiX-users Digest, Vol 25, Issue 49

2008-06-11 Thread Dale Quigg
> Date: Wed, 11 Jun 2008 09:03:45 -0700 (PDT) > From: Christopher Painter <[EMAIL PROTECTED]> > Subject: [WiX-users] WiX Snippets / Code Generators > > While I find myself having little difficulty *reading* WiX schema, > I find it more difficult to actually author it. > The intellisense is so-so,

Re: [WiX-users] WiX Snippets / Code Generators

2008-06-11 Thread Dale Quigg
Sorry for the double post. I forgot to change the subject the first time. > Date: Wed, 11 Jun 2008 09:03:45 -0700 (PDT) > From: Christopher Painter <[EMAIL PROTECTED]> > Subject: [WiX-users] WiX Snippets / Code Generators > > While I find myself having little difficulty *reading* WiX schema, > I

Re: [WiX-users] WiX build 3.0.4207 - missing mergmod.dll

2008-06-11 Thread Bob Arnson
Roy Abou Assaly wrote: > Lucky me. I found this post by Bob: > http://www.joyofsetup.com/2008/06/09/wix-v2-needs-fixed-mergemoddll-too/ > > So I downloaded the zip file for build 3.0.4207.0 > (http://wix.sourceforge.net/releases/3.0.4207.0/) and took the mergmod.dll > from there and copied it. S

Re: [WiX-users] WiX build 3.0.4207 - missing mergmod.dll

2008-06-11 Thread Roy Abou Assaly
Bob Arnson-6 wrote: > > Roy Abou Assaly wrote: >> Lucky me. I found this post by Bob: >> http://www.joyofsetup.com/2008/06/09/wix-v2-needs-fixed-mergemoddll-too/ >> >> So I downloaded the zip file for build 3.0.4207.0 >> (http://wix.sourceforge.net/releases/3.0.4207.0/) and took the >> mergmo

[WiX-users] Problems re-building a votive project with 3.0.4207.0

2008-06-11 Thread Neil Enns
I'm trying to roll my builds from an older WiX install (3.0.3907.0) to a newer build. (3.0.4207.0). Our builds use a checked in copy of WiX, rather than what lives in c:\program files after a WiX install (we basically copy all the files over and check them in). My project has the following prop

Re: [WiX-users] Problems re-building a votive project with 3.0.4207.0

2008-06-11 Thread Jason Ginchereau
This is already logged as bug 1882870 on SourceForge: http://sourceforge.net/tracker/index.php?func=detail&aid=1882870&group_id=105970&atid=642714 We haven't been able to reproduce this internally yet. The information below is useful and may help us narrow down the problem. Thanks. -Origin

Re: [WiX-users] Source vs. target

2008-06-11 Thread Rob Mensching
PS: I've tossed out the idea that the Directory element TARGETDIR/SourceDir should be optional in the language. If you don't specify a parant Directory, that's what you would get. It just takes a fair bit of code to handle all the cases so I don't know that it'll get done soon... but ultimate

Re: [WiX-users] IIS Website Identifier / Site Id

2008-06-11 Thread Rob Mensching
Yeah, the IIS team mentioned we should do this but never gave us a good reason to go about doing it. So, I went and focused on things that were obviously bugs. Why does it matter? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm Sent: T

Re: [WiX-users] Problem to uninstall database with wix 3.0

2008-06-11 Thread Rob Mensching
In the first case the database lifetime should be controlled by the Component. In the second case, the database must be created/deleted by some other means. Need a bit more detail (errors from verbose log file?) to understand what else might be going wrong. -Original Message- From: [E

[WiX-users] using a WixVariable element in package and product elements

2008-06-11 Thread Smith, David S.
I would like to use a WixVariable for things such as my product name and version, package description, comments. Looking at the WixVariable element it seems it can have these parents: Fragment, Module, Product. When I try declaring my WixVariable's as child elements of Product before my packag

Re: [WiX-users] Why is WcaIsPropertySet different?

2008-06-11 Thread Rob Mensching
Much of the code was written back in Win9x days and so when it was possible to just call "A" functions we did. It looks a little silly now... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Juricic Sent: Monday, June 09, 2008 12:03 To: wix-users@li

Re: [WiX-users] Problem with UpgradeCode

2008-06-11 Thread Rob Mensching
I use something like this all the time: Installed OR NOT NEWERVERSIONDETECTED -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anurag Katre (Excell Data Corporation) Sent: Monday, June 09, 2008 10:32 T

Re: [WiX-users] WiX & SSRS?

2008-06-11 Thread Rob Mensching
SSRS? SQL something or other? If so, pretty much everything in SQL can be configured with SQL so the SqlString/SqlScript goes far. Assuming, it is SQL Server we're talking about here. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McLoughlin, John

Re: [WiX-users] Versioning of SQL Scripts in WIX 3.0

2008-06-11 Thread Rob Mensching
I didn't think SQL Scripts had versions. I thought they were just text files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gaurav Tiwari (HCL Technologies Ltd) Sent: Tuesday, June 10, 2008 23:28 To: General discussion for Windows Installer XML toolset

Re: [WiX-users] IIS Website Identifier / Site Id

2008-06-11 Thread Rob Mensching
Interesting, didn't know the SiteId was used in farm settings. Leave to the IIS team to take something that had no meaning and assign meaning to it later. Please do open a bug. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm Sent: We

[WiX-users] same file, multiple destination folder

2008-06-11 Thread Laplante, Patrick
Hi, is it possible to install one file in multiple directory using MSI and WIX? For instance, I need to install foo.l8f (photoshop plugin) in: C:\program files\adobe\ps\plugins\filters\foo.l8f C:\program files\adobe\element\plugins\filters\foo.l8f Thanks pat

Re: [WiX-users] Versioning of SQL Scripts in WIX 3.0

2008-06-11 Thread Gaurav Tiwari (HCL Technologies Ltd)
Does that means changing them will automatically include them in the patch package based upon size very much like XML's or other text files. Thx Gaurav -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Wednesday, June 11, 2008 5:48 PM

Re: [WiX-users] same file, multiple destination folder

2008-06-11 Thread Brent B. Powers
Laplante, Patrick wrote: > Hi, is it possible to install one file in multiple directory using MSI > and WIX? > > Google Wix CopyFile? - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell serv

Re: [WiX-users] using a WixVariable element in package and product elements

2008-06-11 Thread Brian Rogers
Hey David, I don't know if this would be any help to you or not, but $(var.CompanyName) could work at compile time (candle.exe). Do you need to have late binding variables in light or could you do this earlier? Thanks, Brian -- Brian Rogers "Intelligence removes complexity." - BR http://www.code

[WiX-users] Error 2909 in ComponentUnregister for every component

2008-06-11 Thread Ben Greene
Hi, I'm working on a WiX installer which has been working fine for a while now. Recently I added some custom actions to restart services and now, at the end of the install, I get the following error: MSI (s) (04:50) [14:36:33:699]: Executing op: ComponentUnregister(ComponentId={D897E9C1-0F01-48

Re: [WiX-users] WiX & SSRS?

2008-06-11 Thread Murray Hipper
Hi, He means Sql Server Reporting Services (which there is no support in the sql extension presently). I'm glad someone raised it as I have been searching for days looking to see if an extension and/or custom action exists for deploying reports, Models, resources and data sources using wix.

[WiX-users] Hyperlinks on a dialog

2008-06-11 Thread Aprameya Rao
Hi I'm trying to create hyperlinks on a dialog. From what I can see there is no native support for a Hyperlink. I have two questions: 1. How would I declare a button or any other element to emulate a Hyperlink? 2. How do I make the OnClick or equivalent launch the hyperlink?