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:
And also try to make the deployment thru "New MSI package":
/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!!