May be I am not getting.. Please guide me .. Given below is my situation..

   - We have completed MSBuild based batch files to complete the number of
   task to build developer assemblies, Build biztalk assemblies, Deploying
   Biztalk assemblies inside the Biztalk server.
   - Now we want to package all these MSBuild based stuff into Wix package
   to acheive the same functionality inside the Wix.
   - I am assuming Inside the Wix I can call the <Cmd..
   BuildDevAssmblies.bat . > something like this so that it will call the batch
   file so that all the MSBuild functionality acheived inside the Wix.
   - When I am trying to call the Custom Action Command prompt inside the
   Wix it is not working..
   -

Am I missing something very obivous.. ??

Is my approach is correct ??

Can I get more guidance to complete my  task.

Thanks in advance.

Cheers
Raj
On Wed, Jun 18, 2008 at 8:34 AM, Chris Mumford <[EMAIL PROTECTED]>
wrote:

> You don't want to call MSBuild *from* WiX. Instead you want to mave MSBuild
> call WiX. Attached is my MSBuild project file that calls candle.exe and
> light.exe to build an MSI file.
>
> You can see that I have the path to the WiX bin folder hard-coded (and my
> machine is x64). So as an improvement you could use the MSBuild Community
> Tasks (http://msbuildtasks.tigris.org/) to read the registry (via
> RegistryRead) to dynamically determine the install location of WiX.
>
> Hope this helps.
>
> -Chris
>
> On Tue, Jun 17, 2008 at 1:08 AM, Krishnan Senthilraj <
> [EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I am new to Wix and MSBuild area. I have one fundamental quention.
> >
> > I completed all the building of my application in MSBuild. Now I am
> writing
> > Wix construction. I was under impressing we can call the MSBuild project
> > inside Wix.
> >
> > I am trying examples for this. But unfortunately I didn't get that. So I
> > would like to confirm with this group that *Is it possible and workable
> > solution to call the MSBuild project inside the Wix?*
> >
> > If answer is yes then please give some links/direction to acheive the
> same.
> >
> > Cheers
> > Senthilraj
> > -------------------------------------------------------------------------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://sourceforge.net/services/buy/index.php
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to