[WiX-users] Basic Knowledge about disct cost.

2008-10-10 Thread BOB1981
Hi All, I have a General knowledge question, I am a newbie and just started using wix. My question is below: I have a installed which includes 6 Components , But all of my components are unmanaged, using attirbute GUID="" , i did not wanted my components to make anychnages in registry and also a

Re: [WiX-users] Changing file cost

2008-10-10 Thread BOB1981
Hi, I just did the same thing check the link below for this issue http://n2.nabble.com/Feature-costing-tc1307593.html#a1316521 Thanks Magus wrote: > > I want to know if I can display to a user the cost of currently selected > features, not just all features, so if the user checks a particula

Re: [WiX-users] Q about Feature costing..

2008-10-10 Thread BOB1981
only these string id`s and compile and Bee Happy :D Thanks Vidya Kukke wrote: > > I did'nt get response to this. So I am still stuck at this problem too :(. > > Anyone have any ideas? > > -Original Message- > From: BOB1981 [mailto:[EMAIL PROTECTED] >

Re: [WiX-users] Feature costing

2008-10-10 Thread BOB1981
string id`s and compile and Bee Happy :D Thanks BOB1981 wrote: > > Hi, > > My installer has a feature tree with sub-features. The costing displayed > in the custom setup dialog is good for the sub-feature. > However at the parent feature level it shows as 0KB. Is the

Re: [WiX-users] Q about Feature costing..

2008-10-09 Thread BOB1981
Hi All Any idea about this how to do it? anyone reply something Thanks BOB1981 wrote: > > Hi Vidya, > > I am also Facing the Same problem as you are, i wonder what have you done > to fix it. > > I want change the text for Parent Feature to show the text totalling the

Re: [WiX-users] Q about Feature costing..

2008-10-08 Thread BOB1981
Hi Vidya, I am also Facing the Same problem as you are, i wonder what have you done to fix it. I want change the text for Parent Feature to show the text totalling the subfeature. Please let me know is anything at all u think would help me Thanks Vidya Kukke wrote: > > Hi, > > My installer

[WiX-users] Feature costing

2008-10-08 Thread BOB1981
Hi, My installer has a feature tree with sub-features. The costing displayed in the custom setup dialog is good for the sub-feature. However at the parent feature level it shows as 0KB. Is there any way I can modify that to show the costing of Total of the sub-features at parent level? E.g o

Re: [WiX-users] How to Skip Licence Aggrement Dialog from FreatureTree UI

2008-10-04 Thread BOB1981
Thanks Neil, It Worked. this Blog link was amazing, i know wht i was doig wrong. I finally think i am having a good grip on wix Thank to everybody like you..:D I just started using it 2 months...ago Thanks Alot.. Neil Sleightholm wrote: > > You might also find this blog useful: > http://neil

Re: [WiX-users] How to Skip Licence Aggrement Dialog from FreeTree UI

2008-10-04 Thread BOB1981
hange" Installed 1 1 1 1 1 BOB1981 wrote: > > Hi All, > > I am using Wix3 in my build and using > which provides a UI for my Msi Pakcage. I dont want to have License > Aggrement D

[WiX-users] How to Skip Licence Aggrement Dialog from FreatureTree UI

2008-10-04 Thread BOB1981
Hi All, I am using Wix3 in my build and using which provides a UI for my Msi Pakcage. I dont want to have License Aggrement Dialog in my MSi , How can i skip the dialog from it. I know there are other UI interfaces which i could use, but I need the Featree Options in my UI, but only wanna skip

Re: [WiX-users] "NOT" for undefined property in condition does not work. Why!?

2008-10-03 Thread BOB1981
Hi Peter, i am also trying to achieve something like this could you share how you did that. I have two controls in my Dialog. Push Button and Edit box. What i want to do is, to enable the Push Button only if there is some text entered in edit box. Like having a Required edit box in your dialog

Re: [WiX-users] Basing a dialog sequence on WixUI_Minimal

2008-09-26 Thread BOB1981
Hi, I see you are trying to access a Control NEXT in WelcomeEulaDlg and actually there is no "Next" Control in this dialog... controls available in WelcomeEulaDlg are only:- Bitmap, LicenseAcceptedCheckBox, Back, Install, InstallNoShield, Cancel, Title, LicenseText, Print,BottomLine. Try using

Re: [WiX-users] How to Skip Licence Aggrement Dialog from FreatureTree UI

2008-09-26 Thread BOB1981
;NOT Installed > > Neil > > Neil Sleightholm > X2 Systems Limited > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > > From: BOB1981 [mailto:[EMAIL PROTECTED] > Sent: Fri 26/09/2008 14:04 > To: wix-users@lists.s

Re: [WiX-users] How to Skip Licence Aggrement Dialog from FreatureTree UI

2008-09-26 Thread BOB1981
I_InstallMode = "Change" Installed 1 1 1 1 1 BOB1981 wrote: > > Hi All, > > I am using Wix3 in my build and using > which provides a UI for my Msi Pakcage. I do

Re: [WiX-users] How to Skip Licence Aggrement Dialog from FreeTree UI

2008-09-26 Thread BOB1981
HI All, Anobody know anything about this, please m waiting. Thanks... BOB1981 wrote: > > Hi All, > > I do got this done But, i dont know something is wrong in the sequence, i > added the following in my Product.wxs > > > >Value="CustomizeD

[WiX-users] How to Skip Licence Aggrement Dialog from FreeTree UI

2008-09-25 Thread BOB1981
Hi All, I am using Wix3 in my build and using which provides a UI for my Msi Pakcage. I dont want to have License Aggrement Dialog in my MSi , How can i skip the dialog from it. I know there are other UI interfaces which i could use, but I need the Featree Options in my UI, but only wanna skip

Re: [WiX-users] HA: HA: Running Custom Action Before InstallFiles

2008-09-17 Thread BOB1981
Hi Denis, I got this from these two links. If you read the rist link its someone having this issue and second link explains how can we use Feature as a refrence in condition. http://osdir.com/ml/windows.devel.wix.user/2005-01/msg00047.html http://www.mail-archive.com/wix-users@lists.sourceforge.

[WiX-users] Component Guid and Parmanent Attribute

2008-09-17 Thread BOB1981
Hi All, I have a simple question. If i make Component`s GUID attribute to "" (empty string) and Parmanent attribute to "yes". Does this means this perticular component will be completly unmanaged and there are not going to be any trace of this component at all in registry. in other way, this c

Re: [WiX-users] HA: Running Custom Action Before InstallFiles

2008-09-17 Thread BOB1981
Hi Denis, Thank soo much , you nailed it right. I just made the changes you suggested and its working , but it seems to run everytime i install the MSI or Uninstall or Repair.. So i added So i guess it will run only if F_Online Feature is getting installed. Hey there only one this left i ne

[WiX-users] Running Custom Action Before InstallFiles

2008-09-16 Thread BOB1981
Hi All, Everyone has been really helpfull here with me, first thankyou soo much for this help. Okey now my Question, I am trying to run a Custom action before Install Files , this action is to just xcopy existing folder from h:\Sites to h:\BackupSites , i added the custome action and InstallExec

Re: [WiX-users] How to Change Default Install Location

2008-09-16 Thread BOB1981
just > create > another of your own: > > > > > > > -Francis > > > On Tue, Sep 16, 2008 at 8:26 AM, BOB1981 <[EMAIL PROTECTED]> > wrote: > >> >> Hi All, >> >> I want my Msi Installer to have default in

Re: [WiX-users] Custom Action and InstallExecuteSequence dont work in Fragment.

2008-09-16 Thread BOB1981
YUP its working... thanks dear for pointing to rihgt direction... Cheers Francis Kam wrote: > > Using a wxi should work. > > -Francis > > > > On Tue, Sep 16, 2008 at 10:20 AM, BOB1981 > <[EMAIL PROTECTED]>wrote: > >> >> Hi Fracis, >> &g

Re: [WiX-users] Custom Action and InstallExecuteSequence dont work in Fragment.

2008-09-16 Thread BOB1981
names beforehand) one way to do this is to use the > CustomActionRef element in your Product.wxs. > > -Francis > > > > On Tue, Sep 16, 2008 at 6:20 AM, BOB1981 <[EMAIL PROTECTED]> > wrote: > >> >> Hi All, >> >> I am generating this Wxs Fragm

Re: [WiX-users] Custom Action and InstallExecuteSequence dont work in Fragment.

2008-09-16 Thread BOB1981
Hi Fracis, as you know the Fragment is generated on the fly so as the custom actions and there id`s. So how can i ref the Custom action in product.wxs when the ID``s are generated on the FLY. Thanks Francis Kam wrote: > > Product.wxs has to reference the fragment somehow or another for it to

Re: [WiX-users] HA: Custom Action and InstallExecuteSequence dont work in Fragment.

2008-09-16 Thread BOB1981
HI Denis, i have uploaded Setup_Install.log and Setup_Uninstall.log for your convenience... Thanks for looking into it dear. waiting for responce. Denis Zavorotnyuk wrote: > > Bob, can you run your MSI install with this command: > msiexec /l* "%temp%\setup.log" /I "your_msi" > and sh

[WiX-users] How to Change Default Install Location

2008-09-16 Thread BOB1981
Hi All, I want my Msi Installer to have default install location as E:\Online\Sites\Local How can i do that. i know it must be real easy... Currently my Product.wxs file is this. I guess i need to make some changes at "ProgramfilesFolder" ID but i dont k

[WiX-users] Custom Action and InstallExecuteSequence dont work in Fragment.

2008-09-16 Thread BOB1981
Hi All, I am generating this Wxs Fragment file and compiling it with my Product.wxs , it compiles and generates MSI package with no errors or warnings But when i run MSI and install/Uninstall the Features these custom actions are Not running At All, Then i thought to Run DARK against my MSI gen

Re: [WiX-users] Very Simple WIX Msi Installer

2008-09-15 Thread BOB1981
Hi János, It is going to make me start from scratch again and redo everything actually, I am actually almost ready to finish my work regarding this...Dont know if i can follow this but Seems like a good option , where can i find the material regaring this? any links you know which could help? Let

Re: [WiX-users] Very Simple WIX Msi Installer

2008-09-15 Thread BOB1981
Wht kind of application, how can i do that , please elaborate a little I found Component has a attribute called Permanent="yes" which will make components to be permanent even if they are getting uninstalled and will leave all the files intact. but in this case still i cant figure out how to

Re: [WiX-users] Very Simple WIX Msi Installer

2008-09-15 Thread BOB1981
o use MSI features? > > -Francis > > > > On Mon, Sep 15, 2008 at 11:17 AM, BOB1981 > <[EMAIL PROTECTED]>wrote: > >> >> Hi Brian, >> >> Cant we create custom action which can run before installing anything. >> using >> simple copy

Re: [WiX-users] Very Simple WIX Msi Installer

2008-09-15 Thread BOB1981
Hi Brian, Cant we create custom action which can run before installing anything. using simple copy command for the backup process of existing files. (i guess this way back up of existing files can be taken) But, my major concern is to how can make msi which wont do any changes at all in Registr

[WiX-users] Very Simple WIX Msi Installer

2008-09-15 Thread BOB1981
Hi All, I am a new user to Wix, i know it must be real easy but dont know how to do it. Requirement of MSI package i have is like this. 1. Wix needs to package few files at perticulater location eg: c:\temp and make a Msi package of the files. 2. Msi package created needs to install files at E

Re: [WiX-users] Creating using Heat.

2008-09-12 Thread BOB1981
Hi, i am not a good programmer, can u pls let me know how can i do that i mean which language i can use to do that easily for me like:- java script, vbscript. I heard about XML DOM do you think that will be good option, basically which will be easy to learn and create this custom task i want my

[WiX-users] Creating using Heat.

2008-09-11 Thread BOB1981
Hi All, I know there must be a way to do it. I am using following Command.. to create Wxs file as per the directory structure and files. heat dir -ag -ke -nologo -sreg -sfrag c:\temp\bin -out c:\test1.wxs Below is the Birectory Structure. C:\Temp\Bin (4 files at this location)

Re: [WiX-users] Help using Heat of WiX v3

2008-09-11 Thread BOB1981
Hi, I am also is the Same exact Situation in which you are, I am using Heat to generate the Fragment file to be able to include in my Build which has to be dynamic , so i foudnt eh best way to do it by using heat, but , i manually had to update the file and add directoryref tag and Also change th

Re: [WiX-users] Help using Heat of WiX v3

2008-09-11 Thread BOB1981
Hi, I am also is the Same exact Situation in which you are, I am using Heat to generate the Fragment file to be able to include in my Build which has to be dynamic , so i foudnt eh best way to do it by using heat, but , i manually had to update the file and add directoryref tag and Also change th