Performs the following:
Bail if target is not for windows or current machine is not windows (no inno compiler)
Filter and copy project supplied inno file into place if it has been specified and exists
If no inno file exists filter and deposite into place bundled inno template & copy procrun executables
Bail if we cannot find the inno compiler executable
Execute inno compiler it on the inno file
Performs the following:
Bail if target is not for linux or current machine is not linux (no rpm builder)
Filter and copy project supplied spec file into place if it has been specified and exists
If no spec file exists filter and deposite into place bundled spec template
Bail if we cannot find the rpm builder executable
Execute rpm build on the filtered spec file