프로젝트

일반

사용자정보

개정판 f333dcc2

IDf333dcc2027ab618bbacd794557db91bf76ff53a
상위 e477d458
하위 3d8d3e9b

백흠경이(가) 11달 전에 추가함

Fix: FinalService.wxs 수정(Name이 같도록 수정)

Change-Id: If374bddd539000a4411a6680bd934cd8c646938d

차이점 보기:

FinalService/KCOM_FinalService_DL/FinalService.wxs
79 79
			<Component Id="WindowsServicesComponent" Directory="INSTALLFOLDER" Guid="{3D00166E-AAAA-4F24-B94F-3D5E9ED21D66}" Win64="yes">
80 80
				<File Id="KCOM_FinalService.exe" Name="KCOM_FinalService.exe" Source="$(var.SourceDir)\KCOM_FinalService.exe"/>
81 81
				<ServiceInstall Id="MARKUS_FinalService" 
82
				Name="FinalService" 
83
				DisplayName="MARKUS FinalService" 
84
				Description="convert user comments to pdf file" 
85
				Start="auto" 
86
				Type="ownProcess" 
87
				ErrorControl="normal" 
88
				Account="LocalSystem" 
89
				Arguments="/ARGUMENTS LIST" 
90
				Vital="yes" 
91
				Interactive="yes"/>
82
					Name="FinalService" 
83
					DisplayName="MARKUS FinalService" 
84
					Description="convert user comments to pdf file" 
85
					Start="auto" 
86
					Type="ownProcess" 
87
					ErrorControl="normal" 
88
					Account="LocalSystem" 
89
					Arguments="/ARGUMENTS LIST" 
90
					Vital="yes" 
91
					Interactive="no"/>
92 92
				<ServiceControl Id="StartService" 
93
				Name="FinalService" 
94
				Start="install" 
95
				Stop="both" 
96
				Remove="uninstall" 
97
				Wait="yes"/>
98
				<ServiceConfig ServiceName="KCOM_FinalService" OnInstall="yes" DelayedAutoStart="yes"/>
93
					Name="FinalService" 
94
					Start="install" 
95
					Stop="both" 
96
					Remove="uninstall" 
97
					Wait="yes"/>
98
				<ServiceConfig 
99
					ServiceName="FinalService" 
100
					OnInstall="yes" 
101
					DelayedAutoStart="yes"/>
99 102
			</Component>
100 103
			
101 104
			<Component Id="monitorservice" Directory="INSTALLFOLDER" Guid="44c71fdb-afa5-490e-b111-40a23039f665" Win64='yes'>
102 105
				<File Id="monitorservice" KeyPath="yes" Source="$(var.SourceDir)\FinalService_Watcher.exe" />
103
				<ServiceInstall Id="MonitorServiceInstaller" 
104
				Type="ownProcess" 
105
				Name="FinalService_Watcher" 
106
				DisplayName="MARKUS FinalService Watcher" 
107
				Description="convert user comments to pdf file monitoring" 
108
				Start="auto" 
109
				ErrorControl="normal" />
106
				<ServiceInstall 
107
					Id="MonitorServiceInstaller" 
108
					Type="ownProcess" 
109
					Name="FinalService_Watcher" 
110
					DisplayName="MARKUS FinalService Watcher" 
111
					Description="convert user comments to pdf file monitoring" 
112
					Start="auto" 
113
					ErrorControl="normal" />
110 114
				<!-- Tell WiX to start the Service -->
111
				<ServiceControl Id="MonitorServiceController" Start="install" Stop="both" Remove="uninstall" Name="FinalService_Watcher" Wait="yes" />
115
				<ServiceControl 
116
					Id="MonitorServiceController" 
117
					Start="install" 
118
					Stop="both" 
119
					Remove="uninstall" 
120
					Name="FinalService_Watcher" 
121
					Wait="yes" />
112 122
			</Component>
113 123
	  
114 124
            <Component Id="cmp2662FB243DAE8DF43E45C18BBC6963D6" Directory="INSTALLFOLDER" Guid="30E5AB36-7EC5-45B8-BA9D-36228E00BE35" Win64="yes">

내보내기 Unified diff

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