View Full Version : Blackberry install
robin850
November 25th, 2003, 22:00
Has anyone created a project for installing the software for a Blackberry? If so, would you be willing to share your findings?
Support_1
December 9th, 2003, 00:25
This page on appdeploy.com and the associated PDF from RIM/Blackberry should give you all the info you need.
http://appdeploy.com/messageboards/printable.asp?m=31&mpage=
http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/7979/278487/Deploying_BlackBerry_Desktop_and_Handheld_Software .pdf?nodeid=333132&vernum=0
Ryan.Gray
July 14th, 2004, 20:12
BlackBerry Desktop Manager 3.6.2.9
This was one of those really fun MSI's that only liked being ran from setup. Even after killing the usual ways of getting around it, I found the MSI to be unfriendly. here was the solution.
I did a record on the setup to get the setup.iss file then wrote simple project.
InstallFileList('%windir%\Downloaded Installations\Blackberry')
.\source\0x0409.ini
.\source\Autorun.inf
.\source\BlackBerry Desktop Manager.msi
.\source\Data1.cab
.\source\instmsia.exe
.\source\instmsiw.exe
.\source\isscript.msi
.\source\setup.bmp
.\source\setup.exe
.\source\Setup.ini
.\source\setup.iss
.\source\UN6021.dat
.\source\UN6x.dat
.\source\UN7x.dat
.\source\UNFIPS.dat
EndProc/U/TS
Execute('%windir%\Downloaded Installations\Blackberry\Setup.exe /S /v/qn')/?/TS
Enjoy.
orakel
July 30th, 2004, 22:57
BlackBerry Desktop Manager 3.6.2.9
This was one of those really fun MSI's that only liked being ran from setup. Even after killing the usual ways of getting around it, I found the MSI to be unfriendly. here was the solution.
I did a record on the setup to get the setup.iss file then wrote simple project.
InstallFileList('%windir%\Downloaded Installations\Blackberry')
.\source\0x0409.ini
.\source\Autorun.inf
.\source\BlackBerry Desktop Manager.msi
.\source\Data1.cab
.\source\instmsia.exe
.\source\instmsiw.exe
.\source\isscript.msi
.\source\setup.bmp
.\source\setup.exe
.\source\Setup.ini
.\source\setup.iss
.\source\UN6021.dat
.\source\UN6x.dat
.\source\UN7x.dat
.\source\UNFIPS.dat
EndProc/U/TS
Execute('%windir%\Downloaded Installations\Blackberry\Setup.exe /S /v/qn')/?/TS
Enjoy.
just run the msi file without the other crap... works fine... :)
(re-re-packaging with wise works too...:-)
greets,
vBulletin v3.6.7, Copyright ©2000-2012, Jelsoft Enterprises Ltd.