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

2008-03-02 Thread Justin Zhen Tu
Hi there, I am having problem with my WIX installer and I wonder if there anyone can help me out. The problem is I need to check if this file "localappsetting.config" exists in the installation folder, copy a new file if it doesn't exist otherwise ignore. Below is my code and it does work:

Re: [WiX-users] problem with space in the file and folder name while defining proprecess variable from WIX

2008-01-15 Thread Justin Zhen Tu
Thank you very much, Bob. That works like a charm. Justin From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 January 2008 4:07 PM To: Justin Zhen Tu Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] problem with space in the file

[WiX-users] problem with space in the file and folder name while defining proprecess variable from WIX

2008-01-15 Thread Justin Zhen Tu
Hi there, I am trying to build an installer with Nant + WIX but having problem with one of the resources files which has space in the file & folder name. The file is sitting on my mapped network drive: "z:\addon software\Components\addon\v1.63.00\" I've defined a variable "Addon_dir" from th