Skip to content

Commit

Permalink
Use norwegian as installation language
Browse files Browse the repository at this point in the history
  • Loading branch information
henningjensen committed Sep 12, 2017
1 parent 56f1ad3 commit d4bbed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<WixVariable Id="WixUILicenseRtf" Value="License.rtf" />

<UIRef Id="WixUI_InstallDir" />
<UIRef Id="WixUI_ErrorProgressText" />

<!--
<DirectoryRef Id="ApplicationProgramsFolder">
<Component Id="ApplicationShortcut" Guid="*">
Expand Down
1 change: 1 addition & 0 deletions src/Setup/Setup.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
<LinkerAdditionalOptions>-cultures:nb-NO</LinkerAdditionalOptions>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
Expand Down

0 comments on commit d4bbed5

Please sign in to comment.