Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8912865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:19:17+00:00 2026-06-15T04:19:17+00:00

I have a website project, and an outlook addin that communicates via a webservice

  • 0

I have a website project, and an outlook addin that communicates via a webservice to the same database. I’d like to add the outlook addin as “downloadable file” to the interface of the website.

How to achieve that at build time the outlook addin installer ends up in the website’s “Download” folder?

Is that possible?

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T04:19:19+00:00Added an answer on June 15, 2026 at 4:19 am

    I am not sure this is really a good idea, because maybe not every time you build it it is ok to upload it (broken builds? untested bugs?), but anyway, the idea might be this:

    • find a way to mount the FTP site mounted as disk Z in the computer and keep it there
    • you probably want to zip it before, so find and install a command line zip.exe
    • find a way to have an automated job start every few minutes (like a batch file)

    The job (might be a batch file) should do this:

    • check the file creation date of C:\build\folder\executable.exe and compare it with the file creation date of Z:\download\folder\executable.zip
    • only if newer, zip C:\build\folder\executable.exe to C:\build\folder\executable.zip and copy C:\build\folder\executable.zip to Z:\download\folder\executable.zip

    In what language you write the script is your choice, a windows batch could do (the XCOPY command can copy only newer files), I know PHP and probably would use that with a batch file calling “php my_php_task.php”, but you can launch any language interpreter you like.

    UPDATE

    For zipping you can download this:
    http://www.info-zip.org/Zip.html

    For copying only newer files u can use XCOPY with options /D (newer only) and /Y (confirm overwriting). Other options here:
    http://www.computerhope.com/xcopyhlp.htm

    So the batch file might look just similar to these two lines:

    zip -f C:\build\folder\executable.zip C:\build\folder\executable.exe
    xcopy /D /Y C:\build\folder\executable.zip Z:\download\folder\executable.zip
    

    Have it called every 30 seconds and the job is done. The -f option in zip and /D option in xcopy make sure the script does nothing except check creation dates if you have not recently rebuilt the file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

VS2005.NET I have a website project that references 3rd party dll's and i'd like
Hello I have a page in an ASP.NET (website) project that writes a file
I have a website project and in that I added a .svc file with
I have a Website project that I'm trying to debug using Fiddler. Fiddler doesn't
I have a website project that I want to build using CruiseControl.net. On one
i have a job portal website project in that i need to signup user
I have a website project that has more than 50,000 unimportant files (to development)
I am using visual studio 2010. I have a website project that I would
I have a website project that needs to load a 32 bit DLL, and
I have a website project. It has assembly references to external DLLs that we

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.