Hello,
I created a batch file to install some softwares in silent mode for my customer's pc (Vista, Win 7 Win 8 Win 8.1 & Win 8.1 update 1)
I wrote a command line for callingcard.msi like this:
msiexec.exe /qn /i "c:\my_dir\CallingCard.msi" RUN=0
It doesn't work. Nothing happens...
I saw on this forum a solution:
start iexplore "https://secure.logmeinrescue.com"
msiexec.exe /qn /i "c:\my_dir\CallingCard.msi" RUN=0
It doesn't work too. Nothing happens...
I tried everything. I looked for on SDK Windows Installer and msiexec /?ining
Nothing... Nada !! Same problem !
Thx a lot for your help !
Have a nice day !