This is an automatically generated Delivery Status Notification.

THIS IS A WARNING MESSAGE ONLY.

YOU DO NOT NEED TO RESEND YOUR MESSAGE.

Delivery to the following recipients has been delayed.

       [EMAIL PROTECTED]



Reporting-MTA: dns;smtp.velocitynet.com.au
Received-From-MTA: dns;quantum
Arrival-Date: Fri, 1 Jun 2007 12:00:03 +1000

Final-Recipient: rfc822;peter@ifoley.id.au
Action: delayed
Status: 4.4.7
Will-Retry-Until: Sun, 3 Jun 2007 12:00:03 +1000
X-Display-Name: Peter Foley
--- Begin Message ---
Send WiX-users mailing list submissions to
        wix-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/wix-users
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of WiX-users digest..."


Today's Topics:

   1. Error while trying to build with Crystal Reports XIr2 -   Any
      ideas ? (DexterSinister)
   2. Re: Error while trying to build with Crystal Reports      XIr2
      -Any ideas ? (Mike Dimmick)
   3. Re: Error while trying to build with Crystal Reports      XIr2
      -Any ideas ? (Aaron Shurts)
   4. Re: How to install files, run an action, then delete the
      files?? ([EMAIL PROTECTED])


----------------------------------------------------------------------

Message: 1
Date: Thu, 31 May 2007 13:58:39 -0700 (PDT)
From: DexterSinister <[EMAIL PROTECTED]>
Subject: [WiX-users] Error while trying to build with Crystal Reports
        XIr2 -  Any ideas ?
To: wix-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii


I'm building an updated version of an installation package [only the Crystal
Reports merge modules
have changed at this point ...] and I'm getting the following error:

light.exe : error LGHT0001 : Error HRESULT E_FAIL has been returned from a
call to a COM component.

Exception Type: System.Runtime.InteropServices.COMException

Stack Trace:
   at Microsoft.Tools.WindowsInstallerXml.IMsmMerge2.Merge(String feature,
String directory)
   at Microsoft.Tools.WindowsInstallerXml.Binder.MergeModules(String
databasePath, Output output)
   at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)


Any thoughts on how to figure this out & fix it ... ?

Thanks in advance,

-dmm
-- 
View this message in context: 
http://www.nabble.com/Error-while-trying-to-build-with-Crystal-Reports-XIr2---Any-ideas---tf3848848.html#a10901909
Sent from the wix-users mailing list archive at Nabble.com.




------------------------------

Message: 2
Date: Thu, 31 May 2007 22:19:56 +0100
From: "Mike Dimmick" <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] Error while trying to build with Crystal
        Reports XIr2 -Any ideas ?
To: "'DexterSinister'" <[EMAIL PROTECTED]>,
        <wix-users@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"

The documentation for ImsmMerge2::Merge wasn't exactly helpful
(http://msdn2.microsoft.com/en-us/library/aa369275.aspx):

Return Value
The Merge function returns the following values. 
E_FAIL The merge failed catastrophically. This indicates an operational
error, and is not the normal error return for a failed merge.

Check that the path to the MSI and the path to the MSM are fairly short?
What does smoke say about the MSM? Can you open it with Orca?

If you have an on-access virus scanner, try disabling it temporarily or
asking it not to scan on writing the file?

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of DexterSinister
Sent: 31 May 2007 21:59
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Error while trying to build with Crystal Reports XIr2
-Any ideas ?


I'm building an updated version of an installation package [only the Crystal
Reports merge modules
have changed at this point ...] and I'm getting the following error:

light.exe : error LGHT0001 : Error HRESULT E_FAIL has been returned from a
call to a COM component.

Exception Type: System.Runtime.InteropServices.COMException

Stack Trace:
   at Microsoft.Tools.WindowsInstallerXml.IMsmMerge2.Merge(String feature,
String directory)
   at Microsoft.Tools.WindowsInstallerXml.Binder.MergeModules(String
databasePath, Output output)
   at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)


Any thoughts on how to figure this out & fix it ... ?

Thanks in advance,

-dmm
-- 
View this message in context:
http://www.nabble.com/Error-while-trying-to-build-with-Crystal-Reports-XIr2-
--Any-ideas---tf3848848.html#a10901909
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------

Message: 3
Date: Thu, 31 May 2007 14:29:48 -0700
From: "Aaron Shurts" <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] Error while trying to build with Crystal
        Reports XIr2 -Any ideas ?
To: "Mike Dimmick" <[EMAIL PROTECTED]>
Cc: DexterSinister <[EMAIL PROTECTED]>,
        wix-users@lists.sourceforge.net
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

OT, but I love that word...catastrophically.  When functions in my
code fail, I generally don't relate them to cataclysmic events.  :-)

Can you post some snippets of the module so we can have a look, namely
how the components are organized?

Regards,
//aj

On 5/31/07, Mike Dimmick <[EMAIL PROTECTED]> wrote:
> The documentation for ImsmMerge2::Merge wasn't exactly helpful
> (http://msdn2.microsoft.com/en-us/library/aa369275.aspx):
>
> Return Value
> The Merge function returns the following values.
> E_FAIL The merge failed catastrophically. This indicates an operational
> error, and is not the normal error return for a failed merge.
>
> Check that the path to the MSI and the path to the MSM are fairly short?
> What does smoke say about the MSM? Can you open it with Orca?
>
> If you have an on-access virus scanner, try disabling it temporarily or
> asking it not to scan on writing the file?
>
> --
> Mike Dimmick
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of DexterSinister
> Sent: 31 May 2007 21:59
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Error while trying to build with Crystal Reports XIr2
> -Any ideas ?
>
>
> I'm building an updated version of an installation package [only the Crystal
> Reports merge modules
> have changed at this point ...] and I'm getting the following error:
>
> light.exe : error LGHT0001 : Error HRESULT E_FAIL has been returned from a
> call to a COM component.
>
> Exception Type: System.Runtime.InteropServices.COMException
>
> Stack Trace:
>    at Microsoft.Tools.WindowsInstallerXml.IMsmMerge2.Merge(String feature,
> String directory)
>    at Microsoft.Tools.WindowsInstallerXml.Binder.MergeModules(String
> databasePath, Output output)
>    at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output)
>    at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)
>
>
> Any thoughts on how to figure this out & fix it ... ?
>
> Thanks in advance,
>
> -dmm
> --
> View this message in context:
> http://www.nabble.com/Error-while-trying-to-build-with-Crystal-Reports-XIr2-
> --Any-ideas---tf3848848.html#a10901909
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



------------------------------

Message: 4
Date: Thu, 31 May 2007 17:47:50 -0400
From: [EMAIL PROTECTED]
Subject: Re: [WiX-users] How to install files, run an action, then
        delete the files??
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: wix-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="utf-8"


Hi Rob,



No offence taken - I'm just following orders from my boss, and I don't really 
understand these technologies to such a level where I can make a call on what 
is good practice or truly insance.

I do appreciate you taking the time to answer my questions, though :)



Cheers,



-Mike






-----Original Message-----
From: Rob Mensching <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]>
CC: wix-users@lists.sourceforge.net <wix-users@lists.sourceforge.net>
Sent: Thu, 31 May 2007 10.40pm
Subject: RE: [WiX-users] How to install files, run an action, then delete the 
files??




Okay, I?ve been doing setup for about a ?decade now and this one pretty much 
takes the cake.? You just made me smile.

?

Essentially what is going on here is that you?re using a build technology as an 
installation technology.? That isn?t completely insane because both 
technologies kinda? look like workflow.? However, it?s kinda? like using a 
hammer on a screw.

?

Now, taking a build system and shoving it into an installation system with the 
intent of having the build system do an installation (a hot fix none the less) 
and simply using the installation system as the invocation method puts you 
squarely in the world of insane.? Actually, I?d say really, truly crazy.

?

I say this with a big grin, so please don?t take it the wrong way.

?

?

My suggestion is don?t do what you?re doing.? It doesn?t make any sense and it 
won?t work well.? Either use MSI or use your 
?build-system-as-a-installation-system? but don?t try to mix them like this.? 
Of course, going the other way, using a build system to create an MSI is 
totally expected.? <grin/>

?

?


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 31, 2007 12:12 PM
To: [EMAIL PROTECTED]
Cc: Rob Mensching; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to install files, run an action, then delete the 
files??


?


Yes - the product is a hotfix MSI.



?



All the hard work of moving files, copyin files, etc is done by Nant - we just 
want to use WiX as the main GUI.? 



?



My C# is pretty solid.? Do you have any examples or URLs that show what you are 
suggesting?



?



Cheers,



?



-Mike


-----Original Message-----
From: Aaron Shurts 
To: [EMAIL PROTECTED] 
CC: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Sent: Thu, 31 May 2007 7.01pm
Subject: Re: [WiX-users] How to install files, run an action, then delete the 
files??



Can you tell us exactly what you want this product to do? Is it?
actually leaving anything behind or is it only being used to run?
actions? How is your C#? You could write a wrapper instead of using?
a batch script that essentially accomplishes the same thing if you?
want a nice interface.?
?
Regards,?
//aj?
?
On 5/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:?
> My boss doesn't want to use a batch file as he wants it all to be done?
> through an 'MSI' file to look slicker - so I suppose I have to ask - is?
> there really no way to delete temporary files in WIX??
>?
> Is there not a way you can create a file (in much the same way you would?
> create a regular file inside a directory) but mark it as 'temporary' so it?
> is then deleted when the MSI is run? That would be cool. Obviously my case?
> is exceptional but I can see people wanting to drop temp fiels and then?
> remove them.?
>?
> Thoughts??
>?
> Cheers guys - I really appreciate your promprt replies.?
>?
> -Mike?
>?
>?
> -----Original Message-----?
> From: Aaron Shurts?
> To: Rob Mensching?
> CC: [EMAIL PROTECTED] ; [EMAIL PROTECTED]
> Sent: Thu, 31 May 2007 6.32pm?
> Subject: Re: [WiX-users] How to install files, run an action, then delete?
> the files???
>?
>?
> You definitely don't want to use an MSI for that. A simple batch file?
> should get the job done.?
>?
> Regards,?
> //aj?
>?
> On 5/31/07, Rob Mensching <[EMAIL PROTECTED]> wrote:?
> >?
> >?
> >?
> >?
> > [please keep wix-users on the thread so people know the answer]?
> >?
> >?
> >?
> > That isn't an install. It is *almost* an install and an uninstall with a?
> > bunch of work tossed in the middle. What it really sounds like you have?
> is?
> > a batch file:?
> >?
> >?
> >?
> > xcopy /chezy \\source\location C:\target\location\?
> >?
> > pushd C:\target\location?
> >?
> > nant?
> >?
> > popd?
> >?
> > rd /s/q C:\target\location?
> >?
> >?
> >?
> >?
> >?
> >?
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, May 31, 2007 10:23 AM?
> > To: Rob Mensching?
> > Subject: Re: [WiX-users] How to install files, run an action, then delete?
> > the files???
> >?
> >?
> >?
> >?
> > Hi Rob,?
> >?
> >?
> >?
> >?
> >?
> > Yes that's right.?
> >?
> >?
> >?
> >?
> >?
> > I know it sounds weird. Basically my boss wants me to drop Nant onto the?
> > system and teh custom action executes Nant which takes care of a lot of?
> > stuff, and then at the end he wants Nant and its associated files to be?
> > deleted.?
> >?
> >?
> >?
> >?
> >?
> > Is this possible??
> >?
> >?
> >?
> >?
> >?
> > Thanks for your reply,?
> >?
> >?
> >?
> >?
> >?
> > -Mike?
> >?
> >?
> > -----Original Message-----?
> > From: Rob Mensching?
> > To: mikebartlett ; [EMAIL PROTECTED]
> > Sent: Thu, 31 May 2007 6.18pm?
> > Subject: RE: [WiX-users] How to install files, run an action, then delete?
> > the files???
> > Uhh, I must be misunderstanding something. Do you really want to install?
> > something, run a CustomAction then delete everything you installed??
> >?
> > -----Original Message-----?
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]
> > On Behalf Of mikebartlett?
> > Sent: Thursday, May 31, 2007 9:52 AM?
> > To: [EMAIL PROTECTED]
> > Subject: [WiX-users] How to install files, run an action, then delete the?
> > files???
> >?
> >?
> > Hi Guys,?
> >?
> > I am dropping Nant and a series of related files onto the target machine?
> and?
> > then executing Nant using a custom action (all works fine). My problem is?
> > that I need to clean all the files off afterwards. Is there a clean way?
> to?
> > do this without me having to resort to a custom action that executed a?
> > program which deletes all the files??
> >?
> > I tried but alas this is not legal.?
> >?
> > Please help.?
> >?
> > -Mike Bartlett?
> > --?
> > View this message in context:?
> >?
> http://www.nabble.com/How-to-install-files%2C-run-an-action%2C-then-delete-the-files---tf3847657.html#a10897723?
> > Sent from the wix-users mailing list archive at Nabble.com.?
> >?
> >?
> >?
> -------------------------------------------------------------------------?
> > This SF.net email is sponsored by DB2 Express?
> > Download DB2 Express C - the FREE version of DB2 express and take?
> > control of your XML. No limits. Just data. Click to get it now.?
> > http://sourceforge.net/powerbar/db2/?
> > _______________________________________________?
> > WiX-users mailing list?
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/wix-users?
> >?
> >?
> > ________________________________?
> >?
> >?
> > Get a FREE AOL Email account with 2GB of storage. Plus, share and store?
> > photos and experience exclusively recorded live music Sessions from your?
> > favourite artists. Click Here for more information.?
> >?
> -------------------------------------------------------------------------?
> > This SF.net email is sponsored by DB2 Express?
> > Download DB2 Express C - the FREE version of DB2 express and take?
> > control of your XML. No limits. Just data. Click to get it now.?
> > http://sourceforge.net/powerbar/db2/?
> > _______________________________________________?
> > WiX-users mailing list?
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/wix-users?
> >?
> >?
>?
> ________________________________?
> Get a FREE AOL Email account with 2GB of storage. Plus, share and store?
> photos and experience exclusively recorded live music Sessions from your?
> favourite artists. Click Here for more information.?
>?





Get a FREE AOL Email account with 2GB of storage. Plus, share and store photos 
and experience exclusively recorded live music Sessions from your favourite 
artists. Click Here for more information.




________________________________________________________________________
Get a FREE AOL Email account with 2GB of storage.  Plus, share and store photos 
and experience exclusively recorded live music Sessions from your favourite 
artists. Find out more at http://info.aol.co.uk/joinnow/?ncid=548.
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


End of WiX-users Digest, Vol 12, Issue 240
******************************************


--- End Message ---
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to