Re: [WiX-users] ReserveCost/@RunLocal value

2009-07-17 Thread Hukumchand Shah
ems that ReserveCost supports 2GB at maximum. Have you tried adding > five elements to get 5x2 GB=10GB ? > > > Best regards, > Sebastian Brand > > Instyler Setup - Creating WiX-based MSI installations, elegantly. > http://www.instyler.com > > > > -Origi

[WiX-users] ReserveCost/@RunLocal value

2009-07-16 Thread Hukumchand Shah
Hi All, I want to check disk space for 10 GB. I have put following code: and when i tries to build this the it throws following error: error CNDL0008 : The ReserveCost/@RunLocal attribute's value, '102400', is not a legal integer value. Legal integer values

[WiX-users] Set required Free Disk space

2009-07-08 Thread Hukumchand Shah
Hi All, I want set a limit for 10 GB of free disk space before installing my application which I developed in WIX. How can I achieve that in WIX? I can't use C or C++ code. Thanks, Hukum -- Enter the BlackBerry Developer

Re: [WiX-users] Free disk space

2009-07-08 Thread Hukumchand Shah
; On Tue, Jul 7, 2009 at 2:13 PM, Hukumchand Shah >wrote: > > > Hi All, > > > > I want to check free disk space of the machine at the time of > installation. > > How can I do that? > > > > Thanks, > > Hukum > > > > > ---

[WiX-users] Free disk space

2009-07-06 Thread Hukumchand Shah
Hi All, I want to check free disk space of the machine at the time of installation. How can I do that? Thanks, Hukum -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a

[WiX-users] Restrict text field input to number only

2009-06-23 Thread Hukumchand Shah
Hi, I have one text box field in my installer screen. In that I want to restrict this text field only for 5 digit *number*. It should allow user to enter any character other than digits. Is that possible from WIX? Thanks, Hukum

[WiX-users] port in use?

2009-06-09 Thread Hukumchand Shah
Hi All, In my WIX installer, I want to check the port is in use or not. e.g. suppose 8080 port is used by another server then, is there a way my WIX will detect it so that I can use another port? Thanks, Hukum -- Crystal

[WiX-users] Checkbox on finish page on uninstallation.

2009-05-29 Thread Hukumchand Shah
Hi, I want to add one checkbox on the finish page when I uninstall the application by using msi. But I don't know which file it shows on finish. I guess may be 'ExitDialog'. Not sure. Can anyone please tell me how do I do that? one more thing to tell I am already showing one checkbox on installati

Re: [WiX-users] Adding progressbar text on Add/Remove panel

2009-05-28 Thread Hukumchand Shah
; > On Fri, May 29, 2009 at 2:18 PM, Hukumchand Shah > wrote: > > Hi, > > > > I made one WIX installer which works fine. But when we uninstall it > through > > Add/Remove Panel, it doesn't show any progressbar text. It shows just > moving > > progres

[WiX-users] Adding progressbar text on Add/Remove panel

2009-05-28 Thread Hukumchand Shah
Hi, I made one WIX installer which works fine. But when we uninstall it through Add/Remove Panel, it doesn't show any progressbar text. It shows just moving progressbar and at start only one text it shows "Gathering required information...". And no other text. I have already added element for all

[WiX-users] setup.exe with msi

2009-05-25 Thread Hukumchand Shah
Hi, I have my msi file created using WIX. I want to make setup.exe which does some tasks like copying some file and renaming it and finally launch msi installer. How can I do that setup.exe? Thanks, Hukum -- Register Now f

[WiX-users] inconsistent progressbar

2009-05-12 Thread Hukumchand Shah
Hi All, I have created the WIX installer. In this problem is installer progress bar is inconsistent. So How I can make it consistent or move it according to my need? Thanks, Hukum -- The NEW KODAK i700 Series Scanners del

[WiX-users] UI Dialog on uninstallation

2009-05-12 Thread Hukumchand Shah
Hi All, I want to show one UI dialog when user tries to uninstall the application from add/remove panel. How can I do this in WIX? Does any one know this? Thanks, Hukum -- The NEW KODAK i700 Series Scanners deliver under

[WiX-users] InstallUISequence and InstallExecuteSequence

2009-05-06 Thread Hukumchand Shah
Hi All, I have some number custom actions say 10 custom actions. I am calling 5 of them from InstallUISequence and 5 custom actions(deffered) from InstallExecuteSequence. I am not understanding that which custom actions execute first. so i am facing lots of problems here. can some one tell me how

Re: [WiX-users] move progress bar depending upon as custom actions goes on executing

2009-05-05 Thread Hukumchand Shah
Thanks Rob for reply. I serached but didn't get anything useful. Could you send me detail links if you have? On Fri, May 1, 2009 at 12:32 PM, Rob Mensching wrote: > Most of the WiX CustomActions do this. You might look at the > WcaProgress() code. > > Hukumchand Shah

[WiX-users] move progress bar depending upon as custom actions goes on executing

2009-04-30 Thread Hukumchand Shah
Hi All, I want to move the installer progressbar on the basis of custom actions execution. Like if there are five custom actions are executing then the progress bar should move in five steps. How to do this in Wix? Anybody knows this? Thanks, Hukum ---

[WiX-users] Version comparision

2009-04-28 Thread Hukumchand Shah
Hi All, I am comparing two versions strings in wix. like in below code where INSTALLED_PRODUCTVERSION = previous installed version and CURRENTVERSION = current version of the product. OR But it works fine from 5.0.0 to 5.0.9 but when if INSTALLED_PRODUCTVERSION = 5.0.9 and CURRENTVERSION = 5.

Re: [WiX-users] how to suppress the batch file dos prompt in wix?

2009-04-25 Thread Hukumchand Shah
d this: > > http://n2.nabble.com/QtExecDeferred-error-about-quoted-application-name-td2417178.html > Maybe it will help... > > > Med vennlig hilsen /Regards > Brian > > > > > 2009/4/25 Hukumchand Shah > > > Hi Thank you for reply, > > > > I got

Re: [WiX-users] how to suppress the batch file dos prompt in wix?

2009-04-25 Thread Hukumchand Shah
try <http://support.microsoft.com/kb/223300>. > > > Med vennlig hilsen /Regards > Brian > > > > > 2009/4/25 Hukumchand Shah > > > Thank you for the solution. > > Now I am using the 'QtExec' but when i make the .msi and run it then

Re: [WiX-users] how to suppress the batch file dos prompt in wix?

2009-04-25 Thread Hukumchand Shah
t; On Wed, Apr 22, 2009 at 5:48 AM, lesterbangs wrote: > > > > > Hi Hukum, you can achieve this using "QtExec". Look in the WiX.chm help > > file under Advanced WiX Topics->Standard Custom Actions->Quiet Execution > > Custom Action for more info. > >

Re: [WiX-users] How to change focus on the dialogs for components(likebutton, checkbox, etc.) in wix dialogs?

2009-04-22 Thread Hukumchand Shah
ibute of the Control element to 'yes'. > > Hope this helps. > > -- Yan > > -Original Message- > From: Hukumchand Shah [mailto:hukum.s...@gmail.com] > Sent: Wednesday, April 22, 2009 10:01 AM > To: General discussion for Windows Installer XML toolset.

[WiX-users] how to suppress the batch file dos prompt in wix?

2009-04-22 Thread Hukumchand Shah
Hi All, I am executing some batch files from wix custom actions. I want to suppress or hide or minimize the dos windows. Can anyone help me in this? How we can achive this in wix? Thanks & Regards, Hukum -- Stay on top of

[WiX-users] How to change focus on the dialogs for components(like button, checkbox, etc.) in wix dialogs?

2009-04-22 Thread Hukumchand Shah
Hi All, I am using LicenseAgreementDlg.wxs in my wix installer. In this when I press the tab button from keyboard, the focus order is weird. On tab button the focus order is [Back->Next->cancel->license Text->Print->Checkbox->Back...]. I want to change this focus order on tab. Is there any way to

[WiX-users] Multilanguage msi

2009-04-20 Thread Hukumchand Shah
Hi All, Can any one tell me, how to make one msi which will support more than one language. I have one wix installer currently it supports only english language. But I want to make one msi for multiple languages and not different msi for different language. Is there any way to do this in wix? Th

[WiX-users] on show dialog is loosing focus for my main screens

2009-04-06 Thread Hukumchand Shah
Hi All, I am creating some message dialogs and showing them in as shown below 1 1 !(loc.upgrademsg) condition when this dialog appears and when I press yes button of this dialog then my main

[WiX-users] spawndialog not working....

2009-04-06 Thread Hukumchand Shah
Hi All, I want to show the different dialog boxes depending upon the conditions without loosing focus for my main dialog. first condition second condition But here it never shows the upgradeMsgDlg even if I make the [second condition= 1]. I don't undertsand why it's behaving like this? Is there

[WiX-users] Reading any file from wix

2009-03-23 Thread Hukumchand Shah
Hi All, I want to read a file and want to set properties of wix. But i don't want to use vbscript. Is there any other way? Thanks & Regards, Hukum -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are

[WiX-users] How to check file exists or not in wix?

2009-03-23 Thread Hukumchand Shah
Hi All, I want to check for a file which exists or not. The problem is, this file is generated by custom action. So i want to check after execution of this custom action. Please help, I am new to wix. Thank you Regards, Hukum --

Re: [WiX-users] Upgrading ...Not happening

2009-03-22 Thread Hukumchand Shah
hanging Product/@Id on each build? There is an example of a > major upgrade script here: > http://neilsleightholm.blogspot.com/2009/01/wix-script-for-major-upgrade > s.html<http://neilsleightholm.blogspot.com/2009/01/wix-script-for-major-upgrade%0As.html> > > Neil > &

[WiX-users] Upgrading ...Not happening

2009-03-21 Thread Hukumchand Shah
Hi All, I want to do upgrade in my current WIX installer. I am changing the Version shown below. and also adding the upgrade element: But when I make .msi and run it by double clicking then it shows error meaasge attached with mail. I also checked the log files, it

Re: [WiX-users] Ram size checking

2009-03-18 Thread Hukumchand Shah
Hi, Thank you for the reply. I tested this on windows 2008,2003 and XP, on all of these machine actual ram size is 2048MB But in wix it shows PhysicalMemory = 2005. So it's causing problem for me. I can't put PhysicalMemory >= 2048 condition. so what's the solution? Please help. Thank you in ad

[WiX-users] Ram size checking

2009-03-17 Thread Hukumchand Shah
Hi All, I want to check Ram size before i start actual installation same as free disk space checking. I am new to wix. Does anyone knows, how to do this? Please help it's urgent. Thanks & regards, Hukum -- Apps built wit

Re: [WiX-users] read return value of VBScript in wix

2009-03-16 Thread Hukumchand Shah
Thank you very much. On Mon, Mar 16, 2009 at 7:51 PM, wrote: > Runtime or compile time? > > Session.Property("STANDALONESERVER")="TRUE" > > sets the STANDALONE msi property to TRUE > > Kind regards, > > Hans > > On Mon, March 16, 2009 14:38,

[WiX-users] read return value of VBScript in wix

2009-03-16 Thread Hukumchand Shah
Hi, I want to read return value from vbscript function from wix. OR Is there any way to change wix property value from vbscript. I am doing some processing in vbscript. Please help.it's urgent. Thanks & Regards, Hukum --

[WiX-users] Uninstallation failing on 64bit windows 2008 server

2009-02-26 Thread Hukumchand Shah
Hi All, I am executing batch file using custom action which removes the extra folders during uninstallation. But it's not executing the custom action. The code is as follows: Installed AND NOT REINSTALL I saw the log file and it's giving following error for this custom

Re: [WiX-users] Log file generation

2009-02-19 Thread Hukumchand Shah
Hi All, Does anyone know how to use MsiEnableLog function in wix to enable msi logging. Regards, Hukum On Thu, Feb 19, 2009 at 10:25 AM, Hukumchand Shah wrote: > Hi All, > > Can anyone tell me, how to generate log file for my installation process. > I want log file for whatever in

Re: [WiX-users] Log file generation

2009-02-19 Thread Hukumchand Shah
Hi, Thank you for the solution. But when I double click the .msi file then how to generate the log file. user will not run the installer by using msiexec coomand. He will just double click .msi file to run it. waiting for reply. Thanks & Regards, Hukumchand Shah On Thu, Feb 19, 2009 at

[WiX-users] Log file generation

2009-02-18 Thread Hukumchand Shah
Hi All, Can anyone tell me, how to generate log file for my installation process. I want log file for whatever installer does during installation process. Thanks, Hukum -- Open Source Business Conference (OSBC), March 24-

[WiX-users] Need to do registrysearch after one custom action executed

2009-01-27 Thread Hukumchand Shah
e out in this problem? Thanks & Regards, Hukumchand Shah -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spre