/build/static/layout/Breadcrumb_cap_w.png

Adobe Indesign CS5

With the Adobe Application Manager Enterprise Edition, I've made a package of Indesign CS5. The package installs, but the shortcuts are not in the place I want.
CS5 Suite wil install shortcuts under All Programs in the subfolder "Adobe Web Premium CS5".
But the shortcuts for Indesign are place directly under All Programs. I want them in a subfolder.
Problem is that they are not set in the MSI. There's no table called "Shortcuts".
I found in the message boards something about shortcuts in CS4. You could place the following in your xml file:
<Property name="StartMenuSubFolder">C:\Documents and settings\All Users\Start Menu\Programs\Adobe\Illustrator CS4</Property>

I've added this line into the setup.xml found in: \Package_name\Build\Setup\Payloads\Setup.xml
Also tried it in: \Package_name\Build\Setup\resources\Setup.xml

Both have no effect on placing the shortcuts.

Anyone ideas for a solution?

0 Comments   [ + ] Show comments

Answers (18)

Posted by: anonymous_9363 13 years ago
Red Belt
1
I couldn't write de binary data Please try to avoid text-speak: English isn't the first language for some users here.
Posted by: shweta_kar 13 years ago
Blue Belt
0
Try adding the statement in deployment.xml file instead.It should work
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
Any idea where deployment.xml is located? When I search for deployment.xml in my package folder I can't find this file.
Posted by: shweta_kar 13 years ago
Blue Belt
0
it exists in the root folder of the source provided.
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
On the Indesign CS5 CD exists a folder: Deploy. In this folder are 2 files: install.xml and remove.xml
As I told, I've made a package with the application manager enterprise. Where should I place the install.xml ?
Posted by: Rheuvel 13 years ago
Brown Belt
0
The way I understand it, you want to use your own customized .xml with a deployment toolkit generate (custom?) install?

The CS5 deployment toolkit generates a custom MSI and the .xml file it uses for installation is placed in the binary table. You'll recognise it once you see it. Extract the .xml, make the changes you want in that file and update the binary in the MSI.
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
I don't know I understand you the right way, but I opened the MSI created by the deployment tool with Orca.
When I view the table Binary I see one "Name" called OptionXML with data "Binary Data".
There are also some other rows like pxhpinst.dll, SxsUninstallCA. I really don't know where I can find the physical xml file.

I don't know if my point was clear, but when you install CS5, it places the shortcuts under \Start Menu\All Programs\
But I want \Start Menu\All Programs\Indesign CS5. It's just that.

In my first post I mentioned a property name which someone has used with CS4, so I thought I could use it also for CS5.
Posted by: Rheuvel 13 years ago
Brown Belt
0
That's the point, the xml file only in the MSI's binary table. You'll have to extract the OptionXML from the MSI, try to add the property (I'm not sure either whether that property still works for CS5 or not) and replace the binary with your newly saved XML.

If Orca doesn't allow you to extract the binary (should be something like right-clicking on <Binary data> and then 'extract'), try it with Instedit (this tools allows you to set a path for the binary, including file name + 2 buttons for extract and add to binary stream. Just keep in mind that the physical name of the binary data is hidden or has disappeared, or whatever. So name it OptionXML.xml or something.)
Posted by: linstead 13 years ago
Blue Belt
0
robertocloock
thanks robertocloock I have the same problem with all the adobe product adobe photoshop cs5, Adobe really sucks with they msi, the only 2 they did ok was reader and adobe acrobat, if you find a solution to your shortcuts issue let me know, I just run a script and delete the short after the installation is completed.
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
Still no progress in this. Maybe because I cannot extract the binary table. I've downloade Instedit but I don't know what to do. I can't find an Optionxml file. In Orca you just see a column with a field named OptionXML. Cannot find the file itself. So I'm going to do it the old fashiond way;snapshot with Wise.
Posted by: anonymous_9363 13 years ago
Red Belt
0
snapshot with WiseSo, you're prepared to go through the entire snapped MSI deleting the Darwinian descriptors? Best of luck with that...Oh and how will you patch the resulting product? Not with any Adobe patch, that's for sure.

In Orca, double-click the cell in the row 'OptionXML' and column 'Data' and you'll be presented with a dialog box, to either read from or write to a file.
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
Well first, I couldn't write de binary data to a file. Don't know why. Now I succeeded to write te optionxml data to an external file. Going to try this and edit this wil...
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
No, it isn't my first language too, that's right. So I'm sorry for possible misunderstandings. I think that people who don't understand it will ask questions like; what do you mean with .....?
So I'm trying the best I can.
Posted by: fiqa 13 years ago
Senior Yellow Belt
0
I tried to run the msi which I created by application manager . msiexec /i package.msi /quiet but it didn't work. Anyone one know whats the problem is .
Thanks
Fiqa
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
ORIGINAL: fiqa

I tried to run the msi which I created by application manager . msiexec /i package.msi /quiet but it didn't work. Anyone one know whats the problem is .
   Thanks
   Fiqa


Have you tried: msiexec /i package.msi /qn ?
What kind of error do you see in the event log?
Does the installation start and is it aborted during setup?
Posted by: Arminius 12 years ago
Second Degree Green Belt
0
fiqa probably sees the same error I see : This installer cannot be run in UI mode. I try running msiexec ... /qn, but that doesn't change anything.

Update: I recreated the package using application manager Enterprise, and after recreating the package and ensuring I'm not updating anything other than InDesign, the product installs /qn.
Posted by: DotMsi 12 years ago
Senior Yellow Belt
0
ORIGINAL: Arminius

fiqa probably sees the same error I see : This installer cannot be run in UI mode. I try running msiexec ... /qn, but that doesn't change anything.


You need to use /quiet not /qn
Posted by: anonymous_9363 12 years ago
Red Belt
0
Correction: the two arguments are functionally equivalent, according to MSDN. And they'd know. Maybe.
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