Jump to content

bigempty14

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by bigempty14

  1. I have gone through the proper steps according to Blackberry's .pdf found on their web site, but the application does not install properly. I have created the setup.iss file via the /r switch, and copied it into the blackberry directory. My start.cmd line has not worked for any variation of the install. The only way I can get it to install silently on my test machine is by simply typing 'setup.exe /s'. Problem is, that doesn't work when I put that line into start.cmd. It just won't install. I remed out every other line, including the reboot at the end...but nothing happens. Here's my latest attempt: start /wait %systemdrive%\install\applications\blackberry\setup.exe /s FYI - I'm installing BB Desktop Mgr 3.6SP3 According to the pdf I have, the line to work should be (which does not work): setup.exe /s /f1"setup.iss" (no spaces btw 1 and ") Lastly, I just ran it one more time to be sure, and it does not install, but when I type setup.exe /s from the start-run menu, it installs silently...but won't do it by itself on the unattended install. (I deleted the command to remove the install directories)
  2. Ok, I got it to go....using the code from above. I accidentally forgot a / when I retyped it.
  3. I had been to that site, but I just tried it again. No dice. start /wait %systemdrive%\Install\Applications\Java\java15002.exe /s /v"/qn IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0" What is wrong with that?
  4. I have gone through these forums for the past two days, and I keep getting different answers on how to have this silently install. I am not using the RunOnceEx.cmd file, I'm installing everything with start.cmd. I get the error "Invalid Command Line Parameter" or something to that effect when I use all the different switches. I even extracted the .msi file and just used /quiet /norestart. One post showed that when using the .exe file, I should use /S /v/qn. Another said /s /v"qn. Yet another said /s /v/qn. Which is right? None of them seem to work, and I don't know what I'm doing wrong. start /wait %systemdrive%\Install\Applications\Java\java15002.msi /quiet /norestart That's my latest attempt. I looked at the examples, and am shying away from the RunOnceEx.cmd file because I don't understand all the switches and quotation marks. Everyone on here seems to know what each one means, but I don't.
×
×
  • Create New...