프로젝트

일반

사용자정보

개정판 5730b998

ID5730b9987601eaa1523909768161c93011f91d81
상위 68a2ec49
하위 f2c81465

백흠경이(가) 약 5년 전에 추가함

issue #1183: able to launch application from web

Change-Id: Ia8c1876edb8aac3c5fe77bbdbbf207b2004288cc

차이점 보기:

HYTOS.wxs
55 55
		<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
56 56
	</Fragment>
57 57

  
58
	<!--add below to launch from web-->
59
	<Fragment>
60
		<DirectoryRef Id="TARGETDIR">
61
		  <Component Id="cmp19D362F392C74FB3B81FF1FB89A17909" Guid="7614BABC-E832-49A7-82CA-064EAAD30173" KeyPath="yes">
62
			<RegistryKey ForceCreateOnInstall="yes" Key="HYTOS\shell\open" Root="HKCR" />
63
		  </Component>
64
		</DirectoryRef>
65
	</Fragment>
66

  
67
	<Fragment>
68
		<DirectoryRef Id="TARGETDIR">
69
			<Component Id="cmpC454564D73884607BFB7EECFC1EF2318" Guid="E6324A33-DBC4-4264-AA00-B861080BDB7F" KeyPath="yes">
70
				<RegistryKey Key="HYTOS\shell\open\command" Root="HKCR">
71
					<RegistryValue Value="&quot;C:\Program Files\SECL\HYTOS\HYTOS.exe&quot; &quot;%1&quot;" Type="string" />
72
				</RegistryKey>
73
			</Component>
74
		</DirectoryRef>
75
	</Fragment>
76

  
77
	<Fragment>
78
		<DirectoryRef Id="TARGETDIR">
79
			<Component Id="cmp5202D01F7B3A43DDBB863B2A52D5E6D3" Guid="1FB0B906-1AE1-4EE1-BDEA-C626015CD447" KeyPath="yes">
80
				<RegistryKey ForceCreateOnInstall="yes" Key="HYTOS\shell" Root="HKCR" />
81
			</Component>
82
		</DirectoryRef>
83
	</Fragment>
84

  
85
	<Fragment>
86
		<DirectoryRef Id="TARGETDIR">
87
			<Component Id="cmp13BA9F84E00C47D1A0E7AAAE93FBEAC4" Guid="DB90512B-F960-4736-906F-340CE4DA8880" KeyPath="yes">
88
				<RegistryKey Key="HYTOS" Root="HKCR">
89
					<RegistryValue Name="URL Protocol" Value="" Type="expandable" />
90
				</RegistryKey>
91
			</Component>
92
		</DirectoryRef>
93
	</Fragment>
94
    <!--add below to launch from web-->
95
	
58 96
	<Fragment>
59 97
		<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
60 98
			<!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
......
96 134
		<Icon Id="ico6B6943A7346F494980BA04319103DE9A" SourceFile="HYTOS.ico" />
97 135
      <ComponentGroup Id="HYTOS">
98 136
        <ComponentRef Id="RegistryEntries" />
137
		
138
		<!--add below to launch from web-->
139
		<ComponentRef Id="cmp19D362F392C74FB3B81FF1FB89A17909" />
140
		<ComponentRef Id="cmpC454564D73884607BFB7EECFC1EF2318" />
141
		<ComponentRef Id="cmp5202D01F7B3A43DDBB863B2A52D5E6D3" />
142
		<ComponentRef Id="cmp13BA9F84E00C47D1A0E7AAAE93FBEAC4" />
143
		<!--add below to launch from web-->
144
			
99 145
          <Component Id="cmpF22D40156F8E16FBFA89C752FF9D0EF9" Directory="INSTALLFOLDER" Guid="FF618B16-372E-4D97-98C3-3BA4BC007D46">
100 146
              <File Id="fil2DACDED111D2125FD9BAF52808E5CEB0" KeyPath="yes" Source=".\dist\App\api-ms-win-core-console-l1-1-0.dll" />
101 147
          </Component>
HYTOSx86.wxs
56 56
		<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
57 57
	</Fragment>
58 58

  
59
	<!--add below to launch from web-->
60
	<Fragment>
61
		<DirectoryRef Id="TARGETDIR">
62
		  <Component Id="cmp19D362F392C74FB3B81FF1FB89A17909" Guid="7614BABC-E832-49A7-82CA-064EAAD30173" KeyPath="yes">
63
			<RegistryKey ForceCreateOnInstall="yes" Key="HYTOS\shell\open" Root="HKCR" />
64
		  </Component>
65
		</DirectoryRef>
66
	</Fragment>
67

  
68
	<Fragment>
69
		<DirectoryRef Id="TARGETDIR">
70
			<Component Id="cmpC454564D73884607BFB7EECFC1EF2318" Guid="E6324A33-DBC4-4264-AA00-B861080BDB7F" KeyPath="yes">
71
				<RegistryKey Key="HYTOS\shell\open\command" Root="HKCR">
72
					<RegistryValue Value="&quot;C:\Program Files (x86)\SECL\HYTOS\HYTOS.exe&quot; &quot;%1&quot;" Type="string" />
73
				</RegistryKey>
74
			</Component>
75
		</DirectoryRef>
76
	</Fragment>
77

  
78
	<Fragment>
79
		<DirectoryRef Id="TARGETDIR">
80
			<Component Id="cmp5202D01F7B3A43DDBB863B2A52D5E6D3" Guid="1FB0B906-1AE1-4EE1-BDEA-C626015CD447" KeyPath="yes">
81
				<RegistryKey ForceCreateOnInstall="yes" Key="HYTOS\shell" Root="HKCR" />
82
			</Component>
83
		</DirectoryRef>
84
	</Fragment>
85

  
86
	<Fragment>
87
		<DirectoryRef Id="TARGETDIR">
88
			<Component Id="cmp13BA9F84E00C47D1A0E7AAAE93FBEAC4" Guid="DB90512B-F960-4736-906F-340CE4DA8880" KeyPath="yes">
89
				<RegistryKey Key="HYTOS" Root="HKCR">
90
					<RegistryValue Name="URL Protocol" Value="" Type="expandable" />
91
				</RegistryKey>
92
			</Component>
93
		</DirectoryRef>
94
	</Fragment>
95
    <!--add below to launch from web-->
96
	
59 97
	<Fragment>
60 98
		<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
61 99
			<!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
......
97 135
		<Icon Id="ico6B6943A7346F494980BA04319103DE9A" SourceFile="HYTOS.ico" />
98 136
		<ComponentGroup Id="HYTOS">
99 137
			<ComponentRef Id="RegistryEntries" />
138
			
139
			<!--add below to launch from web-->
140
			<ComponentRef Id="cmp19D362F392C74FB3B81FF1FB89A17909" />
141
			<ComponentRef Id="cmpC454564D73884607BFB7EECFC1EF2318" />
142
			<ComponentRef Id="cmp5202D01F7B3A43DDBB863B2A52D5E6D3" />
143
			<ComponentRef Id="cmp13BA9F84E00C47D1A0E7AAAE93FBEAC4" />
144
			<!--add below to launch from web-->
145
			
100 146
			  <Component Id="cmpAEEB5E01F7807A020F9811A22F39509E" Directory="INSTALLFOLDER" Guid="76EBD83C-ADAE-4580-BD1E-A4A233AE9B99">
101 147
				  <File Id="fil307257BB1E9323EE5E10CFE1987EA99B" KeyPath="yes" Source=".\dist\App\base_library.zip" />
102 148
			  </Component>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)