Hi Mike,
thanx for your quick answer.
However, it seems the opk-file doesnt overwrite the original files.
I get the error message: "This ini-file cannot be created, because it is used by another group"
I send you the OPKsetup.ogs as I found it in my Origin-directory.
if (run.section(GDOES.ogs, OnBeforeSetup) == 1)
{
opack.undo();
return;
}
else
{
if (system.toolbar.createcategory("GDOES.INI") == 0)
{
system.toolbar.create(GDOES);
%A=$General.UserDefinedGroupAdded;
%B=$General.UserDefinedGroup;
type.msgBox(GDOES %A, %B);
}
}
run.section(GDOES.ogs, OnAfterSetup);