Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: remoting/host/win/chromoting.wxs

Issue 10832124: [Chromoting] Moving Windows-only host installation script to remoting/host/win. Moving scripts to r… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/installer/chromoting.wxs ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> 2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 3
4 <?define EventSourceName = "chromoting" ?> 4 <?define EventSourceName = "chromoting" ?>
5 <?define ServiceName = "chromoting" ?> 5 <?define ServiceName = "chromoting" ?>
6 6
7 <!-- TODO(alexeypa): There strings should be localized, 7 <!-- TODO(alexeypa): There strings should be localized,
8 see http://crbug.com/121785 --> 8 see http://crbug.com/121785 -->
9 <?if $(var.Branding) ~= Chrome ?> 9 <?if $(var.Branding) ~= Chrome ?>
10 <?define ChromotingHost = "Chrome Remote Desktop Host" ?> 10 <?define ChromotingHost = "Chrome Remote Desktop Host" ?>
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 </Custom> 410 </Custom>
411 <Custom Action="set_service_display_name" Before="InstallInitialize"> 411 <Custom Action="set_service_display_name" Before="InstallInitialize">
412 <![CDATA[VersionNT >= 600]]> 412 <![CDATA[VersionNT >= 600]]>
413 </Custom> 413 </Custom>
414 <Custom Action="set_service_description" Before="InstallInitialize"> 414 <Custom Action="set_service_description" Before="InstallInitialize">
415 <![CDATA[VersionNT >= 600]]> 415 <![CDATA[VersionNT >= 600]]>
416 </Custom> 416 </Custom>
417 </InstallExecuteSequence> 417 </InstallExecuteSequence>
418 </Product> 418 </Product>
419 </Wix> 419 </Wix>
OLDNEW
« no previous file with comments | « remoting/host/installer/chromoting.wxs ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698