개정판 e477d458
Fix: FinalService.wxs 수정
Change-Id: I5d237592b53992614aa14b9184e6f82ada7e8ccf
FinalService/KCOM_FinalService_DL/FinalService.wxs | ||
---|---|---|
3 | 3 |
<?define SourceDir=".\ProcessPublish"?> |
4 | 4 |
<Product Id="*" Name="FinalService" Language="1033" Version="1.0.0.0" Manufacturer="DOFTECH(C)" UpgradeCode="{891C1A03-B941-4E93-83C6-9AF6E4F6B31E}"> |
5 | 5 |
<Package Platform="x64" InstallerVersion="400" Compressed="yes" InstallScope="perMachine" /> |
6 |
|
|
7 |
<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes"/> |
|
6 | 8 |
<MediaTemplate EmbedCab="yes" /> |
7 | 9 |
|
8 | 10 |
<Feature Id="ProductFeature" Title="FinalService" Level="1"> |
... | ... | |
11 | 13 |
|
12 | 14 |
<Directory Id='TARGETDIR' Name='SourceDir'> |
13 | 15 |
<Directory Id="ProgramFiles64Folder"> |
14 |
<Directory Id="DOFTECH" Name="DOFTECH" > |
|
15 |
<Directory Id="INSTALLFOLDER" Name="FinalService"> |
|
16 |
<Directory Id="dirF152986C1E6339E5EF84FD1370841521" Name="ko" /> |
|
17 |
<Directory Id="dir41772C233BE465DE0D167364B3BB566C" Name="Resources" /> |
|
16 |
<Directory Id="COMPANYFOLDER" Name="DOFTECH" > |
|
17 |
<Directory Id="PRODUCTFOLDER" Name="MARKUS"> |
|
18 |
<Directory Id="INSTALLFOLDER" Name="FinalService"> |
|
19 |
<Directory Id="dirF152986C1E6339E5EF84FD1370841521" Name="ko" /> |
|
20 |
<Directory Id="dir41772C233BE465DE0D167364B3BB566C" Name="Resources" /> |
|
21 |
</Directory> |
|
18 | 22 |
</Directory> |
19 | 23 |
</Directory> |
20 | 24 |
</Directory> |
... | ... | |
74 | 78 |
|
75 | 79 |
<Component Id="WindowsServicesComponent" Directory="INSTALLFOLDER" Guid="{3D00166E-AAAA-4F24-B94F-3D5E9ED21D66}" Win64="yes"> |
76 | 80 |
<File Id="KCOM_FinalService.exe" Name="KCOM_FinalService.exe" Source="$(var.SourceDir)\KCOM_FinalService.exe"/> |
77 |
<ServiceInstall Id="MARKUS_FinalService" Name="KCOM_FinalService" DisplayName="MARKUS FinalService" Description="MARSKUS Windows Services" Start="auto" Type="ownProcess" ErrorControl="normal" Account="LocalSystem" Arguments="/ARGUMENTS LIST" Vital="yes" Interactive="no"/> |
|
78 |
<ServiceControl Id="MARKUS_FinalService" Name="KCOM_FinalService" Start="install" Stop="both" Remove="uninstall" Wait="yes"/> |
|
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"/> |
|
92 |
<ServiceControl Id="StartService" |
|
93 |
Name="FinalService" |
|
94 |
Start="install" |
|
95 |
Stop="both" |
|
96 |
Remove="uninstall" |
|
97 |
Wait="yes"/> |
|
79 | 98 |
<ServiceConfig ServiceName="KCOM_FinalService" OnInstall="yes" DelayedAutoStart="yes"/> |
80 | 99 |
</Component> |
81 | 100 |
|
101 |
<Component Id="monitorservice" Directory="INSTALLFOLDER" Guid="44c71fdb-afa5-490e-b111-40a23039f665" Win64='yes'> |
|
102 |
<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" /> |
|
110 |
<!-- Tell WiX to start the Service --> |
|
111 |
<ServiceControl Id="MonitorServiceController" Start="install" Stop="both" Remove="uninstall" Name="FinalService_Watcher" Wait="yes" /> |
|
112 |
</Component> |
|
113 |
|
|
82 | 114 |
<Component Id="cmp2662FB243DAE8DF43E45C18BBC6963D6" Directory="INSTALLFOLDER" Guid="30E5AB36-7EC5-45B8-BA9D-36228E00BE35" Win64="yes"> |
83 | 115 |
<File Id="fil310CC5D3573552ED8BE7E9CC58ACB9A1" KeyPath="yes" Source="$(var.SourceDir)\KCOM_FinalService.exe.config" /> |
84 | 116 |
</Component> |
내보내기 Unified diff