I was just curious if there was an easier way of installing PDBs?  What I have 
works, but it seems cumbersome.

        <Component Id='c_AppServer.DTO' Guid='...'>
          <File Id='f.AppServer.DTO' 
                  
Name='$(var.Application.ApplicationServer.DTO.TargetFileName)' 
                  Source='$(var.Application.ApplicationServer.DTO.TargetPath)' 
/>
          <File Id='f.AppServer.DTO.pdb' 
                  Name='XPedient.Application.ApplicationServer.DTO.pdb' 
                  
Source='$(var.Application.ApplicationServer.DTO.TargetDir)XPedient.Application.ApplicationServer.DTO.pdb'
 />
        </Component>

It seems to me that must be an easier way, but I have not been able to locate 
anything related to installing PDBs.  PDB deployment makes live debugging and 
error tracking MUCH  easier.

Anyone have any thoughts?

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to