Skip to content

Commit

Permalink
Remove extra whitespaces in product.wxs.template
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed Oct 11, 2022
1 parent 572558b commit 6b62cdc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packaging/windows/product.wxs.template
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
</Directory>
<Directory Id="ProgramMenuFolder">
<Component Id="StartMenuEntry" Guid="*">
<Shortcut Id="TrayStartMenuEntry"
Name="Red Hat OpenShift Local"
Target="[INSTALLDIR]crc-tray.exe"
Icon="crcicon.ico"
<Shortcut Id="TrayStartMenuEntry"
Name="Red Hat OpenShift Local"
Target="[INSTALLDIR]crc-tray.exe"
Icon="crcicon.ico"
WorkingDirectory="AppDataFolder">
<ShortcutProperty Key="System.AppUserModel.ID" Value="redhat.codereadycontainers.tray"/>
</Shortcut>
Expand All @@ -101,10 +101,10 @@
<CustomAction Id="RemoveCrcDaemonTask" BinaryKey="WixCA" DllEntry="WixQuietExec" Execute="deferred" Impersonate="no" Return="ignore" />
<SetProperty Action="CAInstallHyperv" Id="InstallHyperv" Value='"[System64Folder]dism.exe" /online /enable-feature /featureName:microsoft-hyper-v-all /NoRestart /quiet' Before="InstallHyperv" Sequence="execute"/>
<CustomAction Id="InstallHyperv" BinaryKey="WixCA" DllEntry="WixQuietExec64" Execute="deferred" Impersonate="no" Return="ignore" />
<SetProperty Action="CAAddUserToHypervAdminGroup"
Id="AddUserToHypervAdminGroup"
Value="&quot;[POWERSHELLEXE]&quot; -NonInteractive -ExecutionPolicy Bypass -NoProfile -Command &quot;Add-LocalGroupMember -Member [LogonUser] -SID S-1-5-32-578&quot;"
Before="AddUserToHypervAdminGroup"
<SetProperty Action="CAAddUserToHypervAdminGroup"
Id="AddUserToHypervAdminGroup"
Value="&quot;[POWERSHELLEXE]&quot; -NonInteractive -ExecutionPolicy Bypass -NoProfile -Command &quot;Add-LocalGroupMember -Member [LogonUser] -SID S-1-5-32-578&quot;"
Before="AddUserToHypervAdminGroup"
Sequence="execute"/>
<CustomAction Id="AddUserToHypervAdminGroup" BinaryKey="WixCA" DllEntry="WixQuietExec64" Execute="deferred" Impersonate="no" Return="ignore" />
<SetProperty Action="CACreateSMBShare"
Expand Down

0 comments on commit 6b62cdc

Please sign in to comment.