Re: [WiX-users] Random Wix Questions

2006-09-16 Thread Rob Mensching
1.  For v2 and v3 look at the namespace on the Wix element.  WiX v1 was never released and the syntax is quite different from v2 and v3.  For example WiX v1 has no Id attributes.   2.  WebDirProperties/@DefaultDocuments   3.  That should work.  Have you found that it doesn't?     F

Re: [WiX-users] Feature List conditional control

2006-09-16 Thread Rob Mensching
You can have Conditions on Features (put a Condition element under a Feature). However, I'm not sure you can have a Feature tree and have controls on the same dialog control the Feature tree dynamically (i.e. without going to a different page and back again). Bob would know more about that kinda'

Re: [WiX-users] Permissions for Groups

2006-09-16 Thread Rob Mensching
Or use the Extended="yes" attribute on the Permission element to use the WiX CustomAction. That is a bit more flexible than the built-in LockPermission table. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Some user Sent: Friday, September 15, 2006 04:4

Re: [WiX-users] Please ensure this is a valid assembly file error

2006-09-16 Thread Rob Mensching
Can you try loading the assembly in Reflector.exe? That really sounds like the assembly can't be loaded to get the version information out of it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BULL, Dave, GBM Sent: Friday, September 15, 2006 07:34 To:

Re: [WiX-users] Registry values ref counts...

2006-09-16 Thread Rob Mensching
The Windows Installer reference counts Components not Resources (like files and registry keys). You need to be very careful how you organize your Resources in the Components (identified by their Guid). You can find a "Component Rules 101" discussion on my blog. -Original Message- From:

[WiX-users] Installing Votive3

2006-09-16 Thread Petrik
Hi All I just read that Votive3-beta has been released so I tried to install it but the installer failed with the message that I first need to install ProjectAggregator2.msi which should be available on the wix homepage. Probably due to me not looking well enough I can't find it (and google do

[WiX-users] Installing Votive3

2006-09-16 Thread P. van der Velde
Hi All I just read that Votive3-beta has been released so I tried to install it but the installer failed with the message that I first need to install ProjectAggregator2.msi which should be available on the wix homepage. Probably due to me not looking well enough I can't find it (and google do

[WiX-users] Borders & PushButtons

2006-09-16 Thread Petrut Andrei
Hi. Do you know how can I make the borders from a pushbutton to dissapear? Thanks. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --

Re: [WiX-users] FW: custom actions

2006-09-16 Thread Saranath Aravamudhan
Actually Rob, there a couple of custom actions that I want to do during re-installs and a couple during (installs and re-installs). So none of these conditions are for un-installs. Here is what I am doing that seems to work, Only during reinstalls - REMOVE<>"ALL" AND Installed Installs and reins

Re: [WiX-users] Feature List conditional control

2006-09-16 Thread david adams
Thanks Rob. I am trying to control the Feature tree based upon the value of a Property set on the previous form. Net-Net: I took the WixMondo UI and inserted a new dialog (called EnvironmentDlg) between the LicenseAgreementDlg and the CustomizeDlg. Based upon the selections in a set of checkb

Re: [WiX-users] FW: custom actions

2006-09-16 Thread Rob Mensching
Right'o. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Saranath Aravamudhan Sent: Saturday, September 16, 2006 08:57 To: [EMAIL PROTECTED]; Chandra Rentachintala; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] FW: custom actions Actually Rob,

Re: [WiX-users] Automatic updating an MSI installation under restricteduser account

2006-09-16 Thread Bob Arnson
Jason Swager wrote: > But that was shot down on the principle that having the admin creds > ANYWHERE on the system in ANY fashion was unacceptable. But a 24/7 localsystem service is? Dilbert was right... -- sig://boB http://bobs.org ---

Re: [WiX-users] light freze

2006-09-16 Thread Bob Arnson
Frank Büttner wrote: > Yes the sample that comes with WiX will build. But my own will fails:( > Can you attach your files in a bug at http://sourceforge.net/tracker/?group_id=105970&atid=642714? We'll need to be able to reproduce the problem to figure out what's going on... -- sig://boB http

Re: [WiX-users] Feature List conditional control

2006-09-16 Thread Bob Arnson
david adams wrote: > In looking at the log, it appears that the only Property that exists is the > one whose CheckBox is selected. > MSI sets the property to the value you specify if it's checked and removes the property value if it's unchecked. So you can use a condition of "NOT CheckBoxProp

Re: [WiX-users] light freze

2006-09-16 Thread Frank Büttner
Bob Arnson schrieb: > Frank Büttner wrote: >> Yes the sample that comes with WiX will build. But my own will fails:( >> > Can you attach your files in a bug at > http://sourceforge.net/tracker/?group_id=105970&atid=642714? We'll need > to be able to reproduce the problem to figure out what's goi

Re: [WiX-users] light freze

2006-09-16 Thread Bob Arnson
Frank Büttner wrote: > I have open an Bug report with the number 1558416. > Sorry, I didn't connect your name with the submitter's id. > Or do you need the binary files? > Yes, in some form. I can build that file fine but I have to remove the assembly and manifest attributes so it's not a re

[WiX-users] Shortcuts that won't go away

2006-09-16 Thread Charlie Poole
Hi All, I have a set of shortcuts in one component that won't go away on uninstall. Here's a snippet from my wxs file... On uninstall, the log says... MSI (s) (B4:C0) [1

Re: [WiX-users] light freze

2006-09-16 Thread Frank Büttner
I have try it but the file is too big for an upload it is 1,43MB but SF only allow 250KB:( smime.p7s Description: S/MIME Cryptographic Signature - Using Tomcat but need to do more? Need to support web services, security? Get

Re: [WiX-users] Shortcuts that won't go away

2006-09-16 Thread Charlie Poole
I thought of something to try right after I sent the note below and it worked. I'd like to know why it worked though. I had another component containing a shortcut to nunit.exe, the same file that has the icon for the shortcuts below. So, it looked like this... I combi