mirror of
https://github.com/uroni/urbackup_frontend_wx.git
synced 2025-10-26 11:19:28 +00:00
23 lines
1.1 KiB
Diff
23 lines
1.1 KiB
Diff
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>
|