macmillanpublishers / Word-template

Macmillan's styles and template
ISC License
4 stars 4 forks source link

Installing the template for new users #204

Closed senthilmm closed 7 years ago

senthilmm commented 7 years ago

A new installation creates "MacmillanStyleTemplate" folder in AppData/Roaming/. On launching Word, Macmillan Tools Version and Macmillan Styles Version reports "You do not have MacmillanGT.dotm/macmillan.dotm installed on your computer".

Copying "MacmillanStyleTemplate" folder to ProgramData resolves this issue. Any thoughts.

Tested on Windows 10 Pro x64-based PC.

senthilmm commented 7 years ago

CheckMacmillanGT() and CheckMacmillan() requires the following change ' strTemplatePath = Environ("PROGRAMDATA") & "\MacmillanStyleTemplate\" & templateFile strTemplatePath = Environ("APPDATA") & "\MacmillanStyleTemplate\" & templateFile

ericawarren commented 7 years ago

Thanks for the details! I'll take a look at this for our next update.