I am compiling the WiX.wixproj(VS 2008) form the following location on my dev 
box:- 

G:\WiX3\wix3.0.5419.0-sources\src\Setup. 

 

What is the folder structure that I have to setup to get it compiled correctly?

 

Right now I am getting several of these errors:-

 

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(39,0): error LGHT0103: The 
system cannot find the file 'candle.exe'.

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(42,0): error LGHT0103: The 
system cannot find the file 'candle.exe.config'.

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(45,0): error LGHT0103: The 
system cannot find the file 'darice.cub'.

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(48,0): error LGHT0103: The 
system cannot find the file 'dark.exe'.

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(51,0): error LGHT0103: The 
system cannot find the file 'dark.exe.config'.

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(54,0): error LGHT0103: The 
system cannot find the file 'heat.exe'.

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(57,0): error LGHT0103: The 
system cannot find the file 'heat.exe.config'.

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(60,0): error LGHT0103: The 
system cannot find the file 'light.exe'.

G:\WiX3\wix3.0.5419.0-sources\src\Setup\Toolset.wxs(63,0): error LGHT0103: The 
system cannot find the file 'light.exe.config'.

 

Also, what is this line in WX.wixproj

 

<Import Project="..\..\WixBuild.Common.targets" />

 

I had to comment this line to bypass the following error:

 

G:\WiX3\wix3.0.5419.0-sources\src\Setup\WiX.wixproj(0,0): error MSB4057: The 
target "ReBuild" does not exist in the project.

 

Is there a way to print the values for the '$' varaibles 

 

for eg: $(ROOT), $(WIX_ROOT). Looks like these values are not getting set 
correctly on my dev box. 

Where do I set these values?

 

Thanks,

Ravi

 


 
> Date: Sat, 18 Jul 2009 08:23:57 -0400
> From: b...@joyofsetup.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Need a Good Working Sample
> 
> Ravi Patt wrote:
> > I took WiX3.msi and decompiled it using dark.exe. 
> 
> Don't decompile it; use the source code from src\setup\*.wxs.
> 
> > Where can I get the Custom Actions and their source?
> > 
> 
> src\ext\VSExtension\wixlib
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge 
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize 
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_________________________________________________________________
Windows Liveā„¢ HotmailĀ®: Celebrate the moment with your favorite sports pics. 
Check it out.
http://www.windowslive.com/Online/Hotmail/Campaign/QuickAdd?ocid=TXT_TAGLM_WL_QA_HM_sports_photos_072009&cat=sports
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to