Deploying MSI through ZENworks does not copy all files
I haven't had a problem in the past deploying MSI packages through ZENworks to workstations.
I have one application now (Crystal Reports 11) that will install fine doing a standard command line msiexec with my transform file, but when deploying through a ZENworks application object it only installs about 1/3rd of the files in the package.
Has anyone seen this kind of behavior before? The distribution does not error out, it completes successfully, but it is missing most of the files.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
rpfenninger
16 years ago
I've had a few problems with transform files and ZENworks as well (the transform not being applied).
I needed to delete the transform within the ZENworks application object, apply, and reassign the transform file.
Is it just the transform file that fails?
Have you ever created a verbose log during installation to check the differences?
Hope this helps
Cheers
I needed to delete the transform within the ZENworks application object, apply, and reassign the transform file.
Is it just the transform file that fails?
Have you ever created a verbose log during installation to check the differences?
Hope this helps
Cheers
Posted by:
SpriteAM
16 years ago
Posted by:
FunWithApps
16 years ago
Have you tried copying the files locally, then running a command line msiexec from there?
I have had apps where the files needed to be on the local machine. I find the copy files command in Zen kind of clunky, so I just make two apps:
1. Runs a batch file to copy the entire directory to the local machine
2. Runs the msiexec in the command line to install the application.
I usually chain the apps, so if someone is manually installing the app the file copy comes first.
The nice thing about this is if you are deploying to a lot of people at once, you can stage the file copy (I don't remember how big Crystal Reports gets, or I could be blocking it out ;-)
I have had apps where the files needed to be on the local machine. I find the copy files command in Zen kind of clunky, so I just make two apps:
1. Runs a batch file to copy the entire directory to the local machine
2. Runs the msiexec in the command line to install the application.
I usually chain the apps, so if someone is manually installing the app the file copy comes first.
The nice thing about this is if you are deploying to a lot of people at once, you can stage the file copy (I don't remember how big Crystal Reports gets, or I could be blocking it out ;-)
Posted by:
SpriteAM
16 years ago
Posted by:
inr32
16 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.