I have to create folder structure on remote machines for SSIS deployments
\\server\g$\SSIS_Package_Logs\project\Deployment_currentDate
\\server\g$\SSIS_Package_Logs\project\log_currentdate
\\server\g$\SSIS_Package_Logs\project\PackageDependency_currentDate
and need to cut paste enviromnet specfic fils in deployment folder and call SSIS package wizard
I want to do automation to create all folders in that server path above, but I have got a problem of access, even I am not getting command to call SSIS_wizard because windows is not sharing any API, so I can do partial automation to creat folders only
I have no idea about SSIS, what it consist mainly, How can I make *msi and call all deplopyment automatically from *.manifest file
can anyone please share code.........I am not getting this info anywere so I am asking about code
I also have no idea about how to write code in *.Manifest file or call it externally from any VB.net application
I need to do hundreds of deployments per week and fade up of doing it manually
--Himanshu Kulkarni