Delete the package on the destination server if it already exists.
Open DTS package (design)
Save As, Location Visual Basic File
Edit visual basic file, .bas to make changes
use these next lines to save to database and comment out execute
goPackage.SaveToSQLServer “servername", , , 256 ' you can also use sa authentication
'goPackage.Execute
To load
Open MS Word
Tools->Macros->Visual Basic editor
Cut and paste .bas file into editor
Tools->References
check Microsoft DTSPackage Object Libray
check Microsoft DTS Custome Tasks Object Library
check Microsoft DTSDataPump Scripting Object Library
F5 to run