Re: [WiX-users] Error 2908

2007-12-05 Thread Bob Arnson
Emmanuel Stapf [ES] wrote:
> What do you mean by that? My install is compiled with WiX v3 and I hadn't
> see any errors. Are you saying that my package was faulty? If so, what is
> the fault exactly?
>   

No, I was referring to the second link that talked about exceeding the 
number of components per feature.

-- 
sig://boB
http://joyofsetup.com/



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-12-04 Thread Emmanuel Stapf [ES]
> Emmanuel Stapf [ES] wrote:
> > I found the reason of that problem by using RegMon where I saw the 
> > 1450 error when opening a registry key. Then I found those 
> following 
> > URLs which perfectly match my problem:
> > - http://tinyurl.com/2rj93p
> > - http://tinyurl.com/3ey6fe
> >   
> 
> This is why validation is on by default in WiX v3.

What do you mean by that? My install is compiled with WiX v3 and I hadn't
see any errors. Are you saying that my package was faulty? If so, what is
the fault exactly?

Thanks,
Manu



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-12-04 Thread Bob Arnson
Emmanuel Stapf [ES] wrote:
> I found the reason of that problem by using RegMon where I saw the 1450 error
> when opening a registry key. Then I found those following URLs which
> perfectly match my problem:
> - http://tinyurl.com/2rj93p
> - http://tinyurl.com/3ey6fe
>   

This is why validation is on by default in WiX v3.

-- 
sig://boB
http://joyofsetup.com/



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-12-04 Thread Emmanuel Stapf [ES]

I found the reason of that problem by using RegMon where I saw the 1450 error
when opening a registry key. Then I found those following URLs which
perfectly match my problem:
- http://tinyurl.com/2rj93p
- http://tinyurl.com/3ey6fe

Getting rid of the `Components' subtree (there was only one child in it, the
offending key) made my installation works just fine.

Thanks,
Manu


Emmanuel Stapf [ES] wrote:
> 
> I did try to run my installation after a fresh reboot and uninstalling
> whatever I did not need on this machine. Any idea what kind of resources
> it might be?
> 
> Thanks,
> Manu
> 
> 
> Bob Arnson-6 wrote:
>> 
>> Error 1450 is ERROR_NO_SYSTEM_RESOURCES. Have you tried an installation 
>> after a fresh reboot?
>> 
>> -- 
>> sig://boB
>> http://joyofsetup.com/
>> 
>> 
>> 
>> -
>> SF.Net email is sponsored by: The Future of Linux Business White Paper
>> from Novell.  From the desktop to the data center, Linux is going
>> mainstream.  Let it simplify your IT future.
>> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-2908-tf4789609.html#a14156848
Sent from the wix-users mailing list archive at Nabble.com.


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-12-03 Thread Emmanuel Stapf [ES]

I did try to run my installation after a fresh reboot and uninstalling
whatever I did not need on this machine. Any idea what kind of resources it
might be?

Thanks,
Manu


Bob Arnson-6 wrote:
> 
> Error 1450 is ERROR_NO_SYSTEM_RESOURCES. Have you tried an installation 
> after a fresh reboot?
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-2908-tf4789609.html#a14142440
Sent from the wix-users mailing list archive at Nabble.com.


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-12-03 Thread Bob Arnson
Emmanuel Stapf [ES] wrote:
> Note that doing:
>
> msiexec /i My_msi.msi /quiet
>
> completes the installation and everything seems to be fine.
>
> Manu
>
>
> Emmanuel Stapf [ES] wrote:
>   
>> I'm having the same problem as Andrew. Did anyone found out what could be
>> wrong? In my case, I can install other MSI packages, but not mine.
>> 

Error 1450 is ERROR_NO_SYSTEM_RESOURCES. Have you tried an installation 
after a fresh reboot?

-- 
sig://boB
http://joyofsetup.com/



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-12-03 Thread Emmanuel Stapf [ES]

Note that doing:

msiexec /i My_msi.msi /quiet

completes the installation and everything seems to be fine.

Manu


Emmanuel Stapf [ES] wrote:
> 
> I'm having the same problem as Andrew. Did anyone found out what could be
> wrong? In my case, I can install other MSI packages, but not mine.
> 
> Here the output of the log:
> 
> MSI (s) (84:CC) [10:21:48:828]: Executing op:
> ComponentRegister(ComponentId={4FBFB3EE-4F75-46C7-8464-2710DD1E44A7},KeyPath=02:\Software\Microsoft\Windows\CurrentVersion\Uninstall\{C845D38E-4464-4E7C-91BD-0CF716729EFC}\DisplayIcon,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
> MSI (s) (84:CC) [10:21:48:828]: Note: 1: 1402 2:
> UNKNOWN\Components\EE3BFBF457F47C6448467201DDE1447A 3: 1450 
> DEBUG: Error 2908:  Could not register component
> {4FBFB3EE-4F75-46C7-8464-2710DD1E44A7}.
> The installer has encountered an unexpected error installing this package.
> This may indicate a problem with this package. The error code is 2908. The
> arguments are: {4FBFB3EE-4F75-46C7-8464-2710DD1E44A7}, , 
> MSI (s) (84:CC) [10:21:51:656]: Product: EiffelStudio 6.1 (x86) GPL -- The
> installer has encountered an unexpected error installing this package.
> This may indicate a problem with this package. The error code is 2908. The
> arguments are: {4FBFB3EE-4F75-46C7-8464-2710DD1E44A7}, , 
> 
> Thanks,
> Manu
> 

-- 
View this message in context: 
http://www.nabble.com/Error-2908-tf4789609.html#a14137473
Sent from the wix-users mailing list archive at Nabble.com.


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-12-03 Thread Emmanuel Stapf [ES]

I'm having the same problem as Andrew. Did anyone found out what could be
wrong? In my case, I can install other MSI packages, but not mine.

Here the output of the log:

MSI (s) (84:CC) [10:21:48:828]: Executing op:
ComponentRegister(ComponentId={4FBFB3EE-4F75-46C7-8464-2710DD1E44A7},KeyPath=02:\Software\Microsoft\Windows\CurrentVersion\Uninstall\{C845D38E-4464-4E7C-91BD-0CF716729EFC}\DisplayIcon,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
MSI (s) (84:CC) [10:21:48:828]: Note: 1: 1402 2:
UNKNOWN\Components\EE3BFBF457F47C6448467201DDE1447A 3: 1450 
DEBUG: Error 2908:  Could not register component
{4FBFB3EE-4F75-46C7-8464-2710DD1E44A7}.
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2908. The
arguments are: {4FBFB3EE-4F75-46C7-8464-2710DD1E44A7}, , 
MSI (s) (84:CC) [10:21:51:656]: Product: EiffelStudio 6.1 (x86) GPL -- The
installer has encountered an unexpected error installing this package. This
may indicate a problem with this package. The error code is 2908. The
arguments are: {4FBFB3EE-4F75-46C7-8464-2710DD1E44A7}, , 

Thanks,
Manu
-- 
View this message in context: 
http://www.nabble.com/Error-2908-tf4789609.html#a14136586
Sent from the wix-users mailing list archive at Nabble.com.


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-11-12 Thread Bob Arnson
Richard wrote:
> Correct.  Windows Installer component GUIDs must be all upper case.
>   

WiX uppercases all GUIDs in the compiler. There is/was a weakness that 
if you use !(loc) strings for GUIDs, they wouldn't get that massaging, 
but in the "normal" case, you don't have to worry about it.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-11-12 Thread Bob Arnson
Andrew Ward wrote:
> DEBUG: Error 2908:  Could not register component 
> {FDAFF1E1-E5AF-4A06-ACF2-8C4C94E33F83}.
>   

MSI "registers" each component it installs by recording which product(s) 
install it; that's all "register" means in this context. It sounds like 
MSI's private data store is corrupted somehow. Can you install any other 
packages on this machine?

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-11-12 Thread Richard

In article <[EMAIL PROTECTED]>,
Andrew Ward <[EMAIL PROTECTED]>  writes:

> Are you saying that lower case hex in the guids is not allowed?

Correct.  Windows Installer component GUIDs must be all upper case.

Unfortunate, but true.

GuidGen is unreliable for this.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-11-12 Thread Chad Petersen
Have you investigated what could possibly be wrong with the XP machine
that it fails on? If it works on two systems then I doubt that there is
anything wrong with the installer or it would consistently fail on all
machines you try it on. The installer is trying to register the
Component with the OS. This is not to say it is trying to REGSVR32.exe
or COM register the Component. It's just trying to update the Component
reference most likely, which is a write to the registry.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Ward
Sent: Monday, November 12, 2007 2:59 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error 2908

As there is some confusion here, I will repost an unmodified example, 
this XML snippet:





Is producing this error:

DEBUG: Error 2908:  Could not register component 
{FDAFF1E1-E5AF-4A06-ACF2-8C4C94E33F83}.
The installer has encountered an unexpected error installing this 
package. This may indicate a problem with this package. The error code 
is 2908. The arguments are: {FDAFF1E1-E5AF-4A06-ACF2-8C4C94E33F83}, ,
MSI (s) (6C:90) [19:58:54:984]: Product: MyProduct -- The installer has 
encountered an unexpected error installing this package. This may 
indicate a problem with this package. The error code is 2908. The 
arguments are: {FDAFF1E1-E5AF-4A06-ACF2-8C4C94E33F83}, ,

qt-mt338.dll is an orginary standard c++ DLL, it does not use COM or 
.NET, therefore should simply be copied into the application folder like

an ordinary file.

As stated before, the installer works with no errors on 2 Win XP 
machines, but on a third Win XP machine it fails with the above error, 
there is one of these errors for each component in the Wix source.

Hope that clarifies things.
Andrew Ward.


Chad Petersen wrote:
> What really surprised me was the log snippets you included also used
> {MY_GUID} and referred to it in the same way so it made it look like
> that was how it was coded.
>
> Have you tried your installer on more than one system to see if it is
> consistent as far as the error goes? I see an article with this same
> error (2908)when installing Office 2000 and it talks about scanning
the
> system registry for errors.
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Ward
> Sent: Monday, November 12, 2007 1:06 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Error 2908
>
> Hi Chad,
> Sorry for the confusion, I edited that XML snippet and replaced the
real
>
> guid with MY_GUID, for easier reading. When the errors occur the Guids

> are all real Guids.
>
> I am having trouble finding out what MS actually means by 'register 
> component' in this context. If I read it out of context I would have 
> thought of COM registration, but I guess the term 'register component'

> when used in MSI circles is a different process. MS help on 
> ProcessComponents is not helpful:
> http://msdn2.microsoft.com/en-us/library/aa370853.aspx
>
> Andy.
>
> Chad Petersen wrote:
>> Aren't you supposed to put an actual GUID in where "MY_GUID" is in
> your
>> code? I mean, isn't "MY_GUID" just a placeholder to remind you to
plug
>> in a valid GUID?
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>> Ward
>> Sent: Monday, November 12, 2007 11:39 AM
>> To: wix-users@lists.sourceforge.net
>> Subject: Re: [WiX-users] Error 2908
>>
>> Hi Phil,
>> No, not all files the error occurs for are even executables or dlls,
> it 
>> actually occurs for every component in the setup, for example, the
> help 
>> file component:
>>
>> 
>> > Source="../Data/MyProg.chm">
>> > Name="Help" LongName="Help Contents" />
>> 
>> 
>>
>> Receives the same error.
>>
>> Any other ideas?
>> Andrew.
>>
>> Wilson, Phil wrote:
>>   
>>> You might be conflicting with other installations of that Dll that
> are
>>> using the official merge module VC_User_STL71_RTL_X86_---.msm,
>>> especially if you made up that component guid.  Are all the files
> that
>>> have the issue redistributables from Microsoft ? 
>>>
>>> Phil Wilson 
>>>
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>>> Ward
>>> Sent: Monday, November 12, 2007 12:08 AM
>>> To: wix-users@lists.sourceforge.net
>>> Subject: [WiX-users] Error 2908
>>>
>>> Hello,
>>> I have an 

Re: [WiX-users] Error 2908

2007-11-12 Thread Andrew Ward
Hi Phil,
Are you saying that lower case hex in the guids is not allowed? I 
generally use guids generated using the PlatformSDK GuidGen.exe utility, 
which produces guids with both uppercase and lowercase hex.

Andrew Ward.


Wilson, Phil wrote:
> And there's no lower case in the guids? 
>
> Phil Wilson 
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Ward
> Sent: Monday, November 12, 2007 1:06 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Error 2908
>
> Hi Chad,
> Sorry for the confusion, I edited that XML snippet and replaced the real
>
> guid with MY_GUID, for easier reading. When the errors occur the Guids 
> are all real Guids.
>
> I am having trouble finding out what MS actually means by 'register 
> component' in this context. If I read it out of context I would have 
> thought of COM registration, but I guess the term 'register component' 
> when used in MSI circles is a different process. MS help on 
> ProcessComponents is not helpful:
> http://msdn2.microsoft.com/en-us/library/aa370853.aspx
>
> Andy.
>
> Chad Petersen wrote:
>   
>> Aren't you supposed to put an actual GUID in where "MY_GUID" is in
>> 
> your
>   
>> code? I mean, isn't "MY_GUID" just a placeholder to remind you to plug
>> in a valid GUID?
>>
>> -Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>> Ward
>> Sent: Monday, November 12, 2007 11:39 AM
>> To: wix-users@lists.sourceforge.net
>> Subject: Re: [WiX-users] Error 2908
>>
>> Hi Phil,
>> No, not all files the error occurs for are even executables or dlls,
>> 
> it 
>   
>> actually occurs for every component in the setup, for example, the
>> 
> help 
>   
>> file component:
>>
>> 
>> > Source="../Data/MyProg.chm">
>> > Name="Help" LongName="Help Contents" />
>> 
>> 
>>
>> Receives the same error.
>>
>> Any other ideas?
>> Andrew.
>>
>> Wilson, Phil wrote:
>>   
>> 
>>> You might be conflicting with other installations of that Dll that
>>>   
> are
>   
>>> using the official merge module VC_User_STL71_RTL_X86_---.msm,
>>> especially if you made up that component guid.  Are all the files
>>>   
> that
>   
>>> have the issue redistributables from Microsoft ? 
>>>
>>> Phil Wilson 
>>>
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>>> Ward
>>> Sent: Monday, November 12, 2007 12:08 AM
>>> To: wix-users@lists.sourceforge.net
>>> Subject: [WiX-users] Error 2908
>>>
>>> Hello,
>>> I have an installer which works fine on two computers I have tested,
>>> 
>>>   
>> but
>>   
>> 
>>> fails on a third computer with the following error for each wix 
>>> component element:
>>>
>>> Action start 19:58:49: InstallFinalize.
>>> Action 19:58:49: ProcessComponents. Updating component registration
>>> DEBUG: Error 2908:  Could not register component {MY_GUID}.
>>> The installer has encountered an unexpected error installing this 
>>> package. This may indicate a problem with this package. The error
>>>   
> code
>   
>>> 
>>>   
>>   
>> 
>>> is 2908. The arguments are: {MY_GUID}, ,
>>> MSI (s) (6C:90) [19:58:52:328]: Product: MyProduct -- The installer
>>> 
>>>   
>> has 
>>   
>> 
>>> encountered an unexpected error installing this package. This may 
>>> indicate a problem with this package. The error code is 2908. The 
>>> arguments are: {MY_GUID}, ,
>>>
>>> The component elements are simply installing normal native compiled 
>>> binaries, such as:
>>>
>>> 
>>> >> Source="../msvcp71.dll" Vital="yes" />
>>> 
>>>
>>> I am not sure whether by the term 'register' it means it is trying
>>>   
> COM
>   
>>> 
>>>   
>>   
>> 
>>> registration, or some other type of registration.
>>> I am using Wix 2.
>>>
>>> Any help appreciated to solve this problem.
>>>
>>> Reg

Re: [WiX-users] Error 2908

2007-11-12 Thread Andrew Ward
As there is some confusion here, I will repost an unmodified example, 
this XML snippet:





Is producing this error:

DEBUG: Error 2908:  Could not register component 
{FDAFF1E1-E5AF-4A06-ACF2-8C4C94E33F83}.
The installer has encountered an unexpected error installing this 
package. This may indicate a problem with this package. The error code 
is 2908. The arguments are: {FDAFF1E1-E5AF-4A06-ACF2-8C4C94E33F83}, ,
MSI (s) (6C:90) [19:58:54:984]: Product: MyProduct -- The installer has 
encountered an unexpected error installing this package. This may 
indicate a problem with this package. The error code is 2908. The 
arguments are: {FDAFF1E1-E5AF-4A06-ACF2-8C4C94E33F83}, ,

qt-mt338.dll is an orginary standard c++ DLL, it does not use COM or 
.NET, therefore should simply be copied into the application folder like 
an ordinary file.

As stated before, the installer works with no errors on 2 Win XP 
machines, but on a third Win XP machine it fails with the above error, 
there is one of these errors for each component in the Wix source.

Hope that clarifies things.
Andrew Ward.


Chad Petersen wrote:
> What really surprised me was the log snippets you included also used
> {MY_GUID} and referred to it in the same way so it made it look like
> that was how it was coded.
>
> Have you tried your installer on more than one system to see if it is
> consistent as far as the error goes? I see an article with this same
> error (2908)when installing Office 2000 and it talks about scanning the
> system registry for errors.
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Ward
> Sent: Monday, November 12, 2007 1:06 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Error 2908
>
> Hi Chad,
> Sorry for the confusion, I edited that XML snippet and replaced the real
>
> guid with MY_GUID, for easier reading. When the errors occur the Guids 
> are all real Guids.
>
> I am having trouble finding out what MS actually means by 'register 
> component' in this context. If I read it out of context I would have 
> thought of COM registration, but I guess the term 'register component' 
> when used in MSI circles is a different process. MS help on 
> ProcessComponents is not helpful:
> http://msdn2.microsoft.com/en-us/library/aa370853.aspx
>
> Andy.
>
> Chad Petersen wrote:
>> Aren't you supposed to put an actual GUID in where "MY_GUID" is in
> your
>> code? I mean, isn't "MY_GUID" just a placeholder to remind you to plug
>> in a valid GUID?
>>
>> -Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>> Ward
>> Sent: Monday, November 12, 2007 11:39 AM
>> To: wix-users@lists.sourceforge.net
>> Subject: Re: [WiX-users] Error 2908
>>
>> Hi Phil,
>> No, not all files the error occurs for are even executables or dlls,
> it 
>> actually occurs for every component in the setup, for example, the
> help 
>> file component:
>>
>> 
>> > Source="../Data/MyProg.chm">
>> > Name="Help" LongName="Help Contents" />
>> 
>> 
>>
>> Receives the same error.
>>
>> Any other ideas?
>> Andrew.
>>
>> Wilson, Phil wrote:
>>   
>>> You might be conflicting with other installations of that Dll that
> are
>>> using the official merge module VC_User_STL71_RTL_X86_---.msm,
>>> especially if you made up that component guid.  Are all the files
> that
>>> have the issue redistributables from Microsoft ? 
>>>
>>> Phil Wilson 
>>>
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>>> Ward
>>> Sent: Monday, November 12, 2007 12:08 AM
>>> To: wix-users@lists.sourceforge.net
>>> Subject: [WiX-users] Error 2908
>>>
>>> Hello,
>>> I have an installer which works fine on two computers I have tested,
>>> 
>> but
>>   
>>> fails on a third computer with the following error for each wix 
>>> component element:
>>>
>>> Action start 19:58:49: InstallFinalize.
>>> Action 19:58:49: ProcessComponents. Updating component registration
>>> DEBUG: Error 2908:  Could not register component {MY_GUID}.
>>> The installer has encountered an unexpected error installing this 
>>> package. This may indicate a problem with this package. The error
> code
>>> 
>>   
>>> is 2908. The arguments are: {MY_GUID}, ,
>>> MSI (s

Re: [WiX-users] Error 2908

2007-11-12 Thread Chad Petersen
What really surprised me was the log snippets you included also used
{MY_GUID} and referred to it in the same way so it made it look like
that was how it was coded.

Have you tried your installer on more than one system to see if it is
consistent as far as the error goes? I see an article with this same
error (2908)when installing Office 2000 and it talks about scanning the
system registry for errors.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Ward
Sent: Monday, November 12, 2007 1:06 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error 2908

Hi Chad,
Sorry for the confusion, I edited that XML snippet and replaced the real

guid with MY_GUID, for easier reading. When the errors occur the Guids 
are all real Guids.

I am having trouble finding out what MS actually means by 'register 
component' in this context. If I read it out of context I would have 
thought of COM registration, but I guess the term 'register component' 
when used in MSI circles is a different process. MS help on 
ProcessComponents is not helpful:
http://msdn2.microsoft.com/en-us/library/aa370853.aspx

Andy.

Chad Petersen wrote:
> Aren't you supposed to put an actual GUID in where "MY_GUID" is in
your
> code? I mean, isn't "MY_GUID" just a placeholder to remind you to plug
> in a valid GUID?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Ward
> Sent: Monday, November 12, 2007 11:39 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Error 2908
>
> Hi Phil,
> No, not all files the error occurs for are even executables or dlls,
it 
> actually occurs for every component in the setup, for example, the
help 
> file component:
>
> 
>  Source="../Data/MyProg.chm">
>  Name="Help" LongName="Help Contents" />
> 
> 
>
> Receives the same error.
>
> Any other ideas?
> Andrew.
>
> Wilson, Phil wrote:
>   
>> You might be conflicting with other installations of that Dll that
are
>> using the official merge module VC_User_STL71_RTL_X86_---.msm,
>> especially if you made up that component guid.  Are all the files
that
>> have the issue redistributables from Microsoft ? 
>>
>> Phil Wilson 
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>> Ward
>> Sent: Monday, November 12, 2007 12:08 AM
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] Error 2908
>>
>> Hello,
>> I have an installer which works fine on two computers I have tested,
>> 
> but
>   
>> fails on a third computer with the following error for each wix 
>> component element:
>>
>> Action start 19:58:49: InstallFinalize.
>> Action 19:58:49: ProcessComponents. Updating component registration
>> DEBUG: Error 2908:  Could not register component {MY_GUID}.
>> The installer has encountered an unexpected error installing this 
>> package. This may indicate a problem with this package. The error
code
>> 
>
>   
>> is 2908. The arguments are: {MY_GUID}, ,
>> MSI (s) (6C:90) [19:58:52:328]: Product: MyProduct -- The installer
>> 
> has 
>   
>> encountered an unexpected error installing this package. This may 
>> indicate a problem with this package. The error code is 2908. The 
>> arguments are: {MY_GUID}, ,
>>
>> The component elements are simply installing normal native compiled 
>> binaries, such as:
>>
>> 
>> > Source="../msvcp71.dll" Vital="yes" />
>> 
>>
>> I am not sure whether by the term 'register' it means it is trying
COM
>> 
>
>   
>> registration, or some other type of registration.
>> I am using Wix 2.
>>
>> Any help appreciated to solve this problem.
>>
>> Regards,
>> Andrew.
>>
>>
>>
>> 
>

>   
>> -
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a
>> 
> browser.
>   
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>>
>>
>> 
>
---

Re: [WiX-users] Error 2908

2007-11-12 Thread Wilson, Phil
And there's no lower case in the guids? 

Phil Wilson 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Ward
Sent: Monday, November 12, 2007 1:06 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error 2908

Hi Chad,
Sorry for the confusion, I edited that XML snippet and replaced the real

guid with MY_GUID, for easier reading. When the errors occur the Guids 
are all real Guids.

I am having trouble finding out what MS actually means by 'register 
component' in this context. If I read it out of context I would have 
thought of COM registration, but I guess the term 'register component' 
when used in MSI circles is a different process. MS help on 
ProcessComponents is not helpful:
http://msdn2.microsoft.com/en-us/library/aa370853.aspx

Andy.

Chad Petersen wrote:
> Aren't you supposed to put an actual GUID in where "MY_GUID" is in
your
> code? I mean, isn't "MY_GUID" just a placeholder to remind you to plug
> in a valid GUID?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Ward
> Sent: Monday, November 12, 2007 11:39 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Error 2908
>
> Hi Phil,
> No, not all files the error occurs for are even executables or dlls,
it 
> actually occurs for every component in the setup, for example, the
help 
> file component:
>
> 
>  Source="../Data/MyProg.chm">
>  Name="Help" LongName="Help Contents" />
> 
> 
>
> Receives the same error.
>
> Any other ideas?
> Andrew.
>
> Wilson, Phil wrote:
>   
>> You might be conflicting with other installations of that Dll that
are
>> using the official merge module VC_User_STL71_RTL_X86_---.msm,
>> especially if you made up that component guid.  Are all the files
that
>> have the issue redistributables from Microsoft ? 
>>
>> Phil Wilson 
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>> Ward
>> Sent: Monday, November 12, 2007 12:08 AM
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] Error 2908
>>
>> Hello,
>> I have an installer which works fine on two computers I have tested,
>> 
> but
>   
>> fails on a third computer with the following error for each wix 
>> component element:
>>
>> Action start 19:58:49: InstallFinalize.
>> Action 19:58:49: ProcessComponents. Updating component registration
>> DEBUG: Error 2908:  Could not register component {MY_GUID}.
>> The installer has encountered an unexpected error installing this 
>> package. This may indicate a problem with this package. The error
code
>> 
>
>   
>> is 2908. The arguments are: {MY_GUID}, ,
>> MSI (s) (6C:90) [19:58:52:328]: Product: MyProduct -- The installer
>> 
> has 
>   
>> encountered an unexpected error installing this package. This may 
>> indicate a problem with this package. The error code is 2908. The 
>> arguments are: {MY_GUID}, ,
>>
>> The component elements are simply installing normal native compiled 
>> binaries, such as:
>>
>> 
>> > Source="../msvcp71.dll" Vital="yes" />
>> 
>>
>> I am not sure whether by the term 'register' it means it is trying
COM
>> 
>
>   
>> registration, or some other type of registration.
>> I am using Wix 2.
>>
>> Any help appreciated to solve this problem.
>>
>> Regards,
>> Andrew.
>>
>>
>>
>> 
>

>   
>> -
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a
>> 
> browser.
>   
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>>
>>
>> 
>

> -
>   
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a
>> 
> browser.
>   
>> Download your FREE copy 

Re: [WiX-users] Error 2908

2007-11-12 Thread Andrew Ward
Hi Chad,
Sorry for the confusion, I edited that XML snippet and replaced the real 
guid with MY_GUID, for easier reading. When the errors occur the Guids 
are all real Guids.

I am having trouble finding out what MS actually means by 'register 
component' in this context. If I read it out of context I would have 
thought of COM registration, but I guess the term 'register component' 
when used in MSI circles is a different process. MS help on 
ProcessComponents is not helpful:
http://msdn2.microsoft.com/en-us/library/aa370853.aspx

Andy.

Chad Petersen wrote:
> Aren't you supposed to put an actual GUID in where "MY_GUID" is in your
> code? I mean, isn't "MY_GUID" just a placeholder to remind you to plug
> in a valid GUID?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Ward
> Sent: Monday, November 12, 2007 11:39 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Error 2908
>
> Hi Phil,
> No, not all files the error occurs for are even executables or dlls, it 
> actually occurs for every component in the setup, for example, the help 
> file component:
>
> 
>  Source="../Data/MyProg.chm">
>  Name="Help" LongName="Help Contents" />
> 
> 
>
> Receives the same error.
>
> Any other ideas?
> Andrew.
>
> Wilson, Phil wrote:
>   
>> You might be conflicting with other installations of that Dll that are
>> using the official merge module VC_User_STL71_RTL_X86_---.msm,
>> especially if you made up that component guid.  Are all the files that
>> have the issue redistributables from Microsoft ? 
>>
>> Phil Wilson 
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
>> Ward
>> Sent: Monday, November 12, 2007 12:08 AM
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] Error 2908
>>
>> Hello,
>> I have an installer which works fine on two computers I have tested,
>> 
> but
>   
>> fails on a third computer with the following error for each wix 
>> component element:
>>
>> Action start 19:58:49: InstallFinalize.
>> Action 19:58:49: ProcessComponents. Updating component registration
>> DEBUG: Error 2908:  Could not register component {MY_GUID}.
>> The installer has encountered an unexpected error installing this 
>> package. This may indicate a problem with this package. The error code
>> 
>
>   
>> is 2908. The arguments are: {MY_GUID}, ,
>> MSI (s) (6C:90) [19:58:52:328]: Product: MyProduct -- The installer
>> 
> has 
>   
>> encountered an unexpected error installing this package. This may 
>> indicate a problem with this package. The error code is 2908. The 
>> arguments are: {MY_GUID}, ,
>>
>> The component elements are simply installing normal native compiled 
>> binaries, such as:
>>
>> 
>> > Source="../msvcp71.dll" Vital="yes" />
>> 
>>
>> I am not sure whether by the term 'register' it means it is trying COM
>> 
>
>   
>> registration, or some other type of registration.
>> I am using Wix 2.
>>
>> Any help appreciated to solve this problem.
>>
>> Regards,
>> Andrew.
>>
>>
>>
>> 
> 
>   
>> -
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a
>> 
> browser.
>   
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>>
>>
>> 
> 
> -
>   
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a
>> 
> browser.
>   
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>> 
>
>
> ---

Re: [WiX-users] Error 2908

2007-11-12 Thread Chad Petersen
Aren't you supposed to put an actual GUID in where "MY_GUID" is in your
code? I mean, isn't "MY_GUID" just a placeholder to remind you to plug
in a valid GUID?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Ward
Sent: Monday, November 12, 2007 11:39 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error 2908

Hi Phil,
No, not all files the error occurs for are even executables or dlls, it 
actually occurs for every component in the setup, for example, the help 
file component:







Receives the same error.

Any other ideas?
Andrew.

Wilson, Phil wrote:
> You might be conflicting with other installations of that Dll that are
> using the official merge module VC_User_STL71_RTL_X86_---.msm,
> especially if you made up that component guid.  Are all the files that
> have the issue redistributables from Microsoft ? 
>
> Phil Wilson 
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Ward
> Sent: Monday, November 12, 2007 12:08 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Error 2908
>
> Hello,
> I have an installer which works fine on two computers I have tested,
but
>
> fails on a third computer with the following error for each wix 
> component element:
>
> Action start 19:58:49: InstallFinalize.
> Action 19:58:49: ProcessComponents. Updating component registration
> DEBUG: Error 2908:  Could not register component {MY_GUID}.
> The installer has encountered an unexpected error installing this 
> package. This may indicate a problem with this package. The error code

> is 2908. The arguments are: {MY_GUID}, ,
> MSI (s) (6C:90) [19:58:52:328]: Product: MyProduct -- The installer
has 
> encountered an unexpected error installing this package. This may 
> indicate a problem with this package. The error code is 2908. The 
> arguments are: {MY_GUID}, ,
>
> The component elements are simply installing normal native compiled 
> binaries, such as:
>
> 
>  Source="../msvcp71.dll" Vital="yes" />
> 
>
> I am not sure whether by the term 'register' it means it is trying COM

> registration, or some other type of registration.
> I am using Wix 2.
>
> Any help appreciated to solve this problem.
>
> Regards,
> Andrew.
>
>
>

> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>

-
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-11-12 Thread Andrew Ward
Hi Phil,
No, not all files the error occurs for are even executables or dlls, it 
actually occurs for every component in the setup, for example, the help 
file component:







Receives the same error.

Any other ideas?
Andrew.

Wilson, Phil wrote:
> You might be conflicting with other installations of that Dll that are
> using the official merge module VC_User_STL71_RTL_X86_---.msm,
> especially if you made up that component guid.  Are all the files that
> have the issue redistributables from Microsoft ? 
>
> Phil Wilson 
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Ward
> Sent: Monday, November 12, 2007 12:08 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Error 2908
>
> Hello,
> I have an installer which works fine on two computers I have tested, but
>
> fails on a third computer with the following error for each wix 
> component element:
>
> Action start 19:58:49: InstallFinalize.
> Action 19:58:49: ProcessComponents. Updating component registration
> DEBUG: Error 2908:  Could not register component {MY_GUID}.
> The installer has encountered an unexpected error installing this 
> package. This may indicate a problem with this package. The error code 
> is 2908. The arguments are: {MY_GUID}, ,
> MSI (s) (6C:90) [19:58:52:328]: Product: MyProduct -- The installer has 
> encountered an unexpected error installing this package. This may 
> indicate a problem with this package. The error code is 2908. The 
> arguments are: {MY_GUID}, ,
>
> The component elements are simply installing normal native compiled 
> binaries, such as:
>
> 
>  Source="../msvcp71.dll" Vital="yes" />
> 
>
> I am not sure whether by the term 'register' it means it is trying COM 
> registration, or some other type of registration.
> I am using Wix 2.
>
> Any help appreciated to solve this problem.
>
> Regards,
> Andrew.
>
>
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2908

2007-11-12 Thread Wilson, Phil
You might be conflicting with other installations of that Dll that are
using the official merge module VC_User_STL71_RTL_X86_---.msm,
especially if you made up that component guid.  Are all the files that
have the issue redistributables from Microsoft ? 

Phil Wilson 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Ward
Sent: Monday, November 12, 2007 12:08 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Error 2908

Hello,
I have an installer which works fine on two computers I have tested, but

fails on a third computer with the following error for each wix 
component element:

Action start 19:58:49: InstallFinalize.
Action 19:58:49: ProcessComponents. Updating component registration
DEBUG: Error 2908:  Could not register component {MY_GUID}.
The installer has encountered an unexpected error installing this 
package. This may indicate a problem with this package. The error code 
is 2908. The arguments are: {MY_GUID}, ,
MSI (s) (6C:90) [19:58:52:328]: Product: MyProduct -- The installer has 
encountered an unexpected error installing this package. This may 
indicate a problem with this package. The error code is 2908. The 
arguments are: {MY_GUID}, ,

The component elements are simply installing normal native compiled 
binaries, such as:





I am not sure whether by the term 'register' it means it is trying COM 
registration, or some other type of registration.
I am using Wix 2.

Any help appreciated to solve this problem.

Regards,
Andrew.



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Error 2908

2007-11-12 Thread Andrew Ward
Hello,
I have an installer which works fine on two computers I have tested, but 
fails on a third computer with the following error for each wix 
component element:

Action start 19:58:49: InstallFinalize.
Action 19:58:49: ProcessComponents. Updating component registration
DEBUG: Error 2908:  Could not register component {MY_GUID}.
The installer has encountered an unexpected error installing this 
package. This may indicate a problem with this package. The error code 
is 2908. The arguments are: {MY_GUID}, ,
MSI (s) (6C:90) [19:58:52:328]: Product: MyProduct -- The installer has 
encountered an unexpected error installing this package. This may 
indicate a problem with this package. The error code is 2908. The 
arguments are: {MY_GUID}, ,

The component elements are simply installing normal native compiled 
binaries, such as:





I am not sure whether by the term 'register' it means it is trying COM 
registration, or some other type of registration.
I am using Wix 2.

Any help appreciated to solve this problem.

Regards,
Andrew.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users