deployment - Installer for ISDeploymentWizard.exe -


is aware of installer (msi or otherwise) drops ssis deployment wizard executable (isdeploymentwizard.exe) onto server (generally found in c:\program files (x86)\microsoft sql server\110\dts\binn). have web server (we use our tfs agent) want deploy our ssis 2012 packages - vanilla server (with iis, .net, etc) , hence don't want blown install of ssis and/or vs2012 (ssdt) deploy ssis packages.

i realise can use t-sql (which requires instance level perm'd user openrowset bulk import used) and/or mom deploy ssis packages remote sql server 2012 instance preference use ssis deployment wizard

i have thought isdeploymentwizard.exe have been part of sql server 2012 feature pack (http://www.microsoft.com/en-us/download/confirmation.aspx?id=35580) unclear whether case , indeed msi belong to

i needed same isdeploymentwizard.exe on our build server. didn't want full installation of sqlserver on build box. using iso (en_sql_server_2012_developer_edition_with_sp1_x64_dvd_1228540) msdn subscriptions

i chose "integration services" choose integration services

however, if thru files in iso there is

sql_is.msi 

which msi looking for. placed isdeploymentwizard.exe in out 64-bit machine.

c:\program files\microsoft sql server\110\dts\binn\isdeploymentwizard.exe 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -