Re: [WiX-users] wix com registration: out of proc server

2007-05-03 Thread Mike Dimmick
Best practice is to avoid self-registration - Windows Installer cannot repair what it does not know about. WiX does not provide any tools to extract registration information from EXEs, only DLLs. This is due to a limitation on the technique used. Some people have reported success with RegCap.exe,

Re: [WiX-users] WiX 3.0 Localization

2007-05-03 Thread Bob Arnson
[EMAIL PROTECTED] wrote: I had originally copied the WixMondoUI fileset from wix 2.0 and modified it to create my custom UI. What effect does that have on your answer? You can still use the copy embedded in WixUIExtension and add your own overrides and new loc strings. But yes, the Cultur

Re: [WiX-users] Where is Tallow for WiX 3?

2007-05-03 Thread Peterson, Joel
heat.exe is your new, better friend. Joel Peterson Quality Engineer [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of S C Sent: Thursday, May 03, 2007 1:42 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Where is Tallow for W

Re: [WiX-users] Vista error?

2007-05-03 Thread Wilson, Phil
A log would tell you the details, but my guess is that you have a custom action failure somewhere. After InstallFinalize perhaps. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Sent: Thursday, May 03, 2007 2:07 PM To: wix-users@lists

[WiX-users] Vista error?

2007-05-03 Thread Chuck
I have created a WIX installer that works perfectly on XP and it also works, almost perfectly, on Vista. The problem I'm having is that after the installation has completed Vista puts up a message box that says "ProductName installer has stopped working". The software has been installed properl

[WiX-users] WiX v3 setupbld.exe question

2007-05-03 Thread Alec Siu
Hi All, We're using setupbld.exe to chain two MSIs together (the first one say A.msi spec'ed with -mu, the second B.msi with -mus). This works fine, except we're testing the scenario where the user might try and run the setup.exe more than once. B.msi has some code to detect and prevent re-ins

[WiX-users] Where is Tallow for WiX 3?

2007-05-03 Thread S C
I downloaded/installed Wix 3.0.2813 and don't see tallow, as far as I can tell I need it to put together a large Web Application Project distribution. Thanks. _ Exercise your brain! Try Flexicon. http://games.msn.com/en/flexicon/d

[WiX-users] Restart website that msi does not install?

2007-05-03 Thread Matthew Janulewicz
We have a bunch of already existing websites that we do not re-install every time, we just update content. Some of our websites have to be stopped and started again after certain content is updated or added. Is there a way to do this with Wix without re-installing the entire website in IIS? If

Re: [WiX-users] How revoke a security group on a file

2007-05-03 Thread Tony Hoyle
Rob Mensching wrote: > Not today. That's a pretty strange thing to do. To go modify some > other file to "remove" some attribute off of it. Usually, people > just build up ACLs on the files they own to make sure the right stuff > is there. Also with inheritance 'removing' might have no effect a

Re: [WiX-users] How revoke a security group on a file

2007-05-03 Thread Rob Mensching
Not today. That's a pretty strange thing to do. To go modify some other file to "remove" some attribute off of it. Usually, people just build up ACLs on the files they own to make sure the right stuff is there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

Re: [WiX-users] How revoke a security group on a file

2007-05-03 Thread NUNZIANTE GAITO (SA/ERI)
Hi, is it possible to remove an object from the security list of a file? please, I'm waiting for your response. Thank you, Nunzio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of NUNZIANTE GAITO (SA/ERI) Sent: Wednesday, May 02, 2007 9:28 AM To: wix-users@lists

Re: [WiX-users] WiX 3.0 Localization

2007-05-03 Thread Chris.Rowland
I had originally copied the WixMondoUI fileset from wix 2.0 and modified it to create my custom UI. What effect does that have on your answer? From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 11:25 PM To: Rowland, Chris Cc: WiX-users@l

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Chris.Rowland
In WiX 2.0 you would use Text="$(loc.ButtonNext)" to reference the string you defined in your localization file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pseudonymic Wannabe Sent: Thursday, May 03, 2007 5:38 AM To: wix-users@lists.sourceforge.net Su

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Rennie Petersen
Don't really understand your first question, sorry. > Don't quite see in your tutorial how you specify which loc.wxs file to use either. Thanks for pointing that out - I'm trying to improve my tutorial. (I may even format and upload the last page someday :-) The localization file is specified a

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Simon Dahlbacka
No that won't work.. See e.g. http://wix.cvs.sourceforge.net/wix/wix2.0/src/ui/wixui/ErrorDlg.wxs?revision=1.3&view=markupfor an example... On 5/3/07, Pseudonymic Wannabe <[EMAIL PROTECTED]> wrote: I didn't quite get your tutorial since it messes around with user-selection and using $loc quite

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Pseudonymic Wannabe
I didn't quite get your tutorial since it messes around with user-selection and using $loc quite heavily. I thought if you create a WixLocalization file and have say Neste inn it and you loaded that file then a button with Text="[ButtonNext]" would have "Neste" as the appropriate text? Don't q

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Rennie Petersen
I first tried using WiXEdit, but could never get it to work. (Maybe I gave up too quickly.) If you look at my tutorial you can see how to do it with SharpDevelop, and using the WiX sample UI as starting point, but then modifying the UI to be what you want. With everything localized. Rennie > --

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Simon Dahlbacka
As long as you have defined all strings in your ui using localization variables (like WixUI) then it shouldn't matter, AFAIK On 5/3/07, Pseudonymic Wannabe <[EMAIL PROTECTED]> wrote: I also forgot to add, I'm NOT using WixUI I built a new UI based on the example from WixEdit, I doubt localizati

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Pseudonymic Wannabe
I also forgot to add, I'm NOT using WixUI I built a new UI based on the example from WixEdit, I doubt localization has anything to do with using WixUI or not though does it? _ Download Messenger. Join the i’m Initiative. Help make

Re: [WiX-users] wix3: automatically pick setup language

2007-05-03 Thread Rennie Petersen
Igor, I appreciate the time you're taking to try to explain this to me. > Just to be sure that we are talking about the same thing: you > want to put all languages in a single msi file. Right? No, my understanding is that this is impossible. > 1. You localized all your code. Yes. > 2. You b

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Pseudonymic Wannabe
>Are you using WiX 2.0 or WiX 3.0? I'm using Wix 2.0 >Anyway, one MSI can only contain one language. To support 3 languages you >need to create 3 MSIs. > You can then convert 2 of them to MSTs to reduce >the final size of your deployment package. (Or maybe 1 MSI and 3 MSTs - >I'm not even sure

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Rennie Petersen
Are you using WiX 2.0 or WiX 3.0? Anyway, one MSI can only contain one language. To support 3 languages you need to create 3 MSIs. You can then convert 2 of them to MSTs to reduce the final size of your deployment package. (Or maybe 1 MSI and 3 MSTs - I'm not even sure of that.) You then use an

[WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Pseudonymic Wannabe
To build a localization I build an XML with the root being now from looking at some examples will Id="ProgressTextPublishComponents"> for example replace the ProgressText Id called PublishComponents ? Second, how do I make my WIX actually USE this localization (making it trumph default tags in

[WiX-users] Comprehensive list of chiropractors in the usa

2007-05-03 Thread Burris laurent
This week's special: -- - New Database : American Chiropractor's Offices - -- Fields: Chiropractor/Clinic Name, Postal Address, Phone, Fax, Email and Website Date Created: Apr 5, 2007 Format: MS Exc