Hi,
In my installation, I install a lot of integration packages.
I created the folder "WitDataFarm" in the Integration Services and I installed
a lot of packages.
I used this CustomActions:
For to create the folder:
<CustomAction Id="CACreate" ExeCommand="C:\Program Files\Microsoft SQL
Server\100\DTS\Binn\dtutil.exe /FC DTS;MSDB;WitDataFarm" Return="asyncWait"
Directory="TARGETDIR" Execute="deferred" Impersonate="no"/>
For to install packages:
<CustomAction Id="InstallPackage"
ExeCommand="C:\Convergencia\WitDataFarm\Source\package.bat" Execute="deferred"
Impersonate="no" Return="asyncWait" Directory="TARGETDIR"/>
I craeted an file.bat for to copy packages in the folder "WitDataFarm".
This CustomActions are working!
I´m with problem when I delete the packages.
I´m runing the following command in the cmd:
dtutil /DTS "MSDB\WitDataFrm\file.dtsx" /DELETE
The operation completed successfully, but the package did not delete.
I need correct command for to make a CustomAction.
Thanks,
Carolina Zuqueto.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users