Quantcast
Channel: Ivanti User Community: Message List
Viewing all articles
Browse latest Browse all 12704

how to deploy an .msi with .msp

$
0
0

Hi!


I'm traying to deploy an .MSI package with this batch:


mkdir "C:\Program Files\Interactive Intelligence"
mkdir "C:\Program Files\Interactive Intelligence\ICUserApps"

MSIEXEC /i "\\10.181.112.73\c$\Users\CCGS5425\Desktop\ITAU\Fabio\Eficacia Comercial\UserApps_32bit\ICUserApps_32bit.msi" /qn /norestart /l*vx "C:\Program Files\Interactive Intelligence\ICUserApps\ICUserApps_32bit.log" ICSERVERNAME=clstgcicp00v1 ADDLOCAL=Feature_InteractionClient,Feature_ICNE
MSIEXEC /update "\\10.181.112.73\c$\Users\CCGS5425\Desktop\ITAU\Fabio\Eficacia Comercial\UserApps_32bit\ICUserApps_32bit_SU5.msp" /qn /norestart /l*vx "C:\Program Files\Interactive Intelligence\ICUserApps\ICUserApps_32bit_SU5.msp.log"
MSIEXEC /i "\\10.181.112.73\c$\Users\CCGS5425\Desktop\ITAU\Fabio\Eficacia Comercial\UserApps_32bit\LanguagePlugins\ICUserApps_LanguagePlugin_es.msi" /qn /norestart /l*vx "C:\Program Files\Interactive Intelligence\ICUserApps\ICUserApps_LanguagePlugin_es.log"
MSIEXEC /update "\\\10.181.112.73\c$\Users\CCGS5425\Desktop\ITAU\Fabio\Eficacia Comercial\UserApps_32bit\LanguagePlugins\ICUserApps_LanguagePlugin_es_SU5.msp" /qn /norestart /l*vx "C:\Program Files\Interactive Intelligence\ICUserApps\ICUserApps_LanguagePlugin_es_SU5.msp.log"

 

 

But for some reason i can make the deployment.

The files are 4:

1.JPG

2.JPG

 

 

And also try to make the deployment thru "New MSI package":

3.JPG

 

/i /update "\\10.181.124.122\Patchs\Eficacia Comercial\UserApps_32bit\ICUserApps_32bit_SU5.msp" /qn /norestart

 

 

But still NO luck

 

Can anyone help me!!!

 

thanks!!


Viewing all articles
Browse latest Browse all 12704

Trending Articles