forked from uroni/urbackup_frontend_wx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathurbackup.wxs.notray.patch
22 lines (22 loc) · 1.12 KB
/
urbackup.wxs.notray.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23,25d22
<
< <util:CloseApplication Id="CloseUrBackupClient" CloseMessage="yes"
< ElevatedCloseMessage="no" RebootPrompt="no" Target="UrBackupClient.exe" />
39d35
< <File Id="UrBackupClient.exe" DiskId='1' Name='UrBackupClient.exe' Source="$(var.datadir)\UrBackupClient.exe" />
89,91d84
< <Property Id="WixShellExecTarget" Value="[#UrBackupClient.exe]" />
< <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
< <CustomAction Id="UninstallShellKeys" FileKey="UrBackupClient.exe" Execute="deferred" Return="asyncWait" ExeCommand="deleteshellkeys">REMOVE="ALL"</CustomAction>
97d89
< <ComponentRef Id='UrBackupClientAutostart' />
300,303d291
< Key="Software\Microsoft\Windows\CurrentVersion\Run">
< <RegistryValue Type="string" Name="UrBackupClient" Value="[URBACKUPDIR]UrBackupClient.exe"/>
< </RegistryKey>
< <RegistryKey Root="HKLM"
335,338d322
< <Publish Dialog="ExitDialog"
< Control="Finish"
< Event="DoAction"
< Value="LaunchApplication">NOT Installed</Publish>