Sprint PCS Connection Manager
I am trying to package Sprint PCS Connection Manager 3.07.037 with the Research in Motion USB drivers. I created a transform which when I am running without the /q, I can see that the option to install the Research in motion drivers is checked, and if I continue the install does install the RIM drivers. But when I run in quiet mode, the drivers do not get installed. I followed the packaging tips in Appdeploy for this software by creating a custom transform.
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
Chipster
17 years ago
I've got an automated install for hte PCS connection manager for use with the Phone as Modem install which should be the same as what you're looking to do. I'm not using a transform, just 2 command line properties:
REBOOT=REALLYSUPPRESS and
CB_INSTALLRIM=1
The 2nd one triggers the RIM drivers.
give that a shot and see if it works.
REBOOT=REALLYSUPPRESS and
CB_INSTALLRIM=1
The 2nd one triggers the RIM drivers.
give that a shot and see if it works.
Posted by:
mbartosh
17 years ago
Thanks for your reply, but the silent install is still not working. It likes the command-line parameter CB_INSTALLRIM=1, and looking at the log file in verbose mode, it looks like the driver is installing, but doesn't. If I run in nonsilent mode with the command-line, the RIM drivers are selected, and then continuing on, the install is successful, but when I add a /q or /qb, and run the install the dirvers do not install. One thing I notice in the log file from a failed install is that the lines related to the RIM driver are truncated (shorter than the successful install).
Someone at Sprint is also looking into it. If you have any ideas, please let me know. I will let you know what I find out from Sprint.
Someone at Sprint is also looking into it. If you have any ideas, please let me know. I will let you know what I find out from Sprint.
Posted by:
jmcfadyen
17 years ago
when this happens it is because when you run in /q modes parts of the InstallUISequence will be dropped.
Therefore something that is executing in the InstallUISequence table is not happening when you run the /qb- or whatever switches you are using.
different switches apply different results to this statement.
therefore you need to be looking for whatever is happening in the UI when you run manually and move it to the InstallExecuteSequence table.
Therefore something that is executing in the InstallUISequence table is not happening when you run the /qb- or whatever switches you are using.
different switches apply different results to this statement.
therefore you need to be looking for whatever is happening in the UI when you run manually and move it to the InstallExecuteSequence table.
Posted by:
JdotQ
17 years ago
Posted by:
legends92
17 years ago
Posted by:
nheim
17 years ago
Posted by:
legends92
17 years ago
I will try that. I'm actually in contact with Sprint and they provided me a document on how to install the application silently. There instructions were to run the following command which yielded the same results:
msiexec /qn /i "<path>\Sprint Mobile Broadband for Phone as Modem.msi" CB_INSTALLRIM=“Yesâ€Â
I replied back to the person who provided the document with my results and I hope to get an answer tomorrow. I honestly think who ever created the installer never actually tested it silently to install the BlackBerry drivers.
msiexec /qn /i "<path>\Sprint Mobile Broadband for Phone as Modem.msi" CB_INSTALLRIM=“Yesâ€Â
I replied back to the person who provided the document with my results and I hope to get an answer tomorrow. I honestly think who ever created the installer never actually tested it silently to install the BlackBerry drivers.
Posted by:
legends92
17 years ago
Posted by:
legends92
17 years ago
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.