Re: [WiX-users] Heat with self-registration dlls!

2007-10-31 Thread Sajo Jacob
Thanks! that explains the exe's but how about the dlls with this issue? Jacob On 10/31/07, Bob Arnson <[EMAIL PROTECTED]> wrote: > > Sajo Jacob wrote: > > I ran heat against a set of self-registration dlls and exe's, I > > compared the WXS generated by darking an MSI which contained the same > >

Re: [WiX-users] Heat with self-registration dlls!

2007-10-31 Thread Bob Arnson
Sajo Jacob wrote: > I ran heat against a set of self-registration dlls and exe's, I > compared the WXS generated by darking an MSI which contained the same > dlls and spotted that although heat did create all the components but > didn't generate the registry tags and class ids for some of the >

Re: [WiX-users] disabling the features aapeared in the selection tree based on their installation condition.

2007-10-31 Thread Bob Arnson
shambhu kumar wrote: > is there any other way of doing this other than selection tree and check > boxes? > Not using MSI UI controls, that I'm aware of. -- sig://boB http://joyofsetup.com/ - This SF.net email is sponso

Re: [WiX-users] start and stop services

2007-10-31 Thread Bob Arnson
shapla wrote: > Log is showing like below: > > .. > Action 8:30:54: StopServices. Stopping services > Action start 8:30:54: StopServices. > StopServices: Service: Stopping services > Action ended 8:30:54: StopServices. Return value 1. > Action 8:30:54: RemoveFiles. Removing files > That's t

Re: [WiX-users] weekly release 3.0.3429.0 warnings

2007-10-31 Thread Bob Arnson
Luis Mejia wrote: > When installing the Project Aggregator, it created a folder in the > wrong(?) drive. It created a folder "IDE" with the file > "ProjectAggregator2.dll" on my D drive which is only for data; all > apps are installed on C. The D drive has more space so I assume > TARGETDIR is D:\

Re: [WiX-users] start and stop services

2007-10-31 Thread Richard
In article <[EMAIL PROTECTED]>, shapla <[EMAIL PROTECTED]> writes: > I checked it in Orca. I see that it has the correct name in service control > table. > Other values are as below: > Event=2 > Wait=1 How do you know that the name is correct? For instance, to manipulate the COM remote

Re: [WiX-users] start and stop services

2007-10-31 Thread shapla
Sorry, Richard. I apologize. I checked it in Orca. I see that it has the correct name in service control table. Other values are as below: Event=2 Wait=1 Thanks a lot. Richard-45 wrote: > > > In article <[EMAIL PROTECTED]>, > shapla <[EMAIL PROTECTED]> writes: > >> other thread with

[WiX-users] Heat with self-registration dlls!

2007-10-31 Thread Sajo Jacob
I ran heat against a set of self-registration dlls and exe's, I compared the WXS generated by darking an MSI which contained the same dlls and spotted that although heat did create all the components but didn't generate the registry tags and class ids for some of the components. Is this a known iss

Re: [WiX-users] start and stop services

2007-10-31 Thread Richard
In article <[EMAIL PROTECTED]>, shapla <[EMAIL PROTECTED]> writes: > other thread with Richard-45. I don't know why you keep calling me Richard-45. My name is Richard. If you get an event log message when stopping the service manually, but not when running your MSI, then your service cont

Re: [WiX-users] start and stop services

2007-10-31 Thread shapla
I am trying with this. My MSI has a element like I see that it is not stopping the service. I have more info about it in the other thread with Richard-45. Thanks a lot. Rob Mensching-4 wrote: > > Check out the ServiceControl element. > > shapla wrote: >> I have an existing service - say

Re: [WiX-users] start and stop services

2007-10-31 Thread shapla
If I run the MSI, event log is not showing that the services were started or stopped. It is just showing the installation completed successfully. In fact, if I run net stop "XYZ AdminConsole" from command prompt, the event viewer is showing the service stopped successfully. Thanks! Richard-45

Re: [WiX-users] Trying to preserve installation location

2007-10-31 Thread Rob Mensching
Personally, I would just read the 4 pages in the MSI SDK on Upgrades a few times. I think you only care about Major Upgrades and I think most of hte information is captured in one single page in the SDK. But it is up to you. If you don't like MSI, you won't like WiX since all WiX does is bui

Re: [WiX-users] MSI returns 1606 Could not access location

2007-10-31 Thread Rob Mensching
This happens if your MSI requires the original source media for some reason during uninstall. Usually, it's some coding error that causes this problem. Look in the verbose log file and see what is causing the source prompt. Davut Karabay wrote: > Hi, > > I run my insaller (e.g. msiexec /i XYZ

Re: [WiX-users] Path to MSI?

2007-10-31 Thread Rob Mensching
OriginalDatabase is documented. Richard wrote: > In article <[EMAIL PROTECTED]>, > 7734456 <[EMAIL PROTECTED]> writes: > > >> in c++ : MsiGetProperty(hInstall, TEXT("CURRENTDIRECTORY"), szMSISrcPath, >> &dwBuffer); >> ..it's there. >> > > That's working by accident, not working by des

Re: [WiX-users] start and stop services

2007-10-31 Thread Rob Mensching
Check out the ServiceControl element. shapla wrote: > I have an existing service - say XYZ AdminConsole (Not part of my MSI) > > I want to: > > 1. Restart this service after installing my MSI > 2. My MSI will remove some files during uninstall and I want to: >2.1 Stop this service before remo

Re: [WiX-users] Torch error

2007-10-31 Thread Peter Marcu
Yup, that will do it. From: Justin Goshi Sent: Wednesday, October 31, 2007 11:12 AM To: Peter Marcu; wix-users@lists.sourceforge.net Subject: RE: Torch error Yup, there are differences in the table definition for WixFile between the two wixouts. It's because my base image wixout was generated b

Re: [WiX-users] Torch error

2007-10-31 Thread Justin Goshi
Yup, there are differences in the table definition for WixFile between the two wixouts. It's because my base image wixout was generated by the old Wix build, and the new wixout has an additional PatchAttributes column in the WixFile table. Thank you for your help! Justin From: Peter Marcu Sen

Re: [WiX-users] start and stop services

2007-10-31 Thread Richard
Does the event log show that the services were stopped or started? A good service writes to the event log when it is stopped or started. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legali

Re: [WiX-users] Torch error

2007-10-31 Thread Peter Marcu
Are there any differences in the table definition for WixFile between the two wixouts? Can you send just the tale definitions to me? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Goshi Sent: Wednesday, October 31, 2007 10:36 AM To: wix-users@lists.sourceforge.net Subject:

[WiX-users] Torch error

2007-10-31 Thread Justin Goshi
I recently upgraded to using Wix build 3.0.3439.0 because I wanted to use the new transform validation flags support for patch building. When I switched to the new Wix build (was using 3110), I now get the following torch error: error TRCH0001 : Different numbers of columns for WixFile. What d

[WiX-users] weekly release 3.0.3429.0 warnings

2007-10-31 Thread Luis Mejia
I just installed the latest weekly release and I see the following issues: When installing the Project Aggregator, it created a folder in the wrong(?) drive. It created a folder "IDE" with the file "ProjectAggregator2.dll" on my D drive which is only for data; all apps are installed on C. The D dr

Re: [WiX-users] start and stop services

2007-10-31 Thread shapla
Log is showing like below: .. Action 8:30:54: StopServices. Stopping services Action start 8:30:54: StopServices. StopServices: Service: Stopping services Action ended 8:30:54: StopServices. Return value 1. Action 8:30:54: RemoveFiles. Removing files .. Action ended 8:30:54: Install

[WiX-users] Latest WiX build is good.

2007-10-31 Thread Peter Marcu
For the past few wix builds, we have been having some assembly loading problems due to mismatched strong names in the wix binaries. This has been resolved and the latest build should work. http://wix.sourceforge.net/releases/3.0.3429.0/

Re: [WiX-users] How to change the installation directory

2007-10-31 Thread 0x001A4
Did you ever figure out how to do this? I am interested in changing the default installation directory from Program Files to C:\ or systemdrive. Jing Teng wrote: > > In all the examples I can find, it use > > > > > > > > > > to install my package under c:\program files, but I

Re: [WiX-users] disabling the features aapeared in the selection tree based on their installation condition.

2007-10-31 Thread shambhu kumar
is there any other way of doing this other than selection tree and check boxes? Bob Arnson-6 wrote: > > shambhu kumar wrote: >> now i want to disable the showing of fetures in selection tree used in >> custom setup if this feature is not supported in tis particular mode(i.e >> its >> installati

[WiX-users] Crystal Reports modules not registering files

2007-10-31 Thread Pedro Ferreira
Hi, I'm fairly new to wix, and I'm trying to deploy the Crystal Reports runtime with my application. I'm inserting the crystal modules as shown here: http://pastebin.com/f286f6c04 The problem is that although the Crystal Reports files are copied to the right directories in the target machine, so

Re: [WiX-users] Dynamic checkbox initialization problem

2007-10-31 Thread János Brezniczky
...I must admit I'm a bit late with this reply, but still I think the problem persists. To be more specific, I include some snippets here. Things go on the same way when I try to show/hide the control or affect the initial value of it. Here's only the show/hide part, as I'm specifically interested

Re: [WiX-users] WiX 3.0 post 3304 working for anyone?

2007-10-31 Thread John Hall
> Whenever I run a tool in version 3307, 3328 or 3419 builds > obtained from wix.sourceforge.net/releases, I get a > System.IO.FileLoadException > This suggests that the public key token of wix.dll isn't what > candle.exe is asking for. Loading the files into Reflector > (www.aisto.com/roeder/