markus / 빌드마지막 스크립트.txt @ a9a82876
이력 | 보기 | 이력해설 | 다운로드 (1.64 KB)
1 |
# $version=(get-item .\Setup\KCOM.exe).VersionInfo.FileVersion |
---|---|
2 |
# Out-File -FilePath .\Setup\propfile -InputObject "BUILD_NAME=$version" -Encoding ASCII |
3 |
|
4 |
# (get-content .\MARKUS.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\MARKUS.wxs -Encoding ASCII |
5 |
# (get-content .\MARKUSx86.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\MARKUSx86.wxs -Encoding ASCII |
6 |
# (get-content .\FinalService.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\FinalService.wxs -Encoding ASCII |
7 |
# (get-content .\ConvertService.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\ConvertService.wxs -Encoding ASCII |
8 |
# (get-content .\MARKUS_daelim.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\MARKUS_daelim.wxs -Encoding ASCII |
9 |
# (get-content .\MARKUS_daelim_test.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\MARKUS_daelim_test.wxs -Encoding ASCII |
10 |
# (get-content .\MARKUS_HyoSung_x86.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\MARKUS_HyoSung_x86.wxs -Encoding ASCII |
11 |
# (get-content .\MARKUS_HyoSung_x64.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\MARKUS_HyoSung_x64.wxs -Encoding ASCII |
12 |
# (get-content .\FinalService_daelim.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\FinalService_daelim.wxs -Encoding ASCII |
13 |
# (get-content .\FinalService_SNI.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\FinalService_SNI.wxs -Encoding ASCII |
14 |
# (get-content .\MARKUS_pemss.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\MARKUS_pemss.wxs -Encoding ASCII |
15 |
# (get-content .\MARKUS_SNI.wxs) | % { $_ -replace '\$VERSION',$version} | Out-File .\MARKUS_SNI.wxs -Encoding ASCII |
16 |
|
17 |
# cmd.exe /c build.bat $version |