Create a symbolic link for latest Chromoting install
This CL updates our WXS file to create a symbolic link which points to the newly installed directory (or removes the symbolic link on uninstall). This link can be used to make Windows-specific instructions easier to follow, for example you can now specify this instead of requiring the user to figure out the current version of the host: "%ProgramFiles(x86)%\Chromoting\CurrentVersion\remoting_start_host.exe" Note: I marked the actions as 'ignore return value' as I don't think we would want to fail to install the package if the link couldn't be created. Ignoring the rmdir output simplifies the command as we don't need to check if the link exists before trying to remove it. Change-Id: I3f0df29b3549bd998eac9d517245f8822db4ec66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028118 Commit-Queue: Joe Downing <joedow@chromium.org> Auto-Submit: Joe Downing <joedow@chromium.org> Reviewed-by:Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#736550}
Showing
Please register or sign in to comment