프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusWixSetup / VersionChange.ps1 @ a1e2ba68

이력 | 보기 | 이력해설 | 다운로드 (324 Bytes)

1 a1e2ba68 taeseongkim
$file=$args[0]
2
$version=$args[1]
3
4
$doc = [xml](Get-Content (Resolve-Path $file))
5
6
Write-Output $doc.Wix.Product.GetAttribute("Version")
7
8
$doc.Wix.Product.SetAttribute("Version",$version)
9
$doc.Wix.Product.SetAttribute("UpgradeCode",[GUID]::NewGuid().ToString('B'))
10
# write results to disk
11
12
13
$doc.save((Resolve-Path $file))
클립보드 이미지 추가 (최대 크기: 500 MB)