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.

 The property value doesn't change. Can some one please tell me why?



 Session.Property(INSTALLERROR) = NO ERROR

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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:
  Product Name=XXX 7.5.6.001' Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
Language='1033' Codepage='1252' Version='*7.5.6.001*' Manufacturer='XXX,
Inc.'
UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'

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 the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2008-06-18 Thread Maxim Vyazovsky
hm,
http://i.piccy.kiev.ua/i2/45/c7/aea71120584104c1c6b99d3ba93e.jpeg
what about this?
On Wed, Jun 18, 2008 at 7:01 PM, Neil Enns [EMAIL PROTECTED] wrote:

 You can't, assembly version numbers are stored as numbers by the OS, so
 leading zeros are stripped.

 Neil

 -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 panel

 Hi all,

 If I set version number like this:
  Product Name=XXX 7.5.6.001 http://7.5.6.1/'
 Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
Language='1033' Codepage='1252' Version='*7.5.6.001 http://7.5.6.1/*'
 Manufacturer='XXX,
 Inc.'
UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'

 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 the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
Thanks,
Max
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2008-06-18 Thread Maxim Vyazovsky
question of the century :)
the same situation with Orca, it has version 3.1.3790., and all zeroes
are shown in the support info.
i decompiled Orca with dark.exe and can see that:
Product Id={85F4CBCB-9BBC-4B50-A7D8-E1106771498D} Language=1033
Manufacturer=Microsoft Corporation Name=Orca
UpgradeCode={1AA03E10-2B19-11D2-B2EA-006097C99860} Version=*3.1.3790.
*

so, if somebody knows the solution, please share it ;)



On Wed, Jun 18, 2008 at 7:22 PM, Neil Enns [EMAIL PROTECTED] wrote:

 No idea how they did that. The second one isn't even a valid Windows file
 version number. It must be a text string that comes from somewhere else,
 although the Windows Installer property reference doesn't list any
 properties for the version number.

 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 Information in Add or Remove
 Programs panel

 hm,
 http://i.piccy.kiev.ua/i2/45/c7/aea71120584104c1c6b99d3ba93e.jpeg
 what about this?
 On Wed, Jun 18, 2008 at 7:01 PM, Neil Enns [EMAIL PROTECTED]
 wrote:

  You can't, assembly version numbers are stored as numbers by the OS, so
  leading zeros are stripped.
 
  Neil
 
  -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 panel
 
  Hi all,
 
  If I set version number like this:
   Product Name=XXX 7.5.6.001 http://7.5.6.1/ http://7.5.6.1/'
  Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
 Language='1033' Codepage='1252' Version='*7.5.6.001 http://7.5.6.1/
 http://7.5.6.1/*'
   Manufacturer='XXX,
  Inc.'
 UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'
 
  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 the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
  -
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 



 --
 Thanks,
 Max
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
Thanks,
Max
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2008-06-18 Thread Maxim Vyazovsky
Thank you Alex,
dark doesn't insert asterisks in the version.
it's incorrect formatting, i wanted simply highlight version with bold in my
email client, but here
http://www.nabble.com/WiX-and-Support-Information-in-%22Add-or-Remove-Programs%22-panel-td17985802.htmli
see version between stars.

so do not pay attention on these asterisks.
On Wed, Jun 18, 2008 at 8:11 PM, Alexander Shevchuk 
[EMAIL PROTECTED] wrote:

 Well, according to *the source*:

 - Version data type (
 http://msdn.microsoft.com/en-us/library/aa372488(VS.85).aspx):

 The Version data type is a text string containing a valid version string.
 A version string has the format:
 x.x.x.x
 where x is a digit.


 - ProductVersion property (
 http://msdn.microsoft.com/en-us/library/aa370859(VS.85).aspx):

 The value of the ProductVersion property is the version of the product in
 string format.
 The format of the string is as follows:
 major.minor.build
 Note that Windows Installer uses only the first three fields of the product
 version. If you include a fourth field in your product version, 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-
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
  Sent: Wednesday, June 18, 2008 9:29 AM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] WiX and Support Information in Add or Remove
 Programs panel

 question of the century :)
 the same situation with Orca, it has version 3.1.3790., and all zeroes
 are shown in the support info.
 i decompiled Orca with dark.exe and can see that:
 Product Id={85F4CBCB-9BBC-4B50-A7D8-E1106771498D} Language=1033
 Manufacturer=Microsoft Corporation Name=Orca
 UpgradeCode={1AA03E10-2B19-11D2-B2EA-006097C99860}
 Version=*3.1.3790.
 *

 so, if somebody knows the solution, please share it ;)



 On Wed, Jun 18, 2008 at 7:22 PM, Neil Enns [EMAIL PROTECTED]
 wrote:

  No idea how they did that. The second one isn't even a valid Windows file
  version number. It must be a text string that comes from somewhere else,
  although the Windows Installer property reference doesn't list any
  properties for the version number.
 
  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 Information in Add or Remove
  Programs panel
 
  hm,
  http://i.piccy.kiev.ua/i2/45/c7/aea71120584104c1c6b99d3ba93e.jpeg
  what about this?
  On Wed, Jun 18, 2008 at 7:01 PM, Neil Enns [EMAIL PROTECTED]
  wrote:
 
   You can't, assembly version numbers are stored as numbers by the OS, so
   leading zeros are stripped.
  
   Neil
  
   -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 panel
  
   Hi all,
  
   If I set version number like this:
Product Name=XXX 7.5.6.001 http://7.5.6.1/ http://7.5.6.1/ 
 http://7.5.6.1/'
Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
  Language='1033' Codepage='1252' Version='*7.5.6.001http://7.5.6.1/
 http://7.5.6.1/
  http://7.5.6.1/*'
Manufacturer='XXX,
   Inc.'
  UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'
  
   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 the new SourceForge.net Marketplace.
   It's the best place to buy or sell services for
   just about anything Open Source.
   http://sourceforge.net/services/buy/index.php
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
  
  
  
 -
   Check out the new SourceForge.net Marketplace.
   It's the best place to buy or sell services for
   just about anything Open Source.
   http://sourceforge.net/services/buy/index.php
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
  
 
 
 
  --
  Thanks,
  Max
  -
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php

[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
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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:
  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
 
 
  
 
 
 -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2008.
  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 
  
 
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users


 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
Thanks,
Max
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 share the
 solution.
 i searched in maillists but found nothing about wix3.
 --
 Thanks,
 Max




-- 
Thanks,
Max
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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.
or this element by default inherit permissions?

and one more question - what equal attribute in Permission or PermissionEx
elements for Modify permission ?

-- 
Thanks,
Max
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users