/build/static/layout/Breadcrumb_cap_w.png

iSeries Access For Windows

Hi all again!
I'm busy, you see :)
Now I've got a deal with an Excel Toolbar and it's creation.
This Application (repackaged) creates an Excel toolbar, but the repackager only recognizes the change made in the Excel11.xlb (toolbar config file in userprofile).
The problem is :
- I can overwrite the target system's Excel11.xlb with this one in the new package, but doing that means deleting any previos configuration of each user. So I must find an alternative way to create the toolbar (and disable it) with NO .XLA FILE (sorry but there's no .xla file).

And that's it!

kss KrisBcn

0 Comments   [ + ] Show comments

Answers (6)

Posted by: revizor 17 years ago
Third Degree Blue Belt
0
Can you view the file structure of .xlb file?
I know Client Access uses .ini file structures extensively to store settings - you may design your vector of attack around that...
Posted by: KrisBcn 17 years ago
Purple Belt
0
Hi Revizor,
The .xlb file structure is not viewable for me, and the .ini file the package has is a setup.ini that doesn't have any entry for the toolbar...

Thanks
KrisBcn
Posted by: nheim 17 years ago
10th Degree Black Belt
0
Hi Kris,
the only SW which can edit the xlb-file is this one (afaik):
http://www.xlam.ch/products/xlb-defragmentor/index.htm
Unfortunately, the website is only in german (maybe bablefish is a help...)
Regards, Nick
Posted by: KrisBcn 17 years ago
Purple Belt
0
Well, thanks to all,
I've finally done a script as custom action to add the addin with the excel.application object.
Thanks!
Krisbcn
Posted by: islander222 17 years ago
Senior Yellow Belt
0
Hey krisBCn,

Is it possible for you to share the details of that script?

Thanks,
Adrian
Posted by: KrisBcn 17 years ago
Purple Belt
0
Hi Adrian
------------------------------
on error resume next
strPath = Session.Property ("ProgramFilesFolder")
Set objExcel = CreateObject("Excel.Application")
objExcel.Addins.Add(strPath & "IBM\Client Access\Shared\cwbtfxla.xll").Installed = True
With objExcel
.CommandBars("iSeries Access").Enabled = True
.CommandBars("iSeries Access").Visible = True
.CommandBars("Worksheet Menu Bar").Enabled = True
End With
set objExcel = nothing
-----------------------------

I hope it helps you
Regards
KrisBcn
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ