urgent:How to package Adobe Framemaker 9
Hi
Can anyone suggest how to package Adobe Framemaker 9 version.
Isthere any customization tools or should we work on the MSI
I am facing someissues when i created the mst, while i tried to launch teh shortcut it throws me any error meesage
Error
"FrameMaker cannot initialize its dictionaries. Either the LanguageDir entry specified in the initialization file is missing or incorrect, or the files in the LanguageDir are missing or corrupted."
Thanks in advance
Can anyone suggest how to package Adobe Framemaker 9 version.
Isthere any customization tools or should we work on the MSI
I am facing someissues when i created the mst, while i tried to launch teh shortcut it throws me any error meesage
Error
"FrameMaker cannot initialize its dictionaries. Either the LanguageDir entry specified in the initialization file is missing or incorrect, or the files in the LanguageDir are missing or corrupted."
Thanks in advance
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
sanhivi
14 years ago
Hi,
You can create a wrapper for the given seup.exe instead of creating mst's.
Call the setup.exe like below.
\setup.exe /InstallDir="C:\Program Files\Adobe\FrameMaker9\" /SerialNumber="give serial number" /CompanyName="given company name" /AdminInstall="false" /Interface_Lang="given interface launguage(ex:US)" /Air="false" /Silent="true" /Language="en_us" /Retain_Preferences="false"
Try with this, it will help u in installing the app.
You can create a wrapper for the given seup.exe instead of creating mst's.
Call the setup.exe like below.
\setup.exe /InstallDir="C:\Program Files\Adobe\FrameMaker9\" /SerialNumber="give serial number" /CompanyName="given company name" /AdminInstall="false" /Interface_Lang="given interface launguage(ex:US)" /Air="false" /Silent="true" /Language="en_us" /Retain_Preferences="false"
Try with this, it will help u in installing the app.
Posted by:
Sunrays
14 years ago
Posted by:
Lacha
13 years ago
Posted by:
sreedharko
13 years ago
Hi,
Could any body give any suggestion on this post as i am handling Adobe freamemaker 9 setup which nearly installing 12 apps. If i use the above mentioned comand line then it only installs 9 apps. My source file is in the form on Frememaker_wwefgj.exe along with 7- zip file.
When i install with the above command line it is not installing the below apps.
AdobeAIR
PDF Adobe PDF addon 9
Adobe Help Viewer.
My exact requirement is, need to install the Framemaker_wwdfgj.exe silently with providing the serial key.
Thanks
sreedhar.
Thanks
sreedhar.
Could any body give any suggestion on this post as i am handling Adobe freamemaker 9 setup which nearly installing 12 apps. If i use the above mentioned comand line then it only installs 9 apps. My source file is in the form on Frememaker_wwefgj.exe along with 7- zip file.
When i install with the above command line it is not installing the below apps.
AdobeAIR
PDF Adobe PDF addon 9
Adobe Help Viewer.
My exact requirement is, need to install the Framemaker_wwdfgj.exe silently with providing the serial key.
Thanks
sreedhar.
Thanks
sreedhar.
Posted by:
kardock
13 years ago
Posted by:
y0da
13 years ago
Posted by:
sreedharko
13 years ago
Posted by:
anonymous_9363
13 years ago
Not unless you build your own EXE in, say, WiseScript [shudder], or in a script which you could also convert into an EXE.
Having said that, I suspect you're in a corporate environment, in which case, why not simply let your deployment mechanism deal with it? Most can build dependency "trees", i.e. where Product B doesn't get installed unless Product A is also installed.
Having said that, I suspect you're in a corporate environment, in which case, why not simply let your deployment mechanism deal with it? Most can build dependency "trees", i.e. where Product B doesn't get installed unless Product A is also installed.
Posted by:
sreedharko
13 years ago
Hi All.
Thanks for your promt replies..
I have finished the framemaker 9 package successfully and here i would like to share my experience with the package..
1. To Install the AIR and Adobe Help Viewer, I have used the same comand line with small modification and able to install these two apps as well.
[font="courier new"]Setup.exe /InstallDir="C:\Program Files\Adobe\FrameMaker 9\" /SerialNumber="1234-5678-9012-3456" /CompanyName="The Name Of Your Setup.exe /InstallDir="C:\Program Files\Adobe\FrameMaker 9\" /SerialNumber="1234-5678-9012-3456" /CompanyName="The Name Of Your Company" /AdminInstall="false" /Interface_Lang="US" /Air="false" /Silent="true" /Language="en_us" /Retain_Preferences="false"Company" /AdminInstall="false" /Interface_Lang="US" /Air="TRUE" /Silent="true" /Language="en_us" /Retain_Preferences="false"
[font="courier new"]
2. Have seperately install the PDF addon package..
3. Suppressing registration promt while launching the shortcut and auto update option for application:
a. Autoupdate suppress: Renamed the file "adobe_updater.exe" in package to suppress the updates.
b. Registration promt suppress: After hitting the option "dont ask again" in registation window, took the file "com.adobe.30.ALL.registration" from APPDATA and write a wise script to copy the file in the APPDATA folder after installation. And also added active setup key to perform the same task for other user login.
(http://forums.adobe.com/thread/421951?tstart=-1)...
The application is working fine as desired..:D
Hope this will help.
[font="courier new"]
Thanks for your promt replies..
I have finished the framemaker 9 package successfully and here i would like to share my experience with the package..
1. To Install the AIR and Adobe Help Viewer, I have used the same comand line with small modification and able to install these two apps as well.
[font="courier new"]Setup.exe /InstallDir="C:\Program Files\Adobe\FrameMaker 9\" /SerialNumber="1234-5678-9012-3456" /CompanyName="The Name Of Your Setup.exe /InstallDir="C:\Program Files\Adobe\FrameMaker 9\" /SerialNumber="1234-5678-9012-3456" /CompanyName="The Name Of Your Company" /AdminInstall="false" /Interface_Lang="US" /Air="false" /Silent="true" /Language="en_us" /Retain_Preferences="false"Company" /AdminInstall="false" /Interface_Lang="US" /Air="TRUE" /Silent="true" /Language="en_us" /Retain_Preferences="false"
[font="courier new"]
2. Have seperately install the PDF addon package..
3. Suppressing registration promt while launching the shortcut and auto update option for application:
a. Autoupdate suppress: Renamed the file "adobe_updater.exe" in package to suppress the updates.
b. Registration promt suppress: After hitting the option "dont ask again" in registation window, took the file "com.adobe.30.ALL.registration" from APPDATA and write a wise script to copy the file in the APPDATA folder after installation. And also added active setup key to perform the same task for other user login.
(http://forums.adobe.com/thread/421951?tstart=-1)...
The application is working fine as desired..:D
Hope this will help.
[font="courier new"]
Posted by:
sreedharko
13 years ago
[font="courier new"]typo
[font="courier new"]Setup.exe /InstallDir="C:\Program Files\Adobe\FrameMaker 9\" /SerialNumber="1234-5678-9012-3456" /CompanyName="The Name Of Your Your Company" /AdminInstall="false" /Interface_Lang="US" /Air="true" /Silent="true" /Language="en_us" /Retain_Preferences="false"Company" /AdminInstall="false" /Interface_Lang="US" /Air="TRUE" /Silent="true" /Language="en_us" /Retain_Preferences="false"
[font="courier new"]
[font="courier new"]Setup.exe /InstallDir="C:\Program Files\Adobe\FrameMaker 9\" /SerialNumber="1234-5678-9012-3456" /CompanyName="The Name Of Your Your Company" /AdminInstall="false" /Interface_Lang="US" /Air="true" /Silent="true" /Language="en_us" /Retain_Preferences="false"Company" /AdminInstall="false" /Interface_Lang="US" /Air="TRUE" /Silent="true" /Language="en_us" /Retain_Preferences="false"
[font="courier new"]
Posted by:
anonymous_9363
13 years ago
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.