Trouble Deploying .msi Through kace
I used App-deploy to Repackage our companies VPN Client installer into an msi. When I go to test and Distribute to my test machine is where I run into my problem.
In kace it is showing that the VPN client has been installed, But on the machine itself, the program still doesn't appear.
Any help? And anything I can provide to help ?
In kace it is showing that the VPN client has been installed, But on the machine itself, the program still doesn't appear.
Any help? And anything I can provide to help ?
3 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
Badger
10 years ago
ooh yeh, I agree with EdT there....
There is a very very very very good chance that there is a supported 'silent install' from the vendor.
The very nature of the VPN app, is that it will be doing some very low level stuff that does not fit nicely into the MSI standard actions.
Focus on a silent install of the vendor media
Posted by:
EdT
10 years ago
I suspect your repackage of the vendor install is at fault. A VPN client needs to load into the network stack which either requires a reboot to complete, or at the very least will stop the network running and then restart it. If all you have done is to capture the changes to files and registry, chances are that you now have no mechanism to insert the VPN client into the network stack. You don't mention whether you have rebooted the system after install, but it is perfectly possible for the MSI to return either 0 or 3010 to show success as it will have completed the installation successfully, but your MSI is fundamentally broken so it does not actually install all the bits that are needed. Equally, if you have forgotten to set ALLUSERS to 1 in the property table, a KACE installation will fail to install any shortcuts as they will go to the profile of the service account being used for the install, which of course does not exist, as service accounts do not have a user profile. If you enable verbose logging, the logfile should give you more information. Just review what the user profile folders resolve to in the directory table list-out.
Does the msi have any special parameters you are using? (silent install, etc...)
I'm assuming you're using Managed Install.
Look in the Program Data\Dell\KACE\User\KAgent.log file right after the program runs to see if there are any errors.
Also the KACE system can distribute EXE files as well, so you might want to do that if the original is an exe. - h2opolo25 10 years ago