diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/Templates/Bundle.wxs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/TestData/Templates/Bundle.wxs b/src/TestData/Templates/Bundle.wxs index 6042a616..c77bfbd7 100644 --- a/src/TestData/Templates/Bundle.wxs +++ b/src/TestData/Templates/Bundle.wxs | |||
@@ -10,6 +10,10 @@ | |||
10 | 10 | ||
11 | <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> | 11 | <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> |
12 | 12 | ||
13 | <?ifdef SoftwareTag?> | ||
14 | <SoftwareTag Regid="regid.1995-08.com.example" InstallPath="[CommonAppDataFolder]regid.1995-08.com.example" /> | ||
15 | <?endif?> | ||
16 | |||
13 | <?ifndef BA?> | 17 | <?ifndef BA?> |
14 | <!-- pulled in through the PackageGroupRef below --> | 18 | <!-- pulled in through the PackageGroupRef below --> |
15 | <?elseif $(var.BA) = "TestBAdnc"?> | 19 | <?elseif $(var.BA) = "TestBAdnc"?> |