[WiX-users] How to register multiple file types - Multiple ProgId

2011-04-13 Thread Sandi Remar
Hi! I am having trouble associating multiple file types with one exe file. I want my program to handle multiple file types. My code is as follows... However, it does not register properly file types in Windows. Can you help? Thanks                                        

Re: [WiX-users] Environment variable that has project name with parentheses - $(var.MyProject (MyProject\MyProject).TargetFileName)

2009-11-05 Thread Sandi Remar
MyProject (MyProject\MyProject).TargetFileName) Attachments usually don't survive the list server. What version/build of WiX do you have installed? -Original Message- From: Sandi Remar [mailto:sandi_re...@yahoo.com] Sent: Thursday, November 05, 2009 12:43 PM To: General discussion for Wi

Re: [WiX-users] Environment variable that has project name with parentheses - $(var.MyProject (MyProject\MyProject).TargetFileName)

2009-11-05 Thread Sandi Remar
idered a project. So, your MyProject\MyProject is known to the WiX preprocessor as simply MyProject. Thus, no matter the name of the solution, your references will remain like $(var.MyProject.TargetFileName). Accessing the solution itself is via the following preprocessor macros: $(var.SolutionDir) $(var.SolutionExt) $(