Re: [WiX-users] Conditional Property Value

2008-07-28 Thread ramya ragupathy
Sajid1105 wrote: > > I want to set a property value depending on a condition.. > > > > > if A == 1 then >B = "A is one" > else >B = "A is not one" > > How do I do this? > > > > -- View this message in context: http://www.nabble.com/Conditional-Property-Value-tp18704186p

[WiX-users] need help with directory search

2008-06-26 Thread ramya ragupathy
Hi All, There is a CustomizeDlg in which i have a browse button linked to BrowseDlg. The directory chosen for installation is in a property called [_BrowseProperty] What is to be done is 1. Check whether a folder,say "Folder1" exists in the chosen path. The Installation should proceed only if "Fo

Re: [WiX-users] CreateFolder and CopyFile elements

2008-06-24 Thread ramya ragupathy
Hi All, C:\Sample This code was able to create a folder called "Sample" in C:\ (the folder did not exist previously) and copy the specified file to the destination. The filecopy was succesful with the path specified as a property

Re: [WiX-users] Need help to check if a file exists in the installation folder

2008-03-10 Thread ramya ragupathy
hi i tried to implemet t a similar directory search with cutom action..but i was not able to find a solution..the only other alternate i found is to embed this directory search into a control button.Once the user clicks on the button this search takes place and based on the property value which h

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-10 Thread ramya ragupathy
Hey try changing the level to some negative number..tht should wrk fine RW-11 wrote: > > Hi, > > I'm trying to turn on and off a feature based on whether a file already > exists in the installation directory. > > To do this, I'm setting a property based on a FileSearch: > > >Dept

Re: [WiX-users] How to test if user is an administrator

2008-02-11 Thread ramya ragupathy
chk the PRIVILEGED property with condition tag Tom.Chmielenski wrote: > > Is there an easy way to test for the condition where the user is not an > administrator on the machine? > > Tx. > Tom > > - > This SF.net email is

[WiX-users] directory search

2008-02-11 Thread ramya ragupathy
hi..help needed i use a browse dialog box through which i select a custom directory. wat i want to do now is to check whether thrs a directory called 'v62' in the custom directory and proceed with installation only if the directory exists. an error mesg shoul pop up if the directory is not there.

Re: [WiX-users] UnInstalling

2008-02-07 Thread ramya ragupathy
Hi am new to wix and i need ur help in knowing how to code for uninstallation in wix..coul u pls guide me through the uninstallation process in wix? i tried uninstalling by using the command msiexec /x in a custom action and i had an error poping up TIA ramya SaiTeja wrote: > > Hi, > > My

[WiX-users] uninstaller

2008-02-07 Thread ramya ragupathy
hi could somebody please help me with developig dialog boxes fro maintenance mode as of now am done with developing with user interface part. whr i am stuck nw is i dono hw to uninstall a program through wix when the user wants to remove the product.customactions dint help me and i learnt yesterd

[WiX-users] any wizard for maintenance mode?

2008-02-07 Thread ramya ragupathy
hi guys would u lem knw if thrs ny wizard for maintenace mode ? TIA -- View this message in context: http://www.nabble.com/any-wizard-for-maintenance-mode--tp15332477p15332477.html Sent from the wix-users mailing list archive at Nabble.com. -

[WiX-users] uninstallation error

2008-02-06 Thread ramya ragupathy
Hi Currently am trying to code for an uninstaller that would uninstall a specific program of mine. I have implemented this uninstallation through this command path\msiexec /x project.msi and i do this as an custom action later i publish this as an custom action in a push