[WiX-users] How to Browse network path using the BrowseDlg

2007-06-25 Thread BhaveshG
Hi, I would like to select network path using the browse dialog. I do have the following code in my wxs file. Even if I have set Remote="yes", I am only able to view fixed drives in the combo. Also if I have Floppy="yes", I don't see floppy drive appear in the combo as well. What co

Re: [WiX-users] Remove trailing slash from path

2007-06-22 Thread BhaveshG
Yes, that will be great. You can either send me the code or link to the CA. Thanks Bhavesh DEÁK JAHN, Gábor-2 wrote: > > On Thu, 21 Jun 2007 13:00:30 -0700 (PDT), BhaveshG wrote: > > Bhavesh, > >> Nope, that does not work. The issue here is that the user selects

Re: [WiX-users] Remove trailing slash from path

2007-06-21 Thread BhaveshG
Nope, that does not work. The issue here is that the user selects a network path and everything goes for toss when you have trailing \ or \. because that makes a different meaning altogether. === Bhavesh DEÁK JAHN, Gábor-2 wrote: > > On Thu, 21 Jun 2007 12:27:05 -0700 (PDT), BhaveshG

[WiX-users] Remove trailing slash from path

2007-06-21 Thread BhaveshG
How do I remove the trailing slash from a path and assign the value to a property? When you use the browse button to select a path you always get the trailing slash with it automatically. I am using the path for doing some network copying and finding issues with it. Is there a way I can remove th

Re: [WiX-users] Calling a .bat file from WIX

2007-06-21 Thread BhaveshG
Yes you will need to write custom action for calling / executing a binary / external file. But why do you need to create a virtual directory? Is that your requirement? === Bhavesh Alperstein, Kenny wrote: > > I am new to WIX and converting an existing process to WIX. I have a > .bat file w

Re: [WiX-users] VolumeCostList not reflecting the Changes

2007-06-21 Thread BhaveshG
quot;Cancel" button. Not sure if this will lead to any performance issues or anything else but this is an alternative solution. Bob, do you see any issues using this workaround? === Bhavesh Bob Arnson-6 wrote: > > BhaveshG wrote: >> Incidentally I installed MS Platform SDK today an

Re: [WiX-users] VolumeCostList not reflecting the Changes

2007-06-20 Thread BhaveshG
/Platform.jpg My question here is when I am already doing a publish SetTargetPath to BrowseProperty when clicking on OK button in Browse Dialog, why is that not changing the value for VolumeCostList? === Bhavesh Bob Arnson-6 wrote: > > BhaveshG wrote: >> I did not have >> 1 &

Re: [WiX-users] VolumeCostList not reflecting the Changes

2007-06-20 Thread BhaveshG
/www.nabble.com/file/p11218817/Selection_2.jpg How do I make it happen the moment I change the location. I guess I have to call the CostFinalize or something again after I am done with Browse dialog but don't know how to do that. Can anyone help me out with this? Thanks. === Bhavesh

Re: [WiX-users] Open file on button click event

2007-06-19 Thread BhaveshG
Thanks Bob for this info. === Bhave Bob Arnson-6 wrote: > > BhaveshG wrote: >> I tried having Installer_Help.mht as binary id and using it with the >> custom >> action modified as below but somehow the value of HelpRef is not >> reflected >> and ShelExec

[WiX-users] Open file on button click event

2007-06-19 Thread BhaveshG
Hi, I am using the below code to open a file on the button click event. I am using ShelExec.exe as binary id to open the .mht file. Currently I am having the Installer_Help.mht file along with the msi (installer) file which I would not like to do (deliver two files). I tried having

Re: [WiX-users] VolumeCostList not reflecting the Changes

2007-06-18 Thread BhaveshG
BhaveshG wrote: > > Hi, > > Not sure what I am missing in the below code but when I change the > INSTALLDIR, the changes does not seem to reflect in the volumecostlist > control. > > Width="330" Height="120" Sunken="yes" Fixed=&qu

[WiX-users] VolumeCostList not reflecting the Changes

2007-06-18 Thread BhaveshG
Hi, Not sure what I am missing in the below code but when I change the INSTALLDIR, the changes does not seem to reflect in the volumecostlist control. {64}{64}{64}{64}{64} I tried having the INSTALLDIR property associated with the VolumeCostList but the changes does

Re: [WiX-users] Problem in uninstalling all the folders with WIX

2007-06-14 Thread BhaveshG
If another directory or file has been manually created with the directory installed by the app then during uninstall it does not remove the directory. Bhavesh Venkatesh Malepati wrote: > > Hi Guys, > I have problem with uninstalling all the files.When I install in default > drive and path lik

Re: [WiX-users] Wix - Prevent XMLFile updates on Repair option

2007-06-13 Thread BhaveshG
I was able to figure the syntax and execute but this is works only for install and uninstall. It does not have a repair option and hence the files do get overwritten with the XML stuff:( Bhavesh BhaveshG wrote: > > Thanks Bob. > > Please do let me know the XmlConfig syntax. &g

Re: [WiX-users] Wix - Prevent XMLFile updates on Repair option

2007-06-13 Thread BhaveshG
Thanks Bob. Please do let me know the XmlConfig syntax. Currently in my files the values I have set during first-install are overwritten in "Repair" mode with blank values. I would not like to execute the XMLFile statements again in repair mode. Bhavesh Bob Arnson-6 wrote: >

Re: [WiX-users] Having PathEdit control blank associated to Browse Dialog

2007-06-12 Thread BhaveshG
esh Bob Arnson-6 wrote: > > BhaveshG wrote: >> 1. Have the PathEdit control blank? >> 2. When the user selects the path it should populate in the PathEdit >> field >> 3. A way for the user to RESET already selected value to blank. >> > > See my reply to your ot

Re: [WiX-users] Wix - Prevent XMLFile updates on Repair option

2007-06-12 Thread BhaveshG
for "Installed" but that does not seem to work. Bhavesh Bob Arnson-6 wrote: > > BhaveshG wrote: >> 1. Typically when you do a repair only the files that are missing or >> corrupt >> are deployed which happens to me as well. But even for the existing file &g

[WiX-users] Having PathEdit control blank associated to Browse Dialog

2007-06-12 Thread BhaveshG
http://www.nabble.com/file/p11091564/Tool_Setup.jpg Hi, I have just started with Wix and have the following questions. In a dialog I have an optional field for which I have the property linked to the Browse dialog. Currently I am not able to leave this blank as peroperties cannot be left blank

Re: [WiX-users] How to use the output of Heat?

2007-06-12 Thread BhaveshG
Hi, You can use tallow to add the entire structure. Bhavesh Afshin Sepehri wrote: > > Hi, > > I am trying to use Heat to auto generate the list of my files to install. > However, I do not know how to use the Heat's output file. There are > several Fragments, DirectoryRefs, and Components.

[WiX-users] Wix - Prevent XMLFile updates on Repair option

2007-06-12 Thread BhaveshG
Hi, I am stuck with few issues and trying to find a solution for it. Please do let me know few pointers if you are aware of their solution. I am developing an installer for my application using WIX (ver 2.0.5325). I am deploying XML files that I modify while installation based on the user input.