v1.7.0
·
96 commits
to 3.2_installer_events
since this release
JourneyId in the installer
The installer now supports JourneyIds.
- It will look for a
uuid v4
in the filename, and if found, use that asJourneyId
- If not found it will create one of it's own
- This
JourneyId
is then sent with every single protobuf message - Upon successful installation, this
JourneyId
is written into registryHKEY_CURRENT_USER\SOFTWARE\CCP\EVE\InstallerJourneyId
as a Rfc4122 byte array.
Tickets
EO-9309 Add JourneyID to the Installer
- EO-10414 Get JourneyID from installer name
- EO-10416 Create JourneyID in the installer
- EO-10418 Import new protos into the installer
- EO-10419 Update eventlogger to send JourneyID
- EO-10424 Store JourneyID in registry on successful install
- EO-10440 Write JourneyID to registry