Skip to content

Commit

Permalink
Update wixtoolset
Browse files Browse the repository at this point in the history
  • Loading branch information
moudey committed Dec 3, 2024
1 parent dcf9a46 commit 464fce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/setup/ca/ca.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ProjectModuleDefinitionFile>ca.def</ProjectModuleDefinitionFile>
<Description>WiX Toolset CustomAction</Description>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<OutDir>$(SolutionDir)bin\\</OutDir>
<OutDir>$(SolutionDir)bin\</OutDir>
<IntDir>$(ProjectDir)obj\$(Configuration.ToLower())\</IntDir>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/setup/wix/setup.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Binary Id='WixUI_Bmp_New' SourceFile='res\WixUI_Bmp_New.bmp' />
<Binary Id='WixUI_Ico_Exclam' SourceFile='res\WixUI_Ico_Exclam.ico' />
<Binary Id='WixUI_Ico_Info' SourceFile='res\WixUI_Ico_Info.ico' />
<Binary Id='CA' SourceFile='$(var.bin)\$(var.Platform)\ca.dll' />
<Binary Id='CA' SourceFile='$(var.bin)\ca.dll' />

<Property Id='WIXUI_INSTALLDIR' Value='INSTALLFOLDER' />
<Property Id='WixUIRMOption' Value='UseRM' />
Expand Down

0 comments on commit 464fce8

Please sign in to comment.