Skip to content

Commit 529e7a1

Browse files
committed
Generate new guid for FDBInstaller.wxs
1 parent 69c862e commit 529e7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/msi/FDBInstaller.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3434
<Product Name='$(var.Title)'
35-
Id='{C87FA777-8E67-4298-809C-925758C3FCA4}'
35+
Id='{E1E1FACE-6556-42A5-8F29-5E16D1418E24}'
3636
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
3737
Version='$(var.Version)'
3838
Manufacturer='$(var.Manufacturer)'

0 commit comments

Comments
 (0)