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
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
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
; 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
> >
> >
> ---
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
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
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
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
;
> 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
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
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
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
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
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
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
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
---
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.
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
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
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.
> >
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.
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
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
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
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
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
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
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
--
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
>
&
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
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
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
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,
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
--
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
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
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
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-
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
39 matches
Mail list logo