namespace Cosmos.Build.Builder.Services { internal interface IInnoSetupService { string GetInnoSetupInstallationPath(); } }