B
BIG Chris
Hi,
I have a "system" that I wrote for MSP 2002 that consists of a set of
modules, forms and a toolbar. In the past, in order to get this deployed to
my users I have created a seperate mpp file that has an "Autpen" procedure
that then calls a set of commands such as :
OrganizerMoveItem pjToolbars, filename, "GLOBAL.MPT", "MMT"
OrganizerMoveItem pjModules, filename, "GLOBAL.MPT", "frmAssignProject"
This way of doing things was fine, because all I had created was forms and
modules that needed to be copied to the users GLOBAL.MPT file.
BUT now ( hence this question ) I also have code that I need to be installed
in the "Project_Activate" procedure i.e. code that will run whenever the
users opens up a new MS projecty file. This code "lives" in "ThisProject
(Global.MPT)" and I have no idea how to get this installed on my users
machines, because there doesn't seem to be an Organizer method to do this
kind of thing ( i.e. it's not a module, form, toolbar, view etc etc )
Does anyone have any idea how I get this code deployed ? Note I can NOT add
this code to every individual MS project file that a user may us, because I
have no control over their individual projects.
Cheers,
Chris.
I have a "system" that I wrote for MSP 2002 that consists of a set of
modules, forms and a toolbar. In the past, in order to get this deployed to
my users I have created a seperate mpp file that has an "Autpen" procedure
that then calls a set of commands such as :
OrganizerMoveItem pjToolbars, filename, "GLOBAL.MPT", "MMT"
OrganizerMoveItem pjModules, filename, "GLOBAL.MPT", "frmAssignProject"
This way of doing things was fine, because all I had created was forms and
modules that needed to be copied to the users GLOBAL.MPT file.
BUT now ( hence this question ) I also have code that I need to be installed
in the "Project_Activate" procedure i.e. code that will run whenever the
users opens up a new MS projecty file. This code "lives" in "ThisProject
(Global.MPT)" and I have no idea how to get this installed on my users
machines, because there doesn't seem to be an Organizer method to do this
kind of thing ( i.e. it's not a module, form, toolbar, view etc etc )
Does anyone have any idea how I get this code deployed ? Note I can NOT add
this code to every individual MS project file that a user may us, because I
have no control over their individual projects.
Cheers,
Chris.