Re: [WiX-users] Custom Action- change property value from vbs file

2008-08-21 Thread Maxim Vyazovsky
Hy David, Try to run msiexec with log option and see - does your custom action execute? -- Thanks, Max On Thu, Aug 21, 2008 at 15:21, Yuval David <[EMAIL PROTECTED]> wrote: > Hi, > > Im using wix 2.0 and Im trying to change the value of a property within > a vbs file during a custom action. > >

[WiX-users] Inherit permissions on a folder in WiX 3

2007-12-18 Thread Maxim Vyazovsky
Hi all, does wix3 support permissions inheritting or it's only the feature of wix 2 (Extend="yes")? If anybody know how to inherit permission in wix 3, please share the solution. i searched in maillists but found nothing about wix3. -- Thanks, Max --

Re: [WiX-users] Inherit permissions on a folder in WiX 3

2007-12-18 Thread Maxim Vyazovsky
Hi all, does wix3 support permissions inheritting or it's only the feature of wix 2 (Extend="yes")? If anybody know how to inherit permission in wix 3, please share the solution. i searched in maillists but found nothing about wix3. -- Thanks, Max --

Re: [WiX-users] Inherit permissions on a folder in WiX 3

2007-12-19 Thread Maxim Vyazovsky
any updates? ; ) On Dec 18, 2007 2:09 PM, Maxim Vyazovsky <[EMAIL PROTECTED]> wrote: > Hi all, > does wix3 support permissions inheritting or it's only the feature of wix > 2 (Extend="yes")? > If anybody know how to inherit permission in wix 3, please shar

Re: [WiX-users] Inherit permissions on a folder in WiX 3

2007-12-19 Thread Maxim Vyazovsky
thank you Franz, but I comapared these elements, and found only next differences: ServiceChangeConfig ServiceEnumerateDependents ServiceInterrogate ServicePauseContinue ServiceQueryConfig ServiceQueryStatus ServiceStart ServiceStop ServiceUserDefinedControl but it's nothing about inheritting.

[WiX-users] exclude feature from typical install

2008-02-27 Thread Maxim Vyazovsky
Hi All, I can't understand - how to declare feature that it does not included in the typical installation Now i have 4 features, and all these features are included in typical install, but i want some features to be excluded from typical install. -- Thanks, Max

Re: [WiX-users] exclude feature from typical install

2008-02-27 Thread Maxim Vyazovsky
thank you Rob! On Wed, Feb 27, 2008 at 2:45 PM, Rob Hamflett <[EMAIL PROTECTED]> wrote: > You need to set the level of those features to something below (or above? > check the docs) of the > level used for a Typical install. > > Rob > > Maxim Vyazovsky wrote: > &g

[WiX-users] WiX and Support Information in "Add or Remove Programs" panel

2008-06-18 Thread Maxim Vyazovsky
Hi all, If I set version number like this: after installation process in support information I see version without leading zeroes - *7.5.6.1* Can somebody explain how to leave leading zeroes? -- Thanks, Max - Check out th

Re: [WiX-users] WiX and Support Information in "Add or Remove Programs" panel

2008-06-18 Thread Maxim Vyazovsky
t; > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky > Sent: Wednesday, June 18, 2008 8:31 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] WiX and Support Information in "Add or Remove > Programs

Re: [WiX-users] WiX and Support Information in "Add or Remove Programs" panel

2008-06-18 Thread Maxim Vyazovsky
. > > Neil > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky > Sent: Wednesday, June 18, 2008 9:13 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] WiX and Support

Re: [WiX-users] WiX and Support Information in "Add or Remove Programs" panel

2008-06-18 Thread Maxim Vyazovsky
ersion, the > installer ignores the fourth field." > > > Because MSDN does not say anything about stars in the version string, the > question really is - why dark.exe puts them in the Version attribute? > > > Alex > > > > > > -Original Message- &

Re: [WiX-users] WiX and Support Information in "Add or Remove Programs" panel

2008-06-18 Thread Maxim Vyazovsky
wow!11 I edited version with Orca before, but the result was not good, I tried now again and it works! Probably in the previous time I ran the wrong MSI. Thank you Alex! On Wed, Jun 18, 2008 at 9:04 PM, Alexander Shevchuk < [EMAIL PROTECTED]> wrote: > I see what you mean. I just did a quic