Re: [WiX-users] disabling the features aapeared in the selection tree based on their installation condition.

2007-10-31 Thread shambhu kumar

is there any other way of doing this other than selection tree and check
boxes?


Bob Arnson-6 wrote:
> 
> shambhu kumar wrote:
>> now i want to disable the showing of fetures in selection tree used in
>> custom setup if this feature is not supported in tis particular mode(i.e
>> its
>> installation condition is false).
>>   
> 
> The selection tree control doesn't support that -- features can only be 
> hidden, not disabled, in the control.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/disabling-the-features-aapeared-in-the-selection-tree-based-on-their-installation-condition.-tf4718617.html#a13510941
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] disabling the features aapeared in the selection tree based on their installation condition.

2007-10-30 Thread shambhu kumar

hi
in my product the installation takes place in many modes.
there z a set of features in this product.
each mode support some mandatory features and some optional fearture.
there are some feartures which are not supported in some mode decided by
their installation condition.
i used absent="disallow" to specify mandatory and optional feature.

now i want to disable the showing of fetures in selection tree used in
custom setup if this feature is not supported in tis particular mode(i.e its
installation condition is false).

can u suggest me the way to do this. 
thanx 

-- 
View this message in context: 
http://www.nabble.com/disabling-the-features-aapeared-in-the-selection-tree-based-on-their-installation-condition.-tf4718617.html#a13489176
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] error in selection tree(urgent plz help)

2007-10-22 Thread shambhu kumar

hi
this z the code for the dialog Custom setup.
when i m running the msi all the features r getting listed but when i do
right click on features a message "UIText is missing" instead of strings i
defined in UITxt table.
the Dialog is defined as

  

   
   

 
   
   
 
  
  
  


  


  


  


  


  
  


  

And UITexts are defined as

  
  
  
  

-- 
View this message in context: 
http://www.nabble.com/error-in-selection-tree%28urgent-plz-help%29-tf4671293.html#a13344790
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to set tabindex of groupbox or groupbutton in wix

2007-10-15 Thread shambhu kumar


-- 
View this message in context: 
http://www.nabble.com/how-to-set-tabindex-of-groupbox-or-groupbutton-in-wix-tf4627859.html#a13213822
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] msi error 2867 (its urgent plz help)

2007-10-09 Thread shambhu kumar

hi
these lines r the part of logfile created during installation. log file z
uploaded to this link:
http://www.nabble.com/file/p13115225/log.txt log.txt 
MSI (c) (40:F0) [18:23:49:137]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 2205 
DEBUG: Error 2205:  Database: . Table does not exist: ComboBox
MSI (c) (40:F0) [18:23:49:137]: Note: 1: 2205 2:  3: Error 
MSI (c) (40:F0) [18:23:49:137]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 2867 
DEBUG: Error 2867:  The error dialog property is not set
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2867. The
arguments are: , , 
MSI (c) (40:F0) [18:23:49:137]: Font created.  Charset: Req=0, Ret=0, Font:
Req=MS Shell Dlg, Ret=MS Shell Dlg

The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2205. The
arguments are: , ComboBox, 
MSI (c) (40:F0) [18:23:51:168]: Note: 1: 2205 2:  3: Error 
MSI (c) (40:F0) [18:23:51:168]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1709 
MSI (c) (40:F0) [18:23:51:168]: Product: Product name -- The installer has
encountered an unexpected error installing this package. This may indicate a
problem with this package. The error code is 2205. The arguments are: ,
ComboBox, 

Action ended 18:23:51: InstallWelcome. Return value 3.
Action ended 18:23:51: INSTALL. Return value 3.

-- 
View this message in context: 
http://www.nabble.com/msi-error-2867-%28its-urgent-plz-help%29-tf4594115.html#a13115225
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] can we merge an msi same as we merge msm to create new msi ?

2007-09-16 Thread shambhu kumar

plz reply asap.
-- 
View this message in context: 
http://www.nabble.com/can-we-merge-an-msi-same-as-we-merge-msm-to-create-new-msi---%3Ceom%3E-tf4464158.html#a12729012
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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


[WiX-users] how to create language transform in wix? Is it possible to do this in wix?

2007-08-16 Thread shambhu kumar


-- 
View this message in context: 
http://www.nabble.com/how-to-create-language-transform-in-wix--Is-it-possible-to-do-this-in-wix--tf4277987.html#a12176664
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to change msi working for 32 bit os to work for 64 bit os

2007-07-26 Thread shambhu kumar

hi
i m having msi of my product which is working on all 32 bit windows versions 
now iwant to create msi which will wirk for bith 32 and 64bit os  or will
work for 64 bit os. i have no idea what r the changes i m suppose to make in
my msi.  
-- 
View this message in context: 
http://www.nabble.com/how-to-change-msi-working-for-32-bit-os-to-work-for-64-bit-os-tf4151023.html#a11808606
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] i need help on this. i posted it earlier also.i m unable to resolve this error

2007-07-17 Thread shambhu kumar

Microsoft (R) Windows Installer Xml Linker version 2.0.5325.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

light.exe : error LGHT0001 : Index was outside the bounds of the array.

Exception Type: System.IndexOutOfRangeException

Stack Trace:
   at Microsoft.Tools.WindowsInstallerXml.Linker.Link(Intermediate[]
intermediates)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)

-- 
View this message in context: 
http://www.nabble.com/i-need-help-on-this.-i-posted-it-earlier-also.i-m-unable-to-resolve-this-error-tf4097667.html#a11651977
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] light.exe : error LGHT0001 : Index was outside the bounds of the array.

2007-07-17 Thread shambhu kumar

Microsoft (R) Windows Installer Xml Linker version 2.0.5325.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

light.exe : error LGHT0001 : Index was outside the bounds of the array.

Exception Type: System.IndexOutOfRangeException

Stack Trace:
   at Microsoft.Tools.WindowsInstallerXml.Linker.Link(Intermediate[]
intermediates)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)


-- 
View this message in context: 
http://www.nabble.com/light.exe-%3A-error-LGHT0001-%3A-Index-was-outside-the-bounds-of-the-array.-tf4096009.html#a11646758
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] error LGHT0001 : index was outside the bounds of array.Exception type : sytem.indexoutofrangeexecption

2007-07-02 Thread shambhu kumar

hi
i m unable to resolve this error.i have no clude to this.help me plz.
-- 
View this message in context: 
http://www.nabble.com/error-LGHT0001-%3A-index-was-outside-the-bounds-of-array.Exception-type-%3A-sytem.indexoutofrangeexecption-tf4012743.html#a11395525
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] error LGHT0001 : index was outside the bounds of array.

2007-07-02 Thread shambhu kumar


-- 
View this message in context: 
http://www.nabble.com/error-LGHT0001-%3A-index-was-outside-the-bounds-of-array.-tf4012728.html#a11395493
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] link time error: index was outside the bounds of the array

2007-06-27 Thread shambhu kumar

hi
i compiled the attached wxs file and got attached wixobj file.
but when i tried to link attached wixobj  file i got the above error and i m
not able to resolve it. http://www.nabble.com/file/p11324638/project4.wixobj
project4.wixobj  http://www.nabble.com/file/p11324638/project4.wxs
project4.wxs 
-- 
View this message in context: 
http://www.nabble.com/link-time-error%3A-index-was-outside-the-bounds-of-the-array-tf3988425.html#a11324638
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] schema problem while compiling the decompiled msi

2007-06-27 Thread shambhu kumar

hi
i tried to compile the wxs file generated after the the decompilation of msi
generated by using Install shield.
but errors related to schema occured.
   i have no idea how to resolve this error. plz tell me
the sollution or tell me wether it is possible to do that i tried.
-- 
View this message in context: 
http://www.nabble.com/schema-problem-while-compiling-the-decompiled-msi-tf3987356.html#a11321619
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to fix the errors occured at the time of linking using light.exe

2007-06-25 Thread shambhu kumar


-- 
View this message in context: 
http://www.nabble.com/how-to-fix-the-errors-occured-at-the-time-of-linking-using-light.exe-%3Ceom%3E-tf3976775.html#a11288189
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to fix the errors recieved at the time of linking using light.exe

2007-06-25 Thread shambhu kumar


   
-
 Did you know? You can CHAT without downloading messenger.  Click here-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users