Glennbullion wrote:
Ah missed a post above, see it now.
Yeah, I can import the task through the command line. Just wondering if there is a way to incorporate that step into Advanced Installer.
create msi to install to unpack the files and extra step during deployment to import the xml.. that way you have msi installed and registered with windows and any changes u make to new version it will upgrade the repository files that are stored locally on pc..
so task would be
1. Deploy .MSI files
2. check if deployed files exist in destination directory
3. run CMD command to import xml (which was extracted during msi deployment)
4. delete xml
step #3 also can be an batch2exe converted file that gets executed if you want to compile resource inside.