osdir.com
mailing list archive

Subject: Re: Problems building latest v3 of Wix (darice problem) - msg#00103

List: windows.devel.wix.devel

Date: Prev Next Index Thread: Prev Next Index
Kevin Fischer wrote: When you say I need both zips, where do I extract the bin one in relation to the sources one?  I see candle.exe and other EXEs in the root of the bin one.  Should I be dumping those in the bin directory off of the root in the sources one?

No, they're not related structurally. What I do with public drops is created a numbered directory in source control and subdirectories for the files in both .zips. e.g.:

WiX\v3.0.2925.0\bin
WiX\v3.0.2925.0\src

For the files that are missing from the source .zip file, it's easy to copy them from the bin tree.

Is there a blog or doc somewhere that describes this stuff?

Not to speak of. You might want to try checking out of CVS instead of using the source .zips. Personally, I treat the source .zips as reference and build out of a source-control checkout.
-- 
sig://boB
http://joyofsetup.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-devs mailing list
WiX-devs@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/wix-devs
Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

To read data from one channel connected to the Windmill DDE Panel and place it into a cell in the spreadsheet, create the following code.

Using an overhead camera it detects a person entering and leaving a zone. There are several companies offering this service. We will not pass your address to any third parties, nor send you any unsolicited e-mail. Scirus goes deeper than the first two levels of a Web site, thereby revealing much more relevant information. If your instrument is a DTE computer type, you may need a Null Modem adaptor. Overall ranking is the weighted sum of the static and dynamic rank values. This will verify your signal connections. Click to read the latest measurement and control news. It is usually best to start with the intention of tieing any potential handshake lines to fixed voltages so that they do not affect operation. When the PC is connected to a DTE instrument, some of the cable wires must cross over. As well as monitoring people entering or leaving rooms, the system can determine how long a person spends in a particular area. If you would prefer a different look, just edit the _javascript_ code. Once you select the hardware handshake option the state of the CTS input to the computer becomes important. Type name for your channel and make sure Enable for Input is checked. pH indicates the acidity of a solution. The BASIC Stamp is already noted for the ease it has brought to resolving control technology problems. The data in OpenOffice will continually update. ------------------------------------------------------------------------- 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-devs mailing list WiX-devs@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/wix-devs

Next Message by Date: click to view message preview

合.同.项`目

深圳市雅泰实业发展有限公司 您好!本公司是一家常年主要以生产和销售为一体的定额纳税企业;现我司有余额的进项 发・票向外优惠代・开。如有需要欢迎来电洽谈咨询。请保留此信息以备后用。 提供代开项目: 商品销售发.票/国际运输业发.票/建筑安装业发.票/广告业发.票/其它服务业发.票等 各行业票・据。 联系人:谢东-13544228444 ------------------------------------------------------------------------- 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-devs mailing list WiX-devs@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/wix-devs

Previous Message by Thread: click to view message preview

Re: Problems building latest v3 of Wix (darice problem)

When you say I need both zips, where do I extract the bin one in relation to the sources one?  I see candle.exe and other EXEs in the root of the bin one.  Should I be dumping those in the bin directory off of the root in the sources one?   Is there a blog or doc somewhere that describes this stuff?   Thanks, Kevin Date: Thu, 21 Jun 2007 17:08:47 -0700From: bob@xxxxxxxxxxxxxxTo: kevinfischer872@xxxxxxxxxxxCC: tim.mellor@xxxxxxxxxxxxx; wix-devs@xxxxxxxxxxxxxxxxxxxxxSubject: Re: [WiX-devs] Problems building latest v3 of Wix (darice problem) Kevin Fischer wrote: Doing that got my farther.In general, we try to not have duplicates between the binaries and sources .zip files, especially for big files. So you need both zips to get a buildable tree. I see that it got built, but when I tried to reference it from my MSI (which is built in VS2005 with Votive) I get the error:    candle.exe(0,0): Error CNDL0144: The extension 'D:\WixV3\Release\debug\WixUtilExtension.dll' could not be loaded.If you're using the candle.exe from WiX.msi, .NET won't load your built extension assembly because candle.exe is signed and your assembly isn't. That's a security feature of .NET. You need to use the candle.exe that you're building so it's an unsigned candle.exe loading an unsigned extension assembly. Use fuslogvw.exe to verify the assembly load failure.-- sig://boB http://joyofsetup.com/Hotmail to go? Get your Hotmail, news, sports and much more! Check out the New MSN Mobile ------------------------------------------------------------------------- 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-devs mailing list WiX-devs@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/wix-devs

Next Message by Thread: click to view message preview

[ wix-Bugs-1739868 ] Pyro does not find .AllowRemoval property

Bugs item #1739868, was opened at 2007-06-19 10:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1739868&group_id=105970 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Heath Stewart (heaths) Assigned to: Nobody/Anonymous (nobody) Summary: Pyro does not find .AllowRemoval property Initial Comment: msi.dll!Patch.BuildPairedTransform has a bug when trying to find the AllowRemoval property in the MsiPatchMetadata table. Even though it's defined in the MsiPatchMetadata table, it is not found and instead a property is always added to the patch transform where AllowRemoval is 0. Note this is for pyro, but there is no category currently for this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1739868&group_id=105970 ------------------------------------------------------------------------- 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/
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by