Re: [WiX-users] pre-defined variables?

2008-01-29 Thread Julie Campbell
tation: http://msdn2.microsoft.com/en-us/library/aa370905.aspx http://msdn2.microsoft.com/en-us/library/aa372057.aspx And a place I've been collecting information: http://wix.mindcapers.com/wiki/WiX_Properties Julie Campbell [EMAIL PROTECTED] > -- > Message: 2 &g

Re: [WiX-users] LGHT0095 error with FeatureRef

2008-01-13 Thread Julie Campbell
s.com/wiki/Localization, might be worth a look. Julie Campbell [EMAIL PROTECTED] > -Original Message- > From: Kevin Richardson [mailto:[EMAIL PROTECTED] > Sent: Monday, January 14, 2008 12:12 AM > To: [EMAIL PROTECTED] > Cc: wix-users@lists.sourceforge.net > Subject: Re: [Wi

Re: [WiX-users] LGHT0095 error with FeatureRef

2008-01-13 Thread Julie Campbell
; Absent="disallow" /> > > > > > > > Perhaps this is a v2/v3 nuance? Julie Campbell [EMAIL PROTECTED] > -Original Message---

[WiX-users] Determining bootstrapper temporary directory name?

2008-01-08 Thread Julie Campbell
emp directory is the TEMP or TMP env variable path + ???. It seems to be VSD.tmp. Without parsing the entire temp directory and taking the VSD.tmp directory with the newest timestamp, is there a way to determine this programmatically? Julie Campb

Re: [WiX-users] Invoking a batch file using wix

2007-12-26 Thread Julie Campbell
See this example, .zip file with sources: http://wix.mindcapers.com/wiki/CANotepadTest_Example Replace notepad.exe with you batch file. Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 3 Date: Sun, 23 Dec 2007 21:00:14 -0800 (PST) From: jenefer <[EMAIL PROTECTED]> S

[WiX-users] Wiki at wix.mindcapers.com

2007-12-12 Thread Julie Campbell
is not intended to replace this mailing list of the official Source Forge site in any way, shape or form. Consider this an official invitation :) Julie Campbell [EMAIL PROTECTED] _ Scanned by IBM Email Security Mana

Re: [WiX-users] Custom Action after XmlConfig

2007-12-11 Thread Julie Campbell
product" .msi that only runs the custom action. There is an example of that on my wiki too, http://wix.mindcapers.com/wiki/CANotepadTest_Example . It runs notepad.exe, but you should be able to tweak it to run your action with little effort. Julie Campbell [EMAIL PROTECTED] ___

Re: [WiX-users] WiX-users Digest, Vol 19, Issue 33

2007-12-11 Thread Julie Campbell
, at 4002. Try searching for "return value 3" in your log file and backtrack from there. Julie Campbell [EMAIL PROTECTED] -Original Message- -- Message: 8 Date: Tue, 11 Dec 2007 15:08:11 +0100 From: Chris <[EMAIL PROTECTED]> Subject: Re: [WiX-user

Re: [WiX-users] Custom Action after XmlConfig

2007-12-11 Thread Julie Campbell
... 1 Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 5 Date: Tue, 11 Dec 2007 09:36:50 +0100 From: "INRO\(Robert Inzinger\)" <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Custom Action after XmlConfig To: Message-ID: <[EMAIL PROTE

Re: [WiX-users] How to Change TARGETDIR

2007-12-05 Thread Julie Campbell
You custom action isn't running because the inner text of this element determines whether or not to run it. You have no inner text. If you always want to run it, use: 1 Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 1 Date: Wed, 5 Dec 2007 01:09:46 -0800 (PST)

Re: [WiX-users] show progress text for custom action

2007-12-05 Thread Julie Campbell
of a property to be passed to a custom action, schedule a Type 51 custom action (set property value) right before it: 1 1 Windows Installer custom action types at MSDN: http://msdn2.microsoft.com/en-us/library/aa372048.aspx Julie Campbell [EMAIL PROTECTED] -Original

Re: [WiX-users] how to use quiet custom action

2007-12-05 Thread Julie Campbell
I'm running an older WiX v3 build, but I see this in my wix.chm file: . The command line needs to be set to a property, not in the Value attribute. Julie Campbell [EMAIL PROTECTED] -- Message: 5 Date: Wed, 05 Dec 2007 11:06:26 +1300 From: Adam Langley &l

Re: [WiX-users] Show dialog during uninstall..

2007-12-03 Thread Julie Campbell
Look for "REMOVE" in both of the logs. Notice that it is only in the uninstall. You can use this as a condition for the element for your dialog that only appears upon uninstall. Looking at the log files is a good way to figure out what properties are available. Julie Campb

Re: [WiX-users] FW: Error LIT0103: The system cannot find thefile 'License.rtf' with type ''.

2007-11-28 Thread Julie Campbell
The file you specify must be in a directory light is looking in for files. Use the -b switch to add directories. --- Here is the switch I use personally: -dWixUILicenseRtf="lang\en-us\License.rtf" Julie Campbell [EMAIL PROTECTED] -- Message: 3 Date: Tue,

Re: [WiX-users] XMLFile and XMLConfig

2007-11-28 Thread Julie Campbell
Fadi, This information has been put onto my wix wiki as a working example. Here is the link: http://wix.mindcapers.com/wiki/XmlConfig_Example Julie Campbell [EMAIL PROTECTED] -- Message: 4 Date: Wed, 28 Nov 2007 11:19:52 +0200 From: "Fadi Haik" <[EM

Re: [WiX-users] Problem with localization of product name

2007-11-21 Thread Julie Campbell
For anyone interested, I just converted the last e-mail I sent to a page on wix.mindcapers.com for future reference (and better readability): http://wix.mindcapers.com/wiki/Localization Julie Campbell [EMAIL PROTECTED

Re: [WiX-users] Problem with localization of product name

2007-11-21 Thread Julie Campbell
"Packages\en\prod_v1.0.msi" As I mentioned, many steps, but worth the refactoring if you need to localize to several languages Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 2 Date: Wed, 21 Nov 2007 20:42:11 +0800 From: Abhradeep Thakurta <[EMAIL PROTECTED]>

Re: [WiX-users] Calling embedded binaries with WIX Custom Actions

2007-11-20 Thread Julie Campbell
not when repairing. The second will not run when removing the entire package. Hope this helps! Julie Campbell [EMAIL PROTECTED] -- Message: 6 Date: Mon, 19 Nov 2007 13:09:30 -0800 From: "Jose Sanchez Saldana (Excell Data Corporation)" <[EMAIL PR

Re: [WiX-users] re gistering a dll in global assembly cache

2007-11-20 Thread Julie Campbell
You're working way too hard at this, there is an attribute on the element that takes care of this for you. Here is an example: Julie Campbell [EMAIL PROTECTED] -- Message: 7 Date: Mon, 19 Nov 2007 22:57:12 -0800 (PST) From: chandan Koushik <[EMAIL PROTECTED]> Subject: [Wi

Re: [WiX-users] The Wix Book (Peter Wone)

2007-11-20 Thread Julie Campbell
ith a real live publisher about this, but the financial reward for writing a WiX book wasn't much more than I just got paid at my fulltime job for composing this e-mail. ;) Julie Campbell [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [E

Re: [WiX-users] Executing embedded MSI's

2007-08-23 Thread Julie Campbell
Sorry for the confusion John, thanks for the correction Bob. I renamed the wiki page title to correct. Julie Campbell [EMAIL PROTECTED] -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 11:28 AM To: Julie Campbell Cc: wix-users

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread Julie Campbell
John, Why the double slashes at the beginning of your element names? Just one slash... Julie Campbell [EMAIL PROTECTED] -- Message: 3 Date: Wed, 22 Aug 2007 08:33:10 -0700 From: "John Hancock (HSG)" <[EMAIL PROTECTED]> Subject: [WiX-users] Xm

Re: [WiX-users] Executing embedded MSI's

2007-08-22 Thread Julie Campbell
that wiki. When I get time, I plan to clean it up, but for now, the wiki is just semi-organized wix-users tidbits. I was thinking of trying this in the next couple days myself. Julie Campbell [EMAIL PROTECTED] -- Message: 9 Date: Tue, 21 Aug 2007 22:41:30 -0700 From:

Re: [WiX-users] Variables used in WiX files.

2007-08-20 Thread Julie Campbell
For WiX v3, the syntax is: Still regular (), not curly braces. Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 1 Date: Mon, 20 Aug 2007 13:25:00 -0700 From: "Dix, John" <[EMAIL PROTEC

[WiX-users] util:XmlConfig Problem, Possible WixUtilExtension Bug?

2007-08-10 Thread Julie Campbell
ownloading:

Re: [WiX-users] Simple Question: Passing parameter to a propertyID

2007-08-03 Thread Julie Campbell
ents, etc.), and any lowercase character in the property name makes it private. Personally, I always do all uppercase unless I have a good reason not to. This seems to be a common cause of newbie grief. Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 5 Date: Fri, 3 Aug 2007

Re: [WiX-users] How to write a text file using WIX

2007-07-12 Thread Julie Campbell
I did something similar by writing a custom action. I was planning to clean it up and post it on my website as a simple example. I haven't had time, but that is the way to go about it. Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 4 Date: Wed, 11 Jul 2007 19:59:34

Re: [WiX-users] WiX-users] ConfigurableDirectory being ignored

2007-06-21 Thread Julie Campbell
Woops, my bad, sorry! Julie Campbell [EMAIL PROTECTED] -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 10:24 PM To: Julie Campbell Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX-users] ConfigurableDirectory being ignored

Re: [WiX-users] WiX-users] ConfigurableDirectory being ignored

2007-06-20 Thread Julie Campbell
ample from my current project, it sets the property CAKE_WRITE_TSB_INI to a combination of 3 other properties: ... TSBDIR That may or may not fix the original problem, but it should fix some problem. Julie Campbell [EMAIL PROTECTED] - Message: 3 Dat

Re: [WiX-users] Resources, Satellite Assemblies, Registration, Forcing Order

2007-06-18 Thread Julie Campbell
Thank you so much Rene! These two lines solved my problem: [assembly: AssemblyCulture("en-US")] [assembly: NeutralResourcesLanguageAttribute("en-US", UltimateResourceFallbackLocation.MainAssembly)] Thanks again! Julie Campbell [EMAIL PROTECTED] -Original Message-

[WiX-users] Resources, Satellite Assemblies, Registration, Forcing Order

2007-06-18 Thread Julie Campbell
gac'd and regasm'd with the /tlb flag. I can get the end user application to behave correctly by doing all the regasm and gac work by hand after the main install, but obviously I can't deploy that. Julie Campbell [EMAIL PROTECTED] _

Re: [WiX-users] WiX-users Digest, Vol 13, Issue 78

2007-06-13 Thread Julie Campbell
Thank Neil, it looks like this element could have solved a problem I was dealing with a couple weeks ago and finally started looking for other ways to resolve. Good to know! Julie Campbell [EMAIL PROTECTED] -- Message: 3 Date: Tue, 12 Jun 2007 22:29:11 +0100 From

Re: [WiX-users] If , Assembly added but file not installed?

2007-06-13 Thread Julie Campbell
Thanks for the answer Bob! Julie Campbell [EMAIL PROTECTED] -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 10:41 PM To: Julie Campbell Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] If , Assembly added but file not installed

[WiX-users] If , Assembly added but file not installed?

2007-06-12 Thread Julie Campbell
Using WiX v3.0.2813, If I set the Assembly attribute on a File element to '.net', like this: The assembly gets gac'd, but the actual file does not get installed. Is this the expected behavior? Julie Campbell [

Re: [WiX-users] Error in Installing to GAC

2007-06-08 Thread Julie Campbell
ram Files\Keithley Instruments\KETSP\bin" c: cd ""\Program Files\Keithley Instruments\KETSP\bin" regasm KeithleyTSPLib.dll /tlb gacutil /i KeithleyTSPLib.dll Help? I am not a GAC expert by any means. In fact, I

Re: [WiX-users] upgradable merge modules

2007-05-31 Thread Julie Campbell
I've got some preliminary notes/sample code/links about how to actually create a bootstrapper here that could be of help: http://mindcapers.com/wiki/Bootstrapper It's under construction, so a bit of a mess, sorry. Julie Campbell [EMAIL

Re: [WiX-users] Source directory resolution in fragments

2007-05-25 Thread Julie Campbell
David, If the file lived in SourceDir (which is set to TARGETDIR), you would want to use not in your fragment. Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 1 Date: Fri, 25 May 2007 11:56:54 -0700 (PDT) From: Didactylos <[EMAIL PROTECTED]> Subject: [WiX

[WiX-users] Merge Module Quagmire

2007-05-23 Thread Julie Campbell
x27;s version is provided by the file 'cvirte.dll1.0A12B0D3_94AF_489F_AA01_DDC6E268E50A'. The corresponding .wxs source: Any help appreciated! Julie Campbell [EMAIL PROTECTED] _

Re: [WiX-users] Problem using Action attribute on Custom

2007-05-16 Thread Julie Campbell
om action within the InstallExecuteSequence, like so: Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 2 Date: Tue, 15 May 2007 18:06:08 -0600 From: Kevin Fischer <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Problem using Action attribute on Custom element To: "

Re: [WiX-users] Help with feature condition...

2007-05-15 Thread Julie Campbell
Are you really setting that property to the text value of "0" or "1", or are you setting it to an integer? You might want to try: AuthBASE = 0 Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 2 Date: Tue, 15 May 2007 14:08:50 -0400 From: "Lewis Hen

Re: [WiX-users] Error on uninstall? - FIXED

2007-05-14 Thread Julie Campbell
Better? (Works anyway) Z AND NOT REMOVE~="ALL" Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 4 Date: Sat, 12 May 2007 10:11:40 -0700 From: Rob Mensching <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Error on uninstall? - FIXED To: Aaron Feng <[EMAIL

Re: [WiX-users] Error on uninstall? - FIXED

2007-05-11 Thread Julie Campbell
issue some brainwaves. Julie Campbell [EMAIL PROTECTED] -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 2:48 AM To: Julie Campbell Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error on uninstall? Julie Campbell wrote: > Here

Re: [WiX-users] Error on uninstall?

2007-05-11 Thread Julie Campbell
the source GUIDs now. (Rene, thanks for your effort too!) Julie Campbell [EMAIL PROTECTED] -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 2:48 AM To: Julie Campbell Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error on uninstall

Re: [WiX-users] Error on uninstall?

2007-05-10 Thread Julie Campbell
tarted property. Its current value is '1'. Action ended 14:02:55: InstallFinalize. Return value 3. Action ended 14:02:55: INSTALL. Return value 3. Property(S): IVIDIRPROP = C:\Program Files\IVI\ --- Julie Campbell [EMAIL PROTECTED] -Original Message- From: Bob Arnson [mailto:[EMAIL

[WiX-users] Error on uninstall?

2007-05-02 Thread Julie Campbell
en-us/library/aa372835.aspx, numbers in log): 1302: Please insert the disk: [2] 1725: Removal failed. 1709: Product: [2] -- [3] Any guidance on where to start looking? Julie Campbell [EMAIL PROT

Re: [WiX-users] Custom Action works under WinXP-SP2, fails under Win2K?

2007-04-25 Thread Julie Campbell
here: http://www.mindcapers.com/wiki/Custom_Actions when I am done to help someone else later! Julie Campbell [EMAIL PROTECTED] -Original Message- From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 5:49 PM To: 'Julie Campbell'; wix-users@lists.sourceforge.net Sub

Re: [WiX-users] Custom Action works under WinXP-SP2, fails under Win2K?

2007-04-24 Thread Julie Campbell
e, as that directory should exist long before it tries to execute my custom action. Julie Campbell [EMAIL PROTECTED] -Original Message- From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 4:17 PM To: 'Julie Campbell'; wix-users@lists.sourceforge.net Su

Re: [WiX-users] Custom Action works under WinXP-SP2, fails under Win2K?

2007-04-24 Thread Julie Campbell
fprintf writes to the file pointed to by cchIniName. Julie Campbell [EMAIL PROTECTED] -Original Message- From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 4:05 PM To: 'Julie Campbell'; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Custom Ac

[WiX-users] Custom Action works under WinXP-SP2, fails under Win2K?

2007-04-24 Thread Julie Campbell
at #4501, right after CreateShortcuts as expected. The fopen_s error that I get under Win2K indicates the folder doesn't exist (2). I used message boxes to pause the custom action and checked, and despite being past that point in the log file and sequence, the directory indeed was non-

[WiX-users] Beginner's Tutorial, Books, Versions...

2007-04-23 Thread Julie Campbell
nd offering to assist with the help files, but never received a response. I have no idea whether that was due to my lack of "karma" or a bit-bucket e-mail address. Anyway, enough babbling from me. What would you like to see? I seem to be set of creating or improving *something

Re: [WiX-users] Sequence of Install?

2007-04-19 Thread Julie Campbell
"After" attribute to specify when you want your action to be executed, i.e.: NOT Installed http://msdn2.microsoft.com/en-us/library/aa369500.aspx http://msdn2.microsoft.com/en-us/library/aa372038.aspx Julie Campbell [EMAIL PROTECTED] -Origin

Re: [WiX-users] Where to install samples

2007-04-19 Thread Julie Campbell
You could just create a component under that directory that only contains the RemoveFile element, i.e., Julie Campbell [EMAIL PROTECTED] Message: 1 Date: Thu, 19 Apr 2007 09:50:37 -0700 From: "Quinton Tormanen" <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Where to install samp

Re: [WiX-users] Error in German?

2007-04-16 Thread Julie Campbell
Kevin, just ideas I haven't tried but could be a workaround(s) for you: Reset the PRODUCTLANGUAGE property yourself (hokey, but perhaps useful in the short term). Look at where in the install sequence the other thing is setting it, that might give you a clue as well. Julie Campbell [

Re: [WiX-users] Feature Ordering?

2007-04-16 Thread Julie Campbell
Thanks Rennie and Bob! That took less time to implement and test than it would have to explain to the marketing guys why they were in the wrong order. ;) Julie Campbell [EMAIL PROTECTED] -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, April 15, 2007 6:18 PM

[WiX-users] Feature Ordering?

2007-04-15 Thread Julie Campbell
E37xx If not, can anyone tell me what the ordering is based on so I can manipulate whatever accordingly? Julie Campbell [EMAIL PROTECTED] _ Scanned by IBM Email Security Management Services powered by MessageLabs. For

Re: [WiX-users] Create MSBuild boostrap event to install Office

2007-04-10 Thread Julie Campbell
.microsoft.com/en-us/library/ms164294.aspx I feel your pain. I'm going to have to setup another Perforce depot and do a lot of explaining for these packages unless perhaps someone else can shed some light on the matter. Julie Campbell [EMAIL PROTECTED] -Original Message- From: Ch

Re: [WiX-users] ICE38 error

2007-04-10 Thread Julie Campbell
I got the same error doing the same thing until I added the element as shown below: Hope this helps! Julie Campbell [EMAIL PROTECTED] -- Message: 6 Date: Tue, 10 Apr 2007 01:17:46 -0400 From: "Pa

Re: [WiX-users] Create MSBuild boostrap event to install Office

2007-04-09 Thread Julie Campbell
My apologies, my finger was faster on the "Send" button than my eyes were at noticing I forgot to change the subject line. Julie -Original Message----- From: Julie Campbell [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 4:07 PM To: 'wix-users@lists.sourceforge.net&#x

Re: [WiX-users] WiX-users Digest, Vol 11, Issue 46

2007-04-09 Thread Julie Campbell
er source file something like this, however you got there: http://schemas.microsoft.com/developer/msbuild/2003";> To build from the command line: Msbuild /val mybootstrapper.xml Hope this helps! Julie Campbell [EMAIL PROTECTED] (440) 498-

Re: [WiX-users] Localizing WixUI in 3.0 - error LGHT0100 :The localization identifier xxx has been duplicated in

2007-04-05 Thread Julie Campbell
My apologies if this has already been answered, but I did skim all the digests since the one this was in looking for an answer. With the caveat that I setup the localization to the default (en-us), this works for me (simplified here): light -cultures:en-us -loc "lang\en-us\prod_en-us.wxl" -ext

Re: [WiX-users] Wix Coding Standards

2007-03-14 Thread Julie Campbell
(Continued, sorry, hit the send key accidently) Julie [EMAIL PROTECTED] _ Scanned by IBM Email Security Management Services powered by MessageLabs. For more information

Re: [WiX-users] Wix Coding Standards

2007-03-14 Thread Julie Campbell
Personally, I ... * Use 4-space indenting on any child * If the attributes get to unwieldly to have on a single line, I put each one on a separate line, indented 8-spaces from the tag start. * I match the indentation of the close tag with the open tag. A snippet: Julie [EMAIL PROTECTED] > Me

Re: [WiX-users] Shortcuts and Properties

2007-03-08 Thread Julie Campbell
11 PM To: Julie Campbell; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Shortcuts and Properties Did you define a Directory with @Id ProgramMenuFolder? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julie Campbell Sent: Thursday, March 08, 2007 1

[WiX-users] Shortcuts and Properties

2007-03-08 Thread Julie Campbell
I am trying to add shortcuts to my WiX Installer (WiX V3.0.2420.0). These shortcuts are both in a fragment .wxs file. The file candle's and lit's with no errors or warnings. This works: This does not: The error I get is: C:\PlatformESP\TSB\WiX\Frag_KTSB.wxs(19) : error LGHT0094