Release v1.10.0.0
-
Issue #658: Question: how to close running application or wait until user close application manually
-
Issue #656: ExeFileShortcut changing folder name
-
Issue #649: How to add permissions to regkey
-
Implemented
Session.IsCanceled
-
Added
File.OnProcess
andDirFiles.OnProcess
to provide custom handling on processing wildcards:new Files(@"..\Release Folder\test\*.exe") { OnProcess = file => { file.OverwriteOnInstall = true; } }, . . .