Skip to content

Commit

Permalink
Merge 9606b21 into a4b1282
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdisaster committed Apr 22, 2020
2 parents a4b1282 + 9606b21 commit 78a775c
Show file tree
Hide file tree
Showing 10 changed files with 196 additions and 639 deletions.
2 changes: 1 addition & 1 deletion __tests__/creator-spec.ts
Expand Up @@ -422,7 +422,7 @@ test('MSICreator create() shortcut name override', async () => {
testIncludes('Custom shortcut name', '<Shortcut Id="ApplicationStartMenuShortcut" Name="BeepBeep"');

testIncludes('Install path property', '<Property Id="INSTALLPATH">');
testIncludes('Install RegistrySearch', '<RegistrySearch Key="SOFTWARE\\Acme Technologies\\Acme" Root="HKLM" Type="raw" Id="INSTALLPATH_REGSEARCH" Name="InstallPath" />');
testIncludes('Install RegistrySearch', '<RegistrySearch Key="SOFTWARE\\Acme Technologies\\Acme"');
testIncludes('RegistryInstallPath component', '<Component Id="RegistryInstallPath"');
testIncludes('RegistryInstallPath component-ref', '<ComponentRef Id="RegistryInstallPath" />');
testIncludes('PurgeOnUninstall component', '<Component Id="PurgeOnUninstall" ');
Expand Down

0 comments on commit 78a775c

Please sign in to comment.