We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12baf0c commit 62cb334Copy full SHA for 62cb334
Installer/PasteIntoFile.wxs
@@ -6,7 +6,7 @@
6
UpgradeCode='D3BEE3F0-4EC0-44CC-ADDC-E7A3E133B9D2'
7
Name='Paste Into File'
8
Manufacturer='PasteIntoFile'
9
- Version='!(bind.FileVersion.mainExecutable)'>
+ Version='!(bind.FileVersion.main.exe)'>
10
11
<Package InstallerVersion='100' Compressed='yes' />
12
<MediaTemplate EmbedCab="yes"/>
@@ -32,7 +32,7 @@
32
AllowSameVersionUpgrades="no" />
33
34
<!-- After install: launch wizard -->
35
- <CustomAction Id='LaunchProgram' FileKey='mainExecutable' ExeCommand='wizard' Impersonate='yes' />
+ <CustomAction Id='LaunchProgram' FileKey='main.exe' ExeCommand='wizard' Impersonate='yes' />
36
37
<InstallExecuteSequence>
38
<!-- This action is not executed during uninstall and silent mode -->
0 commit comments