Re: [WiX-users] warning LGHT1076: ICE47

2009-08-11 Thread Vuchuru, Surekha (SBT US EXT)
what could be suggested. > -Original Message- > From: Vuchuru, Surekha (SBT US EXT) > [mailto:surekha.vuchuru@siemens.com] > Sent: Tuesday, August 11, 2009 4:57 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] warning LGHT

Re: [WiX-users] warning LGHT1076: ICE47

2009-08-11 Thread Vuchuru, Surekha (SBT US EXT)
.nabble.com/How-to-make-use-of-the-output-.wxs-file-of-heat.exe -in-WiX3.0--td3398915.html#a3404981 -Original Message- From: Vuchuru, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent: 11 August 2009 16:57 To: General discussion for Windows Installer XML toolset. Subject: Re

Re: [WiX-users] warning LGHT1076: ICE47

2009-08-11 Thread Vuchuru, Surekha (SBT US EXT)
Any suggestions please? Thanks and Regards, Surekha Vuchuru -Original Message- From: Vuchuru, Surekha (SBT US EXT) Sent: Friday, August 07, 2009 2:45 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] warning LGHT1076: ICE47 Hello All, I am getting a

[WiX-users] warning LGHT1076: ICE47

2009-08-07 Thread Vuchuru, Surekha (SBT US EXT)
Hello All, I am getting a lot of Wix compilation warmings. This is one of them. warning LGHT1076: ICE47: Feature 'NetworkGatewayFeature' has 878 components. This could cause problems on Win9X systems. You should try to have fewer than 817 components per feature. Please let me know how I can g

[WiX-users] Building a project using Wix 3.0.5217 fails

2009-07-27 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, I have installed Wix 3.0.5217 version and trying to build our project. I get a candle error candle.exe : error CNDL0144: The extension "C:\Program Files\Windows Installer XML v3\bin\WixUtilExtension.dll" could not be loaded. I can see that dll in the specified directory...It u

[WiX-users] Wix warning LGHT1076 : ICE48

2009-07-20 Thread Vuchuru, Surekha (SBT US EXT)
Hello All, I have a property warning LGHT1076: ICE48: Directory 'ALLUSERSPROFILE' appears to be hardcoded in the property table to a local drive. -- Enter the BlackBerry Developer Challenge This is your chance to w

[WiX-users] Wix warning LGHT1076 : ICE48

2009-07-20 Thread Vuchuru, Surekha (SBT US EXT)
Hello All, Please ignore my previous email...Here is my problem. I am getting a Wix compiler warning while trying to assign a property and use it in Directory element. Here is the error : warning LGHT1076: ICE48: Directory 'ALLUSERSPROFILE' appears to be hardcoded in the p

[WiX-users] How can we get the Launching user's credentials (USername and Password)

2009-06-04 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, I need to change DCOM settings of a service to make it start automatically with the Launching User credentials(username and password). How can I get those details from Wix code. Is there any property like [%ComputerName] to get those details. Thanks and Regards, Surekha Vuchuru

Re: [WiX-users] Passing InstallDir to exe via a custom action

2009-05-21 Thread Vuchuru, Surekha (SBT US EXT)
Hi Jeremie, Try single quotes outside of double quotes while passing the InstallDir parameter. This has worked for me Example: Thanks and Regards, Surekha Vuchuru -Original Message- From: Jeremie Galarneau [mailto:jeremie.galarn...@polymtl.ca] Sent: Thursday, May 21, 2009 3:51 PM To

[WiX-users] Sql Express 2005 SP2 prerequisite fails to install with error "endpoint format is invalid"

2009-05-19 Thread Vuchuru, Surekha (SBT US EXT)
Hello All, I have created a small setup project that installs SQL Express 2005 SP2 as one of the prerequisites. After creating this setup project, I tried to install all these prerequisites as part of the setup program on a test machine. While Sql Express 2005 SP2 is being installed, I got "the e

[WiX-users] DEBUG: Error 2753: The File 'DropDatabases.cmd' is not marked for installation.

2009-05-06 Thread Vuchuru, Surekha (SBT US EXT)
Hello All, I am trying to do a silent installation of our product and it gives and error saying that a particular cmd file is not marked for installation. Can anyone explain me what this means and what can be done to avoid this error...Normal installation of the same msi works fine though. Than

Re: [WiX-users] Installation directory more than 200 characters long generates an Installation error

2009-04-29 Thread Vuchuru, Surekha (SBT US EXT)
I know :( But, the system testers have logged a bug for that and it is one of the test cases. Thank you for the link... -Original Message- From: Karl Denning [mailto:karldenn...@yahoo.co.uk] Sent: Wednesday, April 29, 2009 11:26 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-u

[WiX-users] Installation directory more than 200 characters long generates an Installation error

2009-04-29 Thread Vuchuru, Surekha (SBT US EXT)
Hello EveryOne, I am trying to install our product in an installation directory that is around 200 characters long. This generates an error during installation process. Error: The cabinet file 'XXX.cab' requires for this installation is corrupt and cannot be used. Can someone tell me if ther

Re: [WiX-users] Execute a batch file that takes InstallationDirectoryas current directory instead of C:\Windows\System32

2009-04-22 Thread Vuchuru, Surekha (SBT US EXT)
ne is required for NTx. This nifty solution was originally found at alt.msdos.batch.nt. Credit: Comment at : http://blogs.msdn.com/oldnewthing/archive/2005/01/28/362565.aspx -Original Message- From: Vuchuru, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent: Wednesday,

[WiX-users] Execute a batch file that takes Installation Directory as current directory instead of C:\Windows\System32

2009-04-22 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, I have a batch file that gets executed during installation process... Content of that batch file is something like this mage.exe -cc This command is supposed to execute mage.exe (that exe is also present in the same directory where that batch file is present). But, that comman

Re: [WiX-users] Quiet Execution of built-in Custom Actions

2009-04-09 Thread Vuchuru, Surekha (SBT US EXT)
k, Glasgow G20 0SP Email Disclaimer -Original Message- From: Vuchuru, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent: 08 April 2009 16:09 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Quiet Execution of built-in Custom Actions

[WiX-users] Quiet Execution of built-in Custom Actions

2009-04-08 Thread Vuchuru, Surekha (SBT US EXT)
Hello All, I have a CA that executes a batch file silently using CAQuietExec. I managed to get rid of many such flashing windows that occur due to the execution of batch files during installation process. But, there are few built-in CustomActions like WriteRegistryValues that opens few batch / co

Re: [WiX-users] Silent Installation of a single feature

2009-02-18 Thread Vuchuru, Surekha (SBT US EXT)
is. Create a log and see what it tells you about the feature and its components. Phil Wilson -----Original Message----- From: Vuchuru, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent: Wednesday, February 18, 2009 8:13 AM To: General discussion for Windows Installer XML toolse

[WiX-users] Silent Installation of a single feature

2009-02-18 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, Please let me know how I can install a single feature silently...I have tried using msiexec /i abc.msi /passive ADDLOCAL=Feature1. This does not work... If I use msiexec /i abc.msi /passive ADDLOCAL=ALL, then it installs all the features...But, that is not what I want. Please

[WiX-users] CheckBox check/unchek property

2009-02-03 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, I have a checkbox in one of our Installation UIs. I have assigned DELETE_DB property to "1", since I would want it to be checked by default. The problem is when I uncheck the checkbox, DELETE_DB property does not get assigned to "0". This is what the log reads PRO

Re: [WiX-users] refresh combobox without leaving dialog

2009-01-12 Thread Vuchuru, Surekha (SBT US EXT)
Hi Scott, I had faced the same problem earlier...I implemented "Twin Dialog technique". Create a dialog similar to Dialog2, say TwinDialog3(UI should look same)... Example: Make sure you replicate the UI as well as the events published for Dialog2, even for TwinDialog2... This definitely

Re: [WiX-users] Repair mode condition

2008-12-30 Thread Vuchuru, Surekha (SBT US EXT)
: Re: [WiX-users] Repair mode condition Maybe you want FailIfExists="no"? That would seem to make it a no-op on repair, since you already have UpdateIfExists="no". -Original Message- From: Vuchuru, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent:

Re: [WiX-users] Repair mode condition

2008-12-30 Thread Vuchuru, Surekha (SBT US EXT)
----- From: Vuchuru, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent: Tuesday, December 30, 2008 11:49 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Repair mode condition Hi Rob, I am using the user element...I goes something

Re: [WiX-users] Repair mode condition

2008-12-30 Thread Vuchuru, Surekha (SBT US EXT)
Installer XML toolset. Subject: Re: [WiX-users] Repair mode condition Are you using the User element or your own CustomAction? -Original Message- From: Vuchuru, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent: Tuesday, December 30, 2008 11:38 To: General discussion for

[WiX-users] Repair mode condition

2008-12-30 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, Installer is creating a user during installation and removing during uninstallation...But, when I select repair option after installing the msi, it executes that component and tries to create the user again...As a result of that, my repair fails...I donot want that component to be

[WiX-users] updating setup.exe with VC++ 2008 runtime libraries as prerequisite

2008-12-17 Thread Vuchuru, Surekha (SBT US EXT)
Hello everyone, I am trying to update our product's bootstrapper project, by adding VC++ 2008 runtime libraries as one of its prerequisites...I have made the necessary changes to product.xml... I am able to see VC++ 2008 runtime libraries as one of the prerequisites available(Properties->Prerequ

Re: [WiX-users] Unable to read the value of a property associated with a checkbox from vbscript

2008-12-04 Thread Vuchuru, Surekha (SBT US EXT)
Try creating a log file and study the behaviour of that property...Notice when the chkLeft property is getting modifed (after which CA or event)... FYI: To create a log file... msiexec /i /l*vx! log.txt Thanks and Regards, Surekha Vuchuru -Original Message- From: ychen [mailto:[EMAIL

Re: [WiX-users] Unable to read the value of a property associated with a checkbox from vbscript

2008-12-03 Thread Vuchuru, Surekha (SBT US EXT)
Hi ychen, Try this... //VBScript Session.Property("CHKLEFTPROPERTY") Session.Property("CHKRIGHTPROPERTY") --- This surely worked for me... Thanks and Regards, surekha -Original Message- From: yche

Re: [WiX-users] Count of items in aListBox

2008-11-21 Thread Vuchuru, Surekha (SBT US EXT)
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Count of items in aListBox In article <[EMAIL PROTECTED]> , "Vuchuru, Surekha (SBT US EXT)" <[EMAIL PROTECTED]> writes: > OMG !!! I cant belive this, for someone who does not want to help, you >

Re: [WiX-users] Count of items in aListBox

2008-11-21 Thread Vuchuru, Surekha (SBT US EXT)
Thank you so much Alex... Regards, Surekha Vuchuru -Original Message- From: Alex Cater [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 6:12 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Count of items in aListBox 1) Brute force 'query and loop' e.g. P

Re: [WiX-users] Count of items in aListBox

2008-11-20 Thread Vuchuru, Surekha (SBT US EXT)
items in aListBox In article <[EMAIL PROTECTED]> , "Vuchuru, Surekha (SBT US EXT)" <[EMAIL PROTECTED]> writes: > Anyone please? I don't know about others, but when I see someone begging for an answer within 2 hours of posting their original question on a free suppo

Re: [WiX-users] Count of items in aListBox

2008-11-20 Thread Vuchuru, Surekha (SBT US EXT)
Hi Rob, Are there any suggestions from your side? -Original Message- From: Vuchuru, Surekha (SBT US EXT) Sent: Thursday, November 20, 2008 4:45 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Count of items in aListBox Anyone please? Thanks and

Re: [WiX-users] Count of items in aListBox

2008-11-20 Thread Vuchuru, Surekha (SBT US EXT)
Anyone please? Thanks and Regards, Surekha Vuchuru -Original Message- From: Vuchuru, Surekha (SBT US EXT) [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 2:43 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Count of items in aListBox Hi

[WiX-users] Count of items in aListBox

2008-11-20 Thread Vuchuru, Surekha (SBT US EXT)
Hi Everyone, I have two listboxes in a Wix UI. When I select an item on left side listbox and click Add button, that item should be added to the right side listbox. I have written a C++ CA which gets triggered when we select an item and click Add button. I am using WcaAddTempRecord to add that se

[WiX-users] FW: Removing registry key that is under HKCU fails tocompile

2008-11-19 Thread Vuchuru, Surekha (SBT US EXT)
This is the code... Thanks and Regards, Surekha -Original Message- From: Vuchuru, Surekha (SBT US EXT) Sent: Wednesday, November 19, 2008 12:48 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Removing registry key that is under HKCU fails

[WiX-users] Removing registry key that is under HKCU fails to compile

2008-11-19 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, I am trying to remove a registryentry which is under HKCU. This throws an error during compilation LGHT0204: ICE57: Component 'RemoveLicenseAgreementRead' has both per-user and per-machine data with a per-machine KeyPath. The installer is not creating the registry entry d

[WiX-users] multiselection of ListBox items

2008-11-12 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, Does Wix support multiselection of ListBox items? Let's Say I have following items in a listbox. Chinese_Taiwan French_France Italian_Italy Say we select Chinese_Taiwan and Italian_Italy during installation. Based on that selection, those folders need to be copied to the targ

Re: [WiX-users] Check Boxes inside a listbox

2008-11-11 Thread Vuchuru, Surekha (SBT US EXT)
ller? -Original Message- From: Vuchuru, Surekha (SBT US EXT) [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 09:20 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Check Boxes inside a listbox Hi Everyone, I am trying to display checkboxes inside a li

[WiX-users] Including wcautil.h in my project gives a build error

2008-11-11 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, I am trying to use wcautil.h in my project. I get the following error when I build my project Error 1 fatal error C1083: Cannot open include file: 'wcautil.h': No such file or directory I have even included wcautil.lib in my project. Please let me know whatelse I need to use

[WiX-users] Check Boxes inside a listbox

2008-11-11 Thread Vuchuru, Surekha (SBT US EXT)
Hi Everyone, I am trying to display checkboxes inside a listbox. Please let me know how we can do that. Thanks and Regards, Surekha Vuchuru - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Bui

[WiX-users] How to create array of properties

2008-11-11 Thread Vuchuru, Surekha (SBT US EXT)
Hi Everyone, I have a scenario where we get the names of all the subdirectories inside a particular directory(This is already done using a c++ dll). This step is being done at the beginning of the installation since the UI needs to be changed accordingly. The ultimate goal is to copy all those

Re: [WiX-users] Modifying a property value during installation doesnot persist until uninstallation

2008-11-07 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, Please let me know how we can remove a user during uninstallation with a known username. Thanks and Regards, Surekha Vuchuru -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2008 9:52 AM To: General discussion for Windows Installer X

[WiX-users] Wix DTF - How to write CustomAction to call a C# dll

2008-11-07 Thread Vuchuru, Surekha (SBT US EXT)
Hi All, I am working on Wix DTF. Generated a C# dll that gets the name of all the folders available in a parent folder and sends the result to a Wix CA Property. I am getting the following error I am getting this error during installation. Error 1723. There is a problem with this Windows Instal

Re: [WiX-users] Modifying a property value during installation doesnot persist until uninstallation

2008-11-07 Thread Vuchuru, Surekha (SBT US EXT)
Thank you Richard. Regards, Surekha -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2008 9:52 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Modifying a property value during installation doesnot persist until

[WiX-users] Modifying a property value during installation does not persist until uninstallation

2008-11-07 Thread Vuchuru, Surekha (SBT US EXT)
Hello All, I am creating a user element that has [UserName] property set to "DefaultUser" as its value. We give the option of changing [UserName] during installation. So, the installer creates a user using the modified username say "Test123". [UserName] property is modified to "Test123$" and user

[WiX-users] Removing registry entried during uninstall

2008-11-06 Thread Vuchuru, Surekha (SBT US EXT)
Hi All, I am creating a registryentry with the following value for an exe during installation. This value is not getting removed during uninstallation. Please let me know if there are any changes that I need to make. Thanks and Regards, Surekha --