Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TiberiumFusion authored Aug 12, 2024
1 parent 018af29 commit fa7d6f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ This repository consists of a single Visual Studio 2017 solution containing all
- `Installer.Msi.GmaShellInfo` and `Installer.Bundle` are [WiX](http://wixtoolset.org/) v3 projects that produce the release installers. The [WiX v3 toolset](https://github.com/wixtoolset/wix/releases) and Visual Studio [extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WiXToolset) must be installed to build these two projects.
- `WixCaShellAssocNotify` is a custom action for the WiX installer projects. Building it requires the v100 MSVC toolset, the Windows 7 SDK, and the WiX v3 toolset.

#### v100 VCRedist
`Installer.Bundle` embeds the v100 SP1 MSVC redistributable installers to run during the GmaShellInfo installation. These vcredist installers are **not** present in this repository. The build will fail when these files are missing.
1. [Acquire them](https://github.com/abbodi1406/vcredist/blob/master/source_links/README.md#microsoft-visual-c-2010-redistributables---v10) from Microsoft.
2. Place the x86 installer at `Installer.Bundle\EmbedPrereqInstallers\vcredist_x86_2010_SP1.exe`
3. Place the x64 installer at `Installer.Bundle\EmbedPrereqInstallers\vcredist_x64_2010_SP1.exe`

Refer to notes in `Installer.Bundle\Bundle.wxs` regading which revision of the v100 SP1 vcredist to download & embed.

<br />

Expand Down

0 comments on commit fa7d6f6

Please sign in to comment.