v2 vs2005 reference manual

Posts   
 
    
arschr
User
Posts: 894
Joined: 14-Dec-2003
# Posted on: 07-Jul-2006 13:51:19   

I have registed the help from the beta. Now the v2 final is installed in another directory.

Do I need to unregister the beta help? If I don't how does this interact with the release help?

How will help upgrades need to be handled?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 07-Jul-2006 15:02:28   

I suppose you'd better un-rigester the beta help. Then register the release Help.

How will help upgrades need to be handled?

I guess you won't need to do anything, as long as you always install the upgrades into the same folder.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 07-Jul-2006 15:34:32   

Just run unregister.bat. It unregisters the help namespace, then register the help again.

Frans Bouma | Lead developer LLBLGen Pro
arschr
User
Posts: 894
Joined: 14-Dec-2003
# Posted on: 07-Jul-2006 16:34:28   

Just run unregister.bat. It unregisters the help namespace, then register the help again.

Will this need to be done everytime a new update is issued?

Does vs have to be closed?

Should this be documented in the readme /install section?

Can it be automated as part of the install msi?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 07-Jul-2006 17:52:24   

arschr wrote:

Just run unregister.bat. It unregisters the help namespace, then register the help again.

Will this need to be done everytime a new update is issued?

If you want to, yes. However the reference manual will hardly change during a version lifetime, as it would otherwise be a break in the interfaces.

Does vs have to be closed?

To see the updated help, yes.

Should this be documented in the readme /install section? Can it be automated as part of the install msi?

It's documented in the enclosed readme, how to install it, just run the register bat file. simple_smile It's not enclosed in the .msi as you might not have vs.net 2005, or you probably don't want to re-register the referencemanual. The thing is, if you unregister and re-register, the whole helpindexes of vs.net have to be rebuild, which for example on my system takes at least 5 minutes. Not something you want to do always.

Frans Bouma | Lead developer LLBLGen Pro