Re: [WiX-users] COM+ and DCOM component installation help please

2009-08-19 Thread MacDiarmid, James D
: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 17 August 2009 20:46 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] COM+ and DCOM component installation help please I have an executable file, let's say it's called Listener.exe. When this file i

[WiX-users] COM+ and DCOM component installation help please

2009-08-17 Thread MacDiarmid, James D
I have an executable file, let's say it's called Listener.exe. When this file is executed it gets registered and is listed in the DCom Config tree I in Windows Component Services. When I right click on the entry and select properties, I get a dialog with the following tabs: General Location Secu

[WiX-users] Adding DCOM Settings to a DCOM Config component

2009-08-14 Thread MacDiarmid, James D
I have a DCOM component which is an executable file. When the exe file is executed it self registers and places a class in the DCOM Config part of the Component serivces. Can anyone tell me what element I need to use to add the parameters on the property pages? Thanks, Jim ---

Re: [WiX-users] How to treat support files that do not getinstalled ontarget machine?

2009-08-11 Thread MacDiarmid, James D
Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 10 August 2009 20:08 To: General discussion for Windows Installer XML toolset.

[WiX-users] How to treat support files that do not get installed on target machine?

2009-08-10 Thread MacDiarmid, James D
I have some support files that I would like to include on the installation disk. What's the typical practice for dealing with these types of files that do not get installed? For example, I have a merge module for the MS XML Parser that I want to call in my install. Thanks, Jim -

Re: [WiX-users] Strange COM+ Error

2009-08-04 Thread MacDiarmid, James D
Windows Installer XML toolset. Subject: Re: [WiX-users] Strange COM+ Error TechNet reports this as normal: http://technet.microsoft.com/en-us/library/cc774140(WS.10).aspx Phil Wilson -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Tuesday, August 04

[WiX-users] Registering a tlb file

2009-08-04 Thread MacDiarmid, James D
Can Heat be used to harvest a TLB file's registry settings to be used in an install? If so, are there any switches I should look at using? Thanks, Jim -- Let Crystal Reports handle the reporting - Free Crystal Reports 20

[WiX-users] Strange COM+ Error

2009-08-04 Thread MacDiarmid, James D
I harvested all my COM+ settings using Heat and now I'm getting this error in my event log. Has anyone seen anything like this before? Would the -gg switch be causing this? Event Type: Warning Event Source: COM+ Event Category: (99) Event ID: 4458 Date: 8/3/2009 Time:

Re: [WiX-users] COM+ services fail to start

2009-07-29 Thread MacDiarmid, James D
he message your getting in the msi is pretty generic. -Michael 2243 -Original Message----- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Wednesday, July 29, 2009 2:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] COM+ services fai

Re: [WiX-users] COM+ services fail to start

2009-07-29 Thread MacDiarmid, James D
ervices fail to start Are there any event messages indicating the failure. Your implementation seem correct. -Michael -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Wednesday, July 29, 2009 1:23 PM To: General discussion for Windows Installer XML t

Re: [WiX-users] COM+ services fail to start

2009-07-29 Thread MacDiarmid, James D
Anyone? Anyone? -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Wednesday, July 29, 2009 11:56 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] COM+ services fail to start I've gotten my COM+ VB6 compo

[WiX-users] COM+ services fail to start

2009-07-29 Thread MacDiarmid, James D
I've gotten my COM+ VB6 components installing however no matter what account I use they fail to start. Is there any other code I need besides the and elements? Here is my code below: Thanks, Jim

Re: [WiX-users] VB6 ComPlus Components - Installed

2009-07-27 Thread MacDiarmid, James D
Hi Andy, Yes, I was successful in getting my VB6 COM DLLs installed into the component services, however I'm still working on getting the property pages set up. Have you gotten yours to install into Component Services? If not, can I see the snippet of code you're having trouble with? What I did w

Re: [WiX-users] VB6 ComPlus Components - Installed

2009-07-27 Thread MacDiarmid, James D
-Original Message- From: Andy McGoldrick [mailto:andy.mcgoldr...@gmail.com] Sent: Monday, July 27, 2009 12:48 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] VB6 ComPlus Components - Installed James, I saw that you recently had success with getting VB6 COM DLLs to inst

Re: [WiX-users] Creating Scheduled Tasks using Wix

2009-07-27 Thread MacDiarmid, James D
assword) to my scheduled task, the slash between the soubled-up escaped quotes is needed to re-escape it for the schtasks.exe program. This works for me on WinXp, Vista, server2003 currently untested by me on server 2008. -----Original Message- From: MacDiarmid, James D [mailto:james.macdiar.

Re: [WiX-users] Creating Scheduled Tasks using Wix

2009-07-27 Thread MacDiarmid, James D
08. -Original Message----- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Monday, July 27, 2009 11:51 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Creating Scheduled Tasks using Wix I found some code to create scheduled tasks during an

Re: [WiX-users] Creating Scheduled Tasks using Wix

2009-07-27 Thread MacDiarmid, James D
Hi James, Have you tried the usual XML escaping? <DIRECTION>UP</DIRECTION> Alex -Original Message----- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Monday, July 27, 2009 8:51 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-user

[WiX-users] Creating Scheduled Tasks using Wix

2009-07-27 Thread MacDiarmid, James D
I found some code to create scheduled tasks during an install. I'm having trouble with one where I have to pass the following xml string on the command-line. XML string is "UP" Here is the code that creates the scheduled task: Is there a way to pass that as a string and not have votive or w

[WiX-users] Help on documenting a Wix installation

2009-07-20 Thread MacDiarmid, James D
I've been asked to write up a document on my wix installation. Not being a "document" person I'm not sure what to do on this. I was hoping someone might have an example of a product install document, they could share, where wix was used to develop it. Thanks, Jim -

Re: [WiX-users] WiX v3.0 released.

2009-07-06 Thread MacDiarmid, James D
When I set up wix I installed it using the ProjectAggregator. Should I use the same thing since I'm using Votive with the VS2008 Shell, or would it be safe to unzip the binaries into the previous install folder? Thanks, Jim -Original Message- From: Rob Mensching [mailto:r...@wixtoolset

[WiX-users] Third-party installation

2009-07-01 Thread MacDiarmid, James D
All, I have a couple third-party installers, such as the SOAP toolkit, I need to kick off during my installer. This file does not get installed with the rest of the application. How would I go about setting that up? Thanks, Jim

Re: [WiX-users] Installing VB6 COM+ components

2009-06-29 Thread MacDiarmid, James D
ndows Installer XML toolset. Subject: Re: [WiX-users] Installing VB6 COM+ components I see you got it working, out of interest what was the answer to this? Neil -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 29 June 2009 18:26 To: General discuss

[WiX-users] VB6 ComPlus Components - Installed

2009-06-29 Thread MacDiarmid, James D
I want to all who gave input to helping me with this most painful thorn in my side. LOL I finally managed to get my components installed. Now to dowse my head in some much needed Rogaine. :) Jim -- _

Re: [WiX-users] Installing VB6 COM+ components

2009-06-29 Thread MacDiarmid, James D
equired for COM+. Can you post your WiX code that is failing? I would expect to see something like this: Neil -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 26 Jun

Re: [WiX-users] Installing VB6 COM+ components

2009-06-29 Thread MacDiarmid, James D
t isn't required for COM+. Can you post your WiX code that is failing? I would expect to see something like this: Neil -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com]

[WiX-users] Installing VB6 COM+ components

2009-06-26 Thread MacDiarmid, James D
All, I really apologize for being a pain on this topic. I've been looking everywhere that I can think of to get some clue and answers to get these components installed but I'm not having any luck at all. I can get them registered using the registry elements and have trimmed out the various par

[WiX-users] Need help installing COM+ Application - Getting Error: 0x80070490

2009-06-26 Thread MacDiarmid, James D
All, I really apologize for being a pain on this topic. I've been looking everywhere that I can think of to get some clue and answers to get these components installed but I'm not having any luck at all. I can get them registered using the registry elements and have trimmed out the various par

Re: [WiX-users] Installing VB6 COM Components

2009-06-25 Thread MacDiarmid, James D
From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 25 June 2009 15:24 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Installing VB6 COM Components Is it true that Wix v3 does not support VB6 COM Components or COM+ components? I do have to revert back t

Re: [WiX-users] Registering VB6 OCX with Wix 3

2009-06-25 Thread MacDiarmid, James D
The -vb6 option stops heat generating registry entries that shouldn't be removed when the component is uninstalled - vb6 components break the proper COM rules by registering things that are not part of the component being registered. Neil -Original Message- From: MacDiarmid, Ja

Re: [WiX-users] 0x800 error code info?

2009-06-25 Thread MacDiarmid, James D
Could it be that the DLLs and COM+ Components I'm trying to install where not compiled on Windows Server 2003? Jim -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Thursday, June 25, 2009 2:46 PM To: General discussion for Windows Installe

[WiX-users] 0x800 error code info?

2009-06-25 Thread MacDiarmid, James D
Now I'm getting an error 0x80070003 when attempting to install my COM+ components. I tried doing a internet search but nothing came up for Wix on that error code. Is there a doco that lists all the x800 error codes and what they mean? Thanks, Jim ---

Re: [WiX-users] Installing VB6 COM Components

2009-06-25 Thread MacDiarmid, James D
hat before. MacDiarmid, James D wrote: > Is it true that Wix v3 does not support VB6 COM Components or COM+ > components? I do have to revert back to Wix v2.0 to make this work? > If I do that, will I be able to use Visual Studio 2008 Shell with > Votive? > > What recommendations a

Re: [WiX-users] Registering VB6 OCX with Wix 3

2009-06-25 Thread MacDiarmid, James D
: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer

[WiX-users] Registering VB6 OCX with Wix 3

2009-06-25 Thread MacDiarmid, James D
Hi All, I ran heat on one of my OCX components using the -scom and -sfrag switches. In the following output, on the 4th line from the top and the 4th line from the bottom ther is a long alphanumeric string and I'm not sure what to replace the values with. Any thoughts?

[WiX-users] Installing VB6 COM Components

2009-06-25 Thread MacDiarmid, James D
Is it true that Wix v3 does not support VB6 COM Components or COM+ components? I do have to revert back to Wix v2.0 to make this work? If I do that, will I be able to use Visual Studio 2008 Shell with Votive? What recommendations are there for getting my coms registered with the system (Windows

Re: [WiX-users] Getting Error Code -2146368476 when trying to install Complus components

2009-06-24 Thread MacDiarmid, James D
27;s 0x80110424 = The file does not exist. Phil Wilson -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Wednesday, June 24, 2009 10:00 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Getting Error Code -2146368476

Re: [WiX-users] Getting Error Code -2146368476 when trying to install Complus components

2009-06-24 Thread MacDiarmid, James D
PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Getting Error Code -2146368476 when trying to install Complus components It's 0x80110424 = The file does not exist. Phil Wilson -Original Message----- From: MacDiarmid, James D [mailto:james.macd

Re: [WiX-users] Getting Error Code -2146368476 when trying to install Complus components

2009-06-24 Thread MacDiarmid, James D
: [WiX-users] Getting Error Code -2146368476 when trying to install Complus components It's 0x80110424 = The file does not exist. Phil Wilson -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Wednesday, June 24, 2009 10:00 AM To: General discussio

[WiX-users] Getting Error Code -2146368476 when trying to install Complus components

2009-06-24 Thread MacDiarmid, James D
Can anyone tell me what the Error Code: -2146368476 means? What is the recommended way to install COMPlus Components that were developed in VB6? Do I need to include and register the VB6 runtimes? Also when installing a COMPlus component, do I need to have the Role Element specified? Actio

Re: [WiX-users] What is the best way to troubleshoot an installer?

2009-06-23 Thread MacDiarmid, James D
some other file share? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jun 23, 2009 at 10:00 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > I looked through my log after checking Aaron Stebner's blog th

Re: [WiX-users] Multiple Files in one component vs a single fileper component

2009-06-23 Thread MacDiarmid, James D
n the component will be updated. http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, Jun 19, 2009 at 7:48 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: &

Re: [WiX-users] What is the best way to troubleshoot an installer?

2009-06-23 Thread MacDiarmid, James D
).aspx > > Thanks, > > Brian Rogers > "Intelligence removes complexity." - Me http://icumove.spaces.live.com > > > On Mon, Jun 22, 2009 at 1:09 PM, MacDiarmid, James D < > james.macdiar...@eds.com> wrote: > > > > > I'm looking through

Re: [WiX-users] What is the best way to troubleshoot an installer?

2009-06-23 Thread MacDiarmid, James D
2009 at 1:09 PM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > I'm looking through the install.log file, and I'm seeing a lot of > stuff however I don't know what any of it means. Is there anything that can > offer

[WiX-users] What is the best way to troubleshoot an installer?

2009-06-22 Thread MacDiarmid, James D
I'm looking through the install.log file, and I'm seeing a lot of stuff however I don't know what any of it means. Is there anything that can offer any help in decyphering it? Thanks, Jim -- Are you an open source ci

[WiX-users] Registering Complus components

2009-06-19 Thread MacDiarmid, James D
It appears I'm still having some issue with registering my complus dll component. I know I did see it install and it was listed in Component Services, however when I went to Add and Remove Programs I noticed that I somehow managed to install the application 3 times and had 3 instances listed in A

[WiX-users] Multiple Files in one component vs a single file per component

2009-06-19 Thread MacDiarmid, James D
What is the impact patch/fix on doing an upgrade/patch/fix if I have multiple files in one component versus having a single file per component? I remember reading something about this but I can't seem to locate it now. Thanks, Jim -

Re: [WiX-users] Uninstalling Complus

2009-06-18 Thread MacDiarmid, James D
On Thu, Jun 18, 2009 at 8:38 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > Now that I've been successful with installing a complus component, I'm > looking at what is involved in uninstalling complus components. I did > some searching on the net and I sa

[WiX-users] Uninstalling Complus

2009-06-18 Thread MacDiarmid, James D
Now that I've been successful with installing a complus component, I'm looking at what is involved in uninstalling complus components. I did some searching on the net and I saw some indication that since the installer doesn't remove complus components, this may be a bug? Again, I'm using Wix 3.0

Re: [WiX-users] Votive withWix3.0.5120.0doesn'trecognizeWixComplusExtentions.dll

2009-06-18 Thread MacDiarmid, James D
ing "http://schemas.microsoft.com/wix/WixComPlusExtension"; and it should be " http://schemas.microsoft.com/wix/ComPlusExtension";. I hope this helps. Neil -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 17 June 2009 20:04 To:

Re: [WiX-users] Votive with Wix3.0.5120.0doesn'trecognizeWixComplusExtentions.dll

2009-06-17 Thread MacDiarmid, James D
lusExtentions.dll Hey James, http://schemas.microsoft.com/wix/2006/wi"; xmlns="http://www.w3.org/TR/REC-xml-names/"; <-- REMOVE THIS xmlns:complus="http://schemas.microsoft.com/wix/WixComPlusExtension";> Brian Rogers "Intelligence removes complexity." - Me http://icu

Re: [WiX-users] Votive with Wix3.0.5120.0doesn'trecognizeWixComplusExtentions.dll

2009-06-17 Thread MacDiarmid, James D
quot; - Me http://icumove.spaces.live.com On Wed, Jun 17, 2009 at 10:16 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > Brian, > > I looked through the Votive project properties and I do not see > anywhere to add that url to the namespace. I tried to add it t

Re: [WiX-users] Votive with Wix 3.0.5120.0doesn'trecognizeWixComplusExtentions.dll

2009-06-17 Thread MacDiarmid, James D
more time and see what you get. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, Jun 17, 2009 at 9:08 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > Hi Brian, > > No, I have no idea what that is

Re: [WiX-users] Votive with Wix 3.0.5120.0doesn'trecognizeWixComplusExtentions.dll

2009-06-17 Thread MacDiarmid, James D
set. Subject: Re: [WiX-users] Votive with Wix 3.0.5120.0doesn'trecognizeWixComplusExtentions.dll Take a look here: http://www.tramontana.co.hu/wix/lesson5.php#5.12 (the pink bits are for WiX v3) it should help. Neil -----Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 17 June 2009 17:09 To: Ge

Re: [WiX-users] Votive with Wix 3.0.5120.0 doesn'trecognizeWixComplusExtentions.dll

2009-06-17 Thread MacDiarmid, James D
to both candle.exe and light.exe? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, Jun 17, 2009 at 7:08 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > The error I'm getting is: > > The File

Re: [WiX-users] Votive with Wix 3.0.5120.0 doesn'trecognize WixComplusExtentions.dll

2009-06-17 Thread MacDiarmid, James D
al Message- From: Rob Mensching [mailto:r...@wixtoolset.org] Sent: Tuesday, June 16, 2009 5:10 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Votive with Wix 3.0.5120.0 doesn'trecognize WixComplusExtentions.dll What is the error? MacDiarmid, James

[WiX-users] Votive with Wix 3.0.5120.0 doesn't recognize WixComplusExtentions.dll

2009-06-16 Thread MacDiarmid, James D
I'm trying to add a complus component but Votive does not recognize the reference to the WixComplusExtension.dll. Any ideas what would cause this?

Re: [WiX-users] WiX UI

2009-06-16 Thread MacDiarmid, James D
Nick, The best UI that I've found in that regard is WixAware (only supports Wix v2.0 at the moment) and MSI Factory (supports Wix 2.0 and 3.0 currently). WixAware does give the ability to directly access the XML for touch up coding where I did not see this in MSI Factory. Also MSI Factory was a l

Re: [WiX-users] Trying to execute an exe file duringoraftermyinstall

2009-06-16 Thread MacDiarmid, James D
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Trying to execute an exe file duringoraftermyinstall Hi James You just need to change the Before attribute so that the custom action says Jacques On Tue, Jun 16, 2009 at 9:11 AM, MacDiarmid, James D

Re: [WiX-users] Trying to execute an exe file duringoraftermyinstall

2009-06-16 Thread MacDiarmid, James D
that might explain the error. Jacques On Mon, Jun 15, 2009 at 1:47 PM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > Ok Thanks Jacques, I'm more confused now than I was this morning when > I started and haven't gotten anywhere with this. It shouldn't b

Re: [WiX-users] Trying to execute an exe file during oraftermyinstall

2009-06-15 Thread MacDiarmid, James D
want to use them then you would set the BinaryKey attribute to WixCA. An example of this is using the CAQuietExec custom action that's provided by the WixCA dll. Thanks, Jacques On Mon, Jun 15, 2009 at 12:19 PM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > Ok Thanks

Re: [WiX-users] Trying to execute an exe file during or aftermyinstall

2009-06-15 Thread MacDiarmid, James D
If you are using WiX 3, you should use SourceFile in your code since the src attribute for Binary has been deprecated if I recall correctly. Jacques On Mon, Jun 15, 2009 at 9:57 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > Ok I tried what you suggested and I&#x

Re: [WiX-users] Trying to execute an exe file during or after myinstall

2009-06-15 Thread MacDiarmid, James D
On Fri, Jun 12, 2009 at 2:15 PM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > I added the following code in my install with the intention that it > would execute the exe file at some point, but it's not working. Is > there anything I could be missing? > &

Re: [WiX-users] Trying to execute an exe file during or after myinstall

2009-06-15 Thread MacDiarmid, James D
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Trying to execute an exe file during or after myinstall Hi Jim You still need to schedule the action. For example, Jacques On Fri, Jun 12, 2009 at 2:15 PM, MacDiarmid, James D < james.macdiar...@eds.com> wrote:

[WiX-users] Trying to execute an exe file during or after my install

2009-06-12 Thread MacDiarmid, James D
I added the following code in my install with the intention that it would execute the exe file at some point, but it's not working. Is there anything I could be missing? Thanks, Jim -- Crystal Reports - New

[WiX-users] Registering Complus Components

2009-06-12 Thread MacDiarmid, James D
When registering COM+ components, should the elements and associated elements be used or should the registry information be exported using Heat? ...or should both be used? Thanks, Jim -- Crystal Reports - New Free Runti

Re: [WiX-users] Stopping IIS prior to installing COM+ components

2009-06-10 Thread MacDiarmid, James D
>> I've done it with a "net stop" command. However, this will mean a >> service outage for any web site serviced by IIS. >> That may not be acceptable. I don't know how to do that in Wix. As far as an outage is concerned, it would be acceptable. Servers are typically taken offline when upgrad

[WiX-users] Installing a service

2009-06-10 Thread MacDiarmid, James D
Can someone tell me what happens when the -I switch is used on the command line when running a service executable? I know it's supposed to install it as a service from a "DOS" prompt. I'm trying to replicate this action in Wix so I'm a little confused on what to ask. Jim MacDiarmid EDS, an H

[WiX-users] Stopping IIS prior to installing COM+ components

2009-06-10 Thread MacDiarmid, James D
Is there a way to Stop IIS before installing/registering COM+ components? Jim MacDiarmid EDS, an HP company U.S. Public Sector Department of Homeland Security Segment 13600 EDS Drive, A3N-B27 Herndon, VA 20171 703-236-3821(office) 571-247-2343(cell) ---

Re: [WiX-users] Getting Unexpected Error 2856

2009-06-10 Thread MacDiarmid, James D
2856Creating a second copy of the dialog [2]. " That doesn't mean anything to me. MacDiarmid, James D wrote: > I'm attempting to rewire my dialogs (previously generated by WixAware) > and I'm getting the forementioned error 2856 when clicking the back > button o

[WiX-users] Getting Unexpected Error 2856

2009-06-10 Thread MacDiarmid, James D
I'm attempting to rewire my dialogs (previously generated by WixAware) and I'm getting the forementioned error 2856 when clicking the back button on the Custom Setup Dialog. Anyone know what this could be? My custom dialog code follows: OutOfNoRbDiskSpace = 1

[WiX-users] How do I remove or bypass the dialog with Typical, Complete, Customize?

2009-06-09 Thread MacDiarmid, James D
I need to go to the dialog that lets the installer change the install path. What's the easiest way to do that? Thanks, Jim -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing op

Re: [WiX-users] What is a Keypath and why is it important to me?

2009-06-08 Thread MacDiarmid, James D
nd why is it important to me? Hey James, Lots of information out there on this topic. Rob has a blog I believe as well. http://www.bing.com/search?q=windows+installer+keypath Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Mon, Jun 8, 2009 at 12:10

[WiX-users] What is a Keypath and why is it important to me?

2009-06-08 Thread MacDiarmid, James D
I keep seeing talk about this Keypath but I'm not sure what it is. When should I set it to Yes? Thanks, Jim -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that ena

[WiX-users] Getting "Not Valid Foreign Key" Error on Fragment

2009-06-08 Thread MacDiarmid, James D
I'm getting the following error on the fragment below. Any ideas on how I can fix this? ICE03: Not a valid foreign key; Table: Registry, Column: Value, Key(s): reg82F2FC0E8673F402AF338328B5020A2C Fragment Code --- http://schemas.microsoft.com/wix/2006/wi

Re: [WiX-users] Variable not recognized in Fragment

2009-06-05 Thread MacDiarmid, James D
HelpDirectory is a key to Directory table. Do you have a entry for SystemFolder? Alex -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Friday, June 05, 2009 8:49 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Variable n

Re: [WiX-users] Variable not recognized in Fragment

2009-06-05 Thread MacDiarmid, James D
olset.' Subject: Re: [WiX-users] Variable not recognized in Fragment HelpDirectory is a key to Directory table. Do you have a entry for SystemFolder? Alex -Original Message----- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Friday, June 05, 2009 8:49 AM To: General

[WiX-users] Variable not recognized in Fragment

2009-06-05 Thread MacDiarmid, James D
I have the following TypeLib code in a fragment and the "SystemFolder" for helpDirectory during the registration isn't getting recognized. I don't know where to initialize it or put it. Thanks, Jim Jim MacDiarmid EDS, a

[WiX-users] Undefined variable SystemFolder

2009-05-27 Thread MacDiarmid, James D
I used Heat to generate some fragments however I'm getting an error stating that it doesn't recognize a variable called "Systemfolder". How can I define this? This is showing up in an a typelib statment. Jim MacDiarmid EDS, an HP company U.S. Public Sector Department of Homeland Security Seg

Re: [WiX-users] Custom MergeModules

2009-05-14 Thread MacDiarmid, James D
ernally to allow for shared components across multiple packages. What error are you getting in heat? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Thu, May 14, 2009 at 10:30 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrot

[WiX-users] Custom MergeModules

2009-05-14 Thread MacDiarmid, James D
Should I be registering COMPlus/Non-ComPlus DLLs in a custom merge module? When I use Heat to extract the registry settings, and add them to the respective component, an error is caught on the setting for HelpDirectory parameter. It's set using the SystemFolder keyword. Jim MacDiarmid EDS, an

Re: [WiX-users] Localization file

2009-05-13 Thread MacDiarmid, James D
Thanks :) I'm actually very new to VS 2008 and I just discovered that I can add my localization file to my project solution. I'm not sure if that is the right way to do it, but it seems to work nicely. -Original Message- From: Eric St.John [mailto:eric.st.j...@hotmail.com] Sent: Wedn

Re: [WiX-users] Localization file

2009-05-13 Thread MacDiarmid, James D
Do I have to have a localization file if this is only going to do en-US and inhouse? When I do a search for localization I'm not seeing information on how to include the wxl file. -Original Message- From: Eric St.John [mailto:eric.st.j...@hotmail.com] Sent: Tuesday, May 12, 2009 8:44

Re: [WiX-users] Localization file

2009-05-13 Thread MacDiarmid, James D
I don't know where to do that. -Original Message- From: Eric St.John [mailto:eric.st.j...@hotmail.com] Sent: Tuesday, May 12, 2009 8:44 PM To: wix-users Subject: Re: [WiX-users] Localization file Have you set wixlocalizati...@culture to en-US for the localization files you expect to b

[WiX-users] Localization file

2009-05-12 Thread MacDiarmid, James D
I've got the en-US parameter set in the cultures box in votive. Is there something else I'm missing? I'm getting a lot of errors now that seem to indicate that my project isn't loading my localization file. Jim -- The

Re: [WiX-users] Moving my xml code over from WixAware v2.0

2009-05-12 Thread MacDiarmid, James D
Ok.. I think I figured this one out. I didn't realize till now that I had a reference to the WixUIExtention.dll in my project. -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Tuesday, May 12, 2009 4:16 PM To: General discussion for Wi

[WiX-users] Moving my xml code over from WixAware v2.0

2009-05-12 Thread MacDiarmid, James D
I'm using Votive now to develop my installer and have moved my code over from WixAware. In addition I clean the code up to a point but now I'm getting about 131 lines of errors and I'm not sure how to fix it at this point. My apologies in advance for posting all this mess, but I figured someone

Re: [WiX-users] MSI Factory

2009-05-11 Thread MacDiarmid, James D
>>James can you send more one line e-mails to the list every 5 minutes please. Sure! If you want me to. ;) -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may

Re: [WiX-users] MSI Factory

2009-05-11 Thread MacDiarmid, James D
ctory MacDiarmid, James D wrote: > > > I just installed the 3.0.5217 build of Wix 3 as well as all of the > files you mentionmed.. No luck. :( > > Yes - I mentioned that as when you said you could not get it to install I did this: 1. Loaded up my VMWare "Installer Test XP

Re: [WiX-users] MSI Factory

2009-05-11 Thread MacDiarmid, James D
: Re: [WiX-users] MSI Factory MacDiarmid, James D wrote: > > > I just installed the 3.0.5217 build of Wix 3 as well as all of the > files you mentionmed.. No luck. :( > > Yes - I mentioned that as when you said you could not get it to install I did this: 1. Loaded up my V

Re: [WiX-users] MSI Factory

2009-05-11 Thread MacDiarmid, James D
, James D wrote: > > Ok.. I have the shell installed but I don't see how to use Wix with it. > I tried to install Votive but it said it had to be a full version of > VS to install. Gr > Are you sure you got the right package - I have just installed into a test virtual

Re: [WiX-users] MSI Factory

2009-05-11 Thread MacDiarmid, James D
Does the 3.0.5217 build of Wix recognize the VS 2008 shell and install to it? -Original Message- From: ryebank [mailto:ja...@ryebank.co.uk] Sent: Friday, May 08, 2009 7:14 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] MSI Factory MacDiarmid, James D wrote: > &

Re: [WiX-users] MSI Factory

2009-05-11 Thread MacDiarmid, James D
Ok.. Just installed this ProjectAggregator2.msi thingy and it doesn't seem to do anything. -Original Message- From: ryebank [mailto:ja...@ryebank.co.uk] Sent: Friday, May 08, 2009 6:43 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] MSI Factory MacDiarmid, Ja

Re: [WiX-users] MSI Factory

2009-05-11 Thread MacDiarmid, James D
ProjectAggregator2.msi? Ummm, no... Hmmm, let me try that and see what happens. :) -Original Message- From: ryebank [mailto:ja...@ryebank.co.uk] Sent: Friday, May 08, 2009 6:43 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] MSI Factory MacDiarmid, James D wrote

Re: [WiX-users] MSI Factory

2009-05-08 Thread MacDiarmid, James D
users@lists.sourceforge.net Subject: Re: [WiX-users] MSI Factory MacDiarmid, James D wrote: > > Unfortunately, I don't have the luxury of time to learn it on those > terms and we don't have Visual Studio, so I'm kind of stuck between a > rock and a hard place. > We

Re: [WiX-users] MSI Factory

2009-05-08 Thread MacDiarmid, James D
but you can get by with any text editor if you're on a budget. Sascha On Thu, May 7, 2009 at 6:03 AM, MacDiarmid, James D wrote: > > Unfortunately, I don't have the luxury of time to learn it on those > terms and we don't have Visual Studio, so I'm kind of stuck betw

Re: [WiX-users] MSI Factory

2009-05-08 Thread MacDiarmid, James D
le. I'm using a nant script as my "front end" to WiX and VS2005 for writing the code, VS makes things easier with all the auto-complete stuff, but you can get by with any text editor if you're on a budget. Sascha On Thu, May 7, 2009 at 6:03 AM, MacDiarmid, James D wrote:

Re: [WiX-users] MSI Factory

2009-05-06 Thread MacDiarmid, James D
thanks goes of course to the wix team.. Brian 2009/5/5 MacDiarmid, James D > > Does anyone use MSI Factory or WixAware to build their installs? I've > been evaluating WixAware and I like the interface, however it's still > very buggy. I'd like to see if there a

Re: [WiX-users] Dialog Modification or Redirection Examples needed

2009-05-06 Thread MacDiarmid, James D
http://wix.cvs.sourceforge.net/viewvc/wix/wix/src/ext/UIExtension/wixlib /WixUI_Advanced.wxs?view=markup Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, May 6, 2009 at 10:19 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: >

[WiX-users] Dialog Modification or Redirection Examples needed

2009-05-06 Thread MacDiarmid, James D
Can anyone point me to any tutorials or examples on how to modify the dialogs? For instance, I'd like to remove the dialog that gives a choice for the setup type and have it go straight to custom install? Thanks, Jim

[WiX-users] Automated build process using Wix

2009-05-05 Thread MacDiarmid, James D
Is it possible to have Wix in an automated build process. That may not be the right question to ask but I wanted to throw something out there. I'm looking for information on how to incorporate the Wix Toolset into our build process. We have a CM person that does all of our builds however she kno

  1   2   >