프로젝트

일반

사용자정보

개정판 d2e0fee3

IDd2e0fee3c63a7c0ca485f4b7dfaccea03b2d85cb
상위 47759f8d
하위 c4ce78d9

김태성이(가) 4년 이상 전에 추가함

replaceVersion.ps1 add

Change-Id: I5dcdd433bc6a2f03123491de13c104af69603303

차이점 보기:

replaceVersion.ps1
1
$TargetPath=$args[0]
2
$WixProjectPath=$args[1]
3
$outputPath=$args[2]
4

  
5
$KcomPath = join-path -path $TargetPath -childpath 'KCOM.exe'
6

  
7
$version=(get-item $KcomPath).VersionInfo.FileVersion
8

  
9
$WixProjectFile = get-content $WixProjectPath 
10

  
11
$WixProjectFile -creplace'\$VERSION',$version 
12
       -creplace '$(var.KCOM.TargetDir)',$TargetPath
13
       -creplace '$(var.IKCOM.TargetDir)',$TargetPath
14
       -creplace '$(var.MarkupToPDF.TargetDir)',$TargetPath
15
       -creplace '$(var.KCOMDataModel.TargetDir)',$TargetPath
16
       -creplace '$(var.CommonLib.TargetDir)',$TargetPath >> Out-File  -Encoding ASCII $outputPath

내보내기 Unified diff

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