Adobe Acrobat Reader 9.1
I have created an MST and stripped out the Autoupdate stuff as per stikle's entry on
http://itninja.com/link/adobe-reader-9.x
What I would like to know is which tables/entries to I need to change for the default dictionary to be English (United Kingdom) and not the default US? And also will that change the Units from Inches to centimetres or is there somewhere seperate for that?
http://itninja.com/link/adobe-reader-9.x
What I would like to know is which tables/entries to I need to change for the default dictionary to be English (United Kingdom) and not the default US? And also will that change the Units from Inches to centimetres or is there somewhere seperate for that?
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
JouniAlkio
15 years ago
I only found the units setting in HKCU-registry, so I added Active Setup with a regedit command in the trasform (and the .reg file to the program folder where it gets run from).
Maybe the dictionary setting is there as well.
Active Setup is really useful, the only problem is that because of Vista UAC the regedit command may give an annoying security popup at logon, depending on the settings.
This is the .reg file that gets run by Active Setup (iPageUnits is the cm units setting):
[font="courier new"]Windows Registry Editor Version 5.00
[font="courier new"]
[font="courier new"][HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Originals]
[font="courier new"]"bDisplayedSplash"=dword:00000001
[font="courier new"]"iPageUnits"=dword:00000003
[font="courier new"]
[font="courier new"][HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVGeneral]
[font="courier new"]"bCheckForUpdatesAtStartup"=dword:00000000
(The other settings may not be necessary, I also disabled the updating features in the transform.)
Maybe the dictionary setting is there as well.
Active Setup is really useful, the only problem is that because of Vista UAC the regedit command may give an annoying security popup at logon, depending on the settings.
This is the .reg file that gets run by Active Setup (iPageUnits is the cm units setting):
[font="courier new"]
[font="courier new"]
[font="courier new"]
[font="courier new"]
[font="courier new"]
[font="courier new"]
[font="courier new"]
(The other settings may not be necessary, I also disabled the updating features in the transform.)
Posted by:
smason
15 years ago
Posted by:
JouniAlkio
15 years ago
Posted by:
JouniAlkio
15 years ago
I checked the Adobe Reader 9.1.MSI with Customization Wizard 9 and I couldn't find a setting for the units.
You can add registry entries there, but I don't think it would help because the above mentioned settings are in the HKCU registry - those settings would probably still be put only into the HKCU of the account that is used to install the Reader in the first place! Just like when doing a transfrom otherwise.
You can add registry entries there, but I don't think it would help because the above mentioned settings are in the HKCU registry - those settings would probably still be put only into the HKCU of the account that is used to install the Reader in the first place! Just like when doing a transfrom otherwise.
Posted by:
anonymous_9363
15 years ago
the above mentioned settings are in the HKCU registry - those settings would probably still be put only into the HKCU of the account that is used to install the Reader in the first place!Set one of the entries as a key path and the feature containing the component will get repaired/self-healed when a logged-in user loads up the Reader.
Posted by:
JouniAlkio
15 years ago
Posted by:
anonymous_9363
15 years ago
Yeah, but self repair only works with advertised shortcuts, right?Almost right. Healing involves advertised entry points which can include shortcuts but also file extensions, COM objects and other binaries.
Check out John McFadyen's excellent article http://johnmcfadyen.spaces.live.com
Posted by:
JouniAlkio
15 years ago
Posted by:
JouniAlkio
15 years ago
I ended up using the Customization Wizard 9, added the Units-setting in HKCU registry and added an Active Setup that runs the self repair on first logon.
The self repair wasn't triggered automatically by shortcut or .pdf files. I guess that I could have tweaked the entry points with Install Shield Editor but this is simpler and less prone to break anything, I think.
The self repair wasn't triggered automatically by shortcut or .pdf files. I guess that I could have tweaked the entry points with Install Shield Editor but this is simpler and less prone to break anything, I think.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.