mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
9 lines
378 B
XML
9 lines
378 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<?include $(sys.CURRENTDIR)Includes\Config.wxi?>
|
|
<Fragment>
|
|
<Component Id="C.MainExe" Directory="APPLICATIONROOTDIRECTORY" Guid="*">
|
|
<File Id="MainExeFile" Source="$(var.SolutionDir)mRemoteV1\bin\$(var.Configuration)\mRemoteNG.exe" />
|
|
</Component>
|
|
</Fragment>
|
|
</Wix> |