Hi Aaron,
I have identified the issue, but not sure about the solution.
When I create the MSI, the bdtf.proj file does not have the value for IncludeVirtualDirectories as it comes from InstallWizard.xml.
So, it doesn't not copy the files required for creting the VDIR. When I check the checkbox to choose the installing VDIRs in the deployment, it doesn't find the required files.
So, if I set <IncludeVirtualDirectories>True</IncludeVirtualDirectories> in the btdf.proj, then the files get's copied. But then the variable value from installwizard.xml becomes useless.
Should I create the CustomRedist section to copy the folders explicitly and then use the variable value from installwizrd.xml to apply it?
Thanks, Neel.
I have identified the issue, but not sure about the solution.
When I create the MSI, the bdtf.proj file does not have the value for IncludeVirtualDirectories as it comes from InstallWizard.xml.
So, it doesn't not copy the files required for creting the VDIR. When I check the checkbox to choose the installing VDIRs in the deployment, it doesn't find the required files.
So, if I set <IncludeVirtualDirectories>True</IncludeVirtualDirectories> in the btdf.proj, then the files get's copied. But then the variable value from installwizard.xml becomes useless.
Should I create the CustomRedist section to copy the folders explicitly and then use the variable value from installwizrd.xml to apply it?
Thanks, Neel.