프로젝트

일반

사용자정보

개정판 5730b998

ID5730b9987601eaa1523909768161c93011f91d81
상위 68a2ec49
하위 f2c81465

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

issue #1183: able to launch application from web

Change-Id: Ia8c1876edb8aac3c5fe77bbdbbf207b2004288cc

차이점 보기:

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)