Nokia PC Suite 6.6
got the problem that the "Nokia_PC_Suite_66_rel_16_ger.exe" extracts the "Nokia PC Suite.msi" and "Nokia_Conn_Cable_Driver_ger.exe" locally.
these files cannot be startet with msiexec. error: "this installation cannot be startet with the msi-file. you have to launch "setup.exe"
can anyone help me to find a solution for this ?! is there a command-line param which helps me over this problem ?!
thanx in advance
chris
these files cannot be startet with msiexec. error: "this installation cannot be startet with the msi-file. you have to launch "setup.exe"
can anyone help me to find a solution for this ?! is there a command-line param which helps me over this problem ?!
thanx in advance
chris
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
sini
19 years ago
Posted by:
wiseapp
19 years ago
Hi Swat:
The problem over here is that this particular installation is ISScript driven which is a property in the MSI extracted if you remove this property and remove the custom action associated with this which is in the first line of xecute immediate tab. However I would recommend doing the same , in case you want to call a silent installation then try this command line to do the magic:
c:\setup\nokia.exe /s /v/qn
this would call the setup in silent mode. In case you are facing some other issues pls let me know , however I must say you shall not be able to run the MSI directly in this case until unless you remove the associated custom action.
The problem over here is that this particular installation is ISScript driven which is a property in the MSI extracted if you remove this property and remove the custom action associated with this which is in the first line of xecute immediate tab. However I would recommend doing the same , in case you want to call a silent installation then try this command line to do the magic:
c:\setup\nokia.exe /s /v/qn
this would call the setup in silent mode. In case you are facing some other issues pls let me know , however I must say you shall not be able to run the MSI directly in this case until unless you remove the associated custom action.
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.