mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
.. | ||
%this%.CA.dll | ||
build.cmd | ||
CustomAction.config | ||
Install_CustomDirectory.cmd | ||
Install_Normal.cmd | ||
InstallDir.pdb | ||
My Product - Copy.wxs | ||
My Product.wixobj | ||
My Product.wxs | ||
myapp.cs | ||
myapp.exe | ||
readme.txt | ||
setup.cs | ||
setup.cs.dll | ||
setup.cs.pdb | ||
setup.msi | ||
setup.wixpdb | ||
uninstall.cmd | ||
WixSharp.CA.dll | ||
WixSharp.dll | ||
WixSharp.pdb |
This sample demonstrates how to modify default INSTALLDIR from. Execute corresponding .cmd file to build desired msi. After msi is built execute: - Install_Normal.cmd and observe application being installed in <Program Files>\CustomActionTest - Install_CustomDirectory.cmd and observe application being installed in the directory nominated in Install_CustomDirectory.cmd (e.g. <Program Files>\CustomDir).