How To Deploy Word 2010 Macros To Others?

前端 未结 4 966
心在旅途
心在旅途 2020-12-17 01:34

I have a macro that I developed in Word 2010.

How do I send this to others to use?

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-17 02:21

    I used an old solution - Nullsoft Scriptable Install System to copy the .dotm file to the %Appdata%/Microsoft/word/startup directory. To do this, I set InstallDir in the NSIS script to this:

    InstallDir "$APPDATA\Microsoft\Word\Startup"
    

    NSIS creates a small installer in the form of an EXE file that is easy to distribute and easy for users to install.

提交回复
热议问题