Autoinstall for Desktop 6

In all versions of Desktop Manager, the package you download is actually a self extracting Zip file.  When this file is extracted, you expose the entire setup package including the setup.ini file which controls specific options of the installation making a silent installation very customizable.
In past versions of Desktop Manager a file named install.txt was included which included all the settings for the [INSTALL_OPTIONS] sections of setup.ini to allow for a silent autoinstall with the desired options.
Desktop Manager 6 does not include such a file, and although there are few settings that need changing, there is one I'd like to control - specifically whether or not Auto Update is enabled.  By default it is enabled, and I'd like the installation to turn it off.
Can this be done?
Thanks.
Jerry

Hi,
in the old versione i disable autoupdate whit this command:
'objWshShell.regwrite "HKEY_CURRENT_USER\Software\Research In Motion\BlackBerry Auto Update\EnableAutomaticChecking", 0, "REG_DWORD"
How to install the new version of Desktop BlackBerry 6.0 whit command prompt?
I can' t silent install the version 6.0.
Thanks

Similar Messages

  • My safari menu bar is missing --the menu bar for desktop, HD, and apps appears, but when I click on Safari, it disappears, so I can no longer see my buttons for History, etc.  I think my husband (pc user) clicked it away.  Any ideas how to retrieve it?

    My safari menu bar is missing.  The menu bar for desktop, HD, and apps appears, but when I click on Safari, it disappears, so I can no longer see my buttons for History, etc.  I think my husband (pc user) clicked it away when borrowing my computer.  Any ideas how to retrieve it?  Thanks. 

    I too was having the same problem However, I could access both the menu bar and the dock by hovering my mouse over them so it wasn't a huge problem but I prefered having it there anyway. I was not in full screen mode and I could still go into full screen mode if I wanted to.  I found the easiest solution was to just quit safai and restart it, but it might not work for you considering you couldn't access you menu bar either way.
    I found this article that allows you to hide/show the menu bar and the dock through TextEdit (didn't work for me) http://www.mactricksandtips.com/2009/07/hide-the-menubar-or-dock-in-specific-app s.html It is pretty old so it might not work for lion and a bit risky if you don't know what you're doing so I wouldn't really recommend doing it this way.
    And KSheppard, I know it's not really any of my buisness, but the way to get answers to a question isn't by insulting others and being quick-tempered. Even if you feel like you were insulted first, don't try snapping at people who aren't obligated to help you. Honestly, it just makes everything easier if everybody is cooperative and polite.

  • Unable to sign in to Creative Cloud for Desktops

    Can anybody please help me identify the requirements to be able to sign in to Creative Cloud for Desktops?
    We are supposed to deploy CC within our organization but our desktop security environment apparently prohibits to launch CC for Desktops.
    - Windows 7 Professional 64bit
    - Internet connection via proxy with PAC file
    - CC for Teams
    - CC for Desktops version 1.9.0.465
    - valid Adobe ID (works in unprotected environment)
    - no firewall rules block port 443
    - went through all the documentation available on the net, including
    http://helpx.adobe.com/creative-cloud/faq.html#how-works
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    http://helpx.adobe.com/creative-cloud/packager/creative-cloud-packager.html#Site/Port%20in formation%20used%20by%20Creative%20Cloud%20for%20teams%20and%20Creative%20Cloud%20for%20en terprise%20%C2%A0
    http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
    https://helpx.adobe.com/creative-cloud/kb/proxy-authentication-support-creative-cloud.html
    and the links inside
    Grateful for any help,
    Gerald

    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • I am trying to install Creative Cloud app for Desktop and it's shutting down

    Trying to install the  Creative Cloud app for Desktop but every time I try the Adobe Application Manager shuts itself every time.  I have OS X Yosemite 10.10.1
    If it is automatically installed, where do I find it? I don’t think it has installed because the Application Manager shuts itself so fast every time.

    Hi Jeff,
    Thanks for your reply.
    I went into Applications> Utilities but there is no Adobe Installers folder or icon there for me to do anything with. I went back to my Adobe account front page and tried to download Illustrator again seeing as it hasn’t installed but when Application Manager tries to open (the little spinning icon) it spins about 3 times before I get a pop up saying that Adobe Application Manager has failed to open. This happens every time I attempt to download Illustrator. Any other options for what might be the issue?
    Thanks again!

  • Adobe air with flex, file new, open and save for Desktop software program

    I already have a headache from all the searching. I cannot believe this to be such a confusing topic as every software program we create must be able to save user input, right.
    Here is the problem:
    Novel writing software program Main window has tabnavigator with four navigatorcontent pages 1. characters, 2. worlds, 3. objects, 4. Editor
    Each navigatorcontent page has user input fields in the form of textinput component, textarea component, richtexteditor component, etc.
    problem 1:
    The user needs to be able to open a new project and give it a name and state where it must be saved. All user input in the Novel writing software program must be attached to the file name the user specified - cannot give sample code cause I don't even know where to start looking anymore.
    Problem 2:
    If the user has now defined a new project name, all his input from the different input components has to be compiled into a single file that can be saved. (Dan Pichelman gave me a satisfactory answer on using the file.borwseforsave funtion.) That makes sense, but I first need to get all the user input into that single file. I was convinced that it must be an xml file and that there would be a guide on how to do this but...
    Problem 3:
    This brings me to another problem. All the pages I've researched so  far tell me how to load data from an xml file into a component, but not how to write the text from the component into the xml file. And this xml file cannot be the prefs file in the storage directory, it has to be named by the user and then after filling in all his text in the different tabs of the software, must be saved in this xml file and saved where the user chooses.
    Problem 4:
    now that the user put in his text and it is written to an xml file that he has named and set the path to, he goes on vacation and in two weeks opens his saved file to work on his project again. All the data that was stored in the xml must now be written back into the different user input components so he can continue working on his project, truth be told, there are some samles and tutorials on this subject, but again from only a single page perspective not a multiple tab perspective.
    Problem 5:
    Now the user has deleted and/or changed some text he put in when he started, he wrote some more text in the textareas and texteditor and he clicks the file - save button. The xml file or whatever needs to be used must be updated and saved with all the changes overwriting the old file.
    Problem 6:
    The data entered by the user will end up being a book of say 400 pages. This data will obviously be mostly in the richtexteditor component, so whatever method of saving is used, database or xml or whatever, needs to be able to contain all this data.
    Thought, if you are working with for instance, microsoft powerpoint, it has multiple pages all containing different user inputs and when you click flie - save, it saves all that input into one file. When I as a user opens that saved file it loads all that content back into its place and I can change and manipulate the input and save it again. I would have thought this would be one of the first things adobe or any other software would teach as this is what sofware programs are all about. But alas, the tutorials on this subject for adobe air for Desktop application is extreeeeemely rare.
    My promise is, if someone can help me with this or there is a tutorial out there that covers this properly I  will write a tutorial on this for other newbies as I progress step by step.  
    Pleeeeeeease help this ignorant novice
    Regards

    to save a file you would do something like:
    FileWriter fw = new FileWriter( fileName );
    textComponent.write( fw );
    fw.close();See the JFileChoose API for filtering files by extension. The API gives an example.

  • How can I use addons for desktop firefox on mobile firefox?

    Hi,
    there are several addons for desktop firefox that I would like to use with my mobile firefox (android 4). Is it possible to make them compatible for mobile firefox?
    Thanks for help!
    XenonX3

    Hi XenonX3,
    I'm afraid not. Add-ons for mobile firefox are different because the browser itself is very different.
    There is information on firefox mobile development here: [https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/tutorials/mobile.html]

  • How do I create a view in SQL Server in Visual Studio Express 2013 for Desktop?

    Hi
    I've got a SQL Server database set up using the internal SQL Server in Visual Studio Express 2013 for Desktop. I want to create a view (using tables with one to many relationships) but I don't
    know how to do it.
    Where can I find a good tutorial on creating views in SQL Server in Visual Studio Express 2013 for Desktop? I think Visual Studio Express 2013 for Desktop doesn't have some view designer that
    exists in the non-express version of Visual Studio (if I'm not mistaken). So I think I'd need a tutorial on how to do the actual SQL, unless there is some tool I don't know about.
    Thanks

    Hi ,
    According to your description, if you install SQL Server SQL Server 2014 Express and SQL Server Manager Studio tools (SSMS), if you want to create a view, you can use SSMS. Then if you want to connect to and Diagram your SQL Express Database in Visual Studio
    2013, you can attach the database file by using the .NET Framework Data Provider for SQL Server in Visual Studio, and create a database diagram via expanding the “Database Diagrams” node.
     For more information, there is similar issue about how to connect to and Diagram your SQL Express Database in Visual Studio 2012 , you can review the following article,
    http://blogs.msdn.com/b/bethmassi/archive/2011/10/27/how-to-connect-to-and-diagram-your-sql-express-database-in-visual-studio-lightswitch.aspx.
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • I have flash professional cc and I need air for desktop application with .exe or .air that should contain all swf's and captive air runtime in one Installer only . I don't want to install separate adobe air runtime .

    I need Air for desktop application either in .exe or in .air with embedded captive runtime just like .apk . I don't want to install adobe air separate . everything should come in installer
    I have adobe flash professional cc development tool , let me know whether I have to go with other development tool???
    your reply will  increase my confidential level
    please anyone can help me to solve this problem
    Thanks&regards
    Niranjan

    Adobe Flash Professional CC manual
    1) Create new project
    2) Configure your Project properties
    3) Embed runtime, so you users can use Adobe AIR without pre-installed Adobe AIR runtime
    4) After publishing you will receive %APP_NAME%.app folder that contain your project files

  • The Creative Cloud App for desktop can't be installed on my Macbook pro

    I've have bought the Photoshop + Lightroom applications via the creative cloud. I can download the installion file for Crative Cloud app for desktop and I can start the installation process but it is interrupted halfway through with a message saying "The following problem have encountered: Creative Cloud for desktop could not be installed". There are no hints for any solution. I've tried to use Opera instead of Safari but the same thing happens. Is there anyone that knows what the solution for this problem is? Sincerely Lars

    Thank you! You solved the problem!! /Lars
    3 jan 2014 kl. 22:34 skrev AMreso <[email protected]>:
    Re: The Creative Cloud App for desktop can't be installed on my Macbook pro
    created by AMreso in Creative Cloud Download & Install - View the full discussion
    Rename OOBE folder with OOBEOLD ( Mac HD/Library/Application Support/Adobe/OOBE folder )
    Run the Adobe cleaner ( http://helpx.adobe.com/content/dam/help/en/support/AdobeCreativeCloudC leanerTool.dmg )
    Remove Adobe application Manager/Adobe creative cloud .
    Restart the computer and redownload Adobe Creative cloud and install it.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5978280#5978280
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5978280#5978280
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5978280#5978280. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Creative Cloud Download & Install at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • I can't download adobe creative cloud for desktop,error no 50

    i can't download adobe creative cloud for desktop,error no 50

    Error 50 https://forums.adobe.com/thread/1432237 may help
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Creative Cloud for Desktop app Launch at login (solved)

    I’ve had an issue with Creative Cloud for Desktop app (using Windows 8.1 Update 1 x64) – regardless of what has been set on my Preferences > General Tab > Launch at login, my app didn’t start at logon (system startup).
    I’ve tried:
    uncheck the ‘Launch at login’ option (Preferences > General Tab). Restart PC. Launch the CC app, check ‘Launch at login’. Restart. Didn’t help.
    uncheck the ‘Launch at login’ option (Preferences > General Tab). Restart PC. Remove the startup Key from registry stored under: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run]. Restart. Launch the CC app, check ‘Launch at login’. Restart. Didn’t help.
    reinstall Creative Cloud for desktop app. Didn’t help.
    rename the OPM.db file (as described here: http://helpx.adobe.com/creative-cloud/kb/apps-panel-reflect-creative-cloud.html). Didn’t help.
    Finally - since the CC app is actually and x86 application - I’ve moved the startup entry from the x64 Run Key [Wow6432Node\Microsoft\Windows\CurrentVersion\Run] into the common x86 [Microsoft\Windows\CurrentVersion\Run].
    Simply:
    a. Remove:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run]
    "Adobe Creative Cloud"="\"C:\\Program Files (x86)\\Adobe\\Adobe Creative Cloud\\ACC\\Creative Cloud.exe\" --showwindow=false --onOSstartup=true"
    a. Create:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
    "Adobe Creative Cloud"="\"C:\\Program Files (x86)\\Adobe\\Adobe Creative Cloud\\ACC\\Creative Cloud.exe\" --showwindow=false --onOSstartup=true"
    And you know what? it woooorks!!! Now my app starts with windows!
    I'm sharing this in case someone else has run into the same problem.
    Best Regards,
    Pawel Kuc
    <Removed by Moderator>

    thanks John
    I am an Admin User although I would install using Run As Admin
    64 bit Dell Laptop
    Windows 8.1 - update
    Windows Firewall
    Kaspersky Anti-virus - not tried turning off but will do so and respond
    All my programs have downloaded, installed and are still working (Muse, Photoshop, etc.)
    Not installed any hardware since registering for Adobe, but have installed Articulate Studio 13, and also Articulate Storyline
    Originally received an update for the desktop app, which failed to install
    Tried repeatedly (including turning off firewall) but no luck
    Uninstalled the desktop app - after following a link in one of the forums
    downloaded the new desktop app - installed - perfect
    Other application updates installed perfectly, including the big update for Muse to 64 bit
    Most recent update for desktop app failed to install, so tried the above, removed the desktop app, but cannot now find the link to the new version to download.
    Hopefully just need to find the download link to the desktop app, but travelling at present so do not get enough time to surf to locate it :-(
    Leslie

  • Error 48 when installing creative cloud for desktop on mac

    hi jeff when installing creative cloud for desktop we have this problem, tried everything but no success on mac osx lion  the message that gives creative cloud for desktop app on installing is this: error code 48, a critical file/directory can't be access
    I had the app but i decided to remove it because i have logged in in other machines, the log in windows told me to close the session on the other machine, i did that, and then started the problems
    Now I'm stuck, have tried most of the solutions on the web and adobe forums and nothing works
    Please help
    Thanks so much

    Provide the relevant CC app install logs.
    Troubleshoot Creative Cloud download and install issues
    Mylenium

  • DW CC Fluid grid layout how to change px width for desktop layout

    Hi there,
    I have been going through the various tutorials about fluid grid layout and setting up our bureau's website in a responsive layout.
    The width of the original design was 960 px and the hero pic and others have been exported at that size.
    The first divs in the design look fine, header with the 960 px pic in it, and also the BC menu which is set to 960 wide.
    However the body text goes out to the right, past the 960 px and this is because, right at the start, when starting the file in DW the desktop screen width is set to 1232px.
    How can you change this setting when starting a new fluid grid layout?
    I have tried changing the number of columns, or the percentage, and the width for desktop remains at 1232px.
    Why is this?
    Not all of our clients want a site 1232px wide on a pc.
    Thanks so much.

    Hi Ben and Nancy,
    Thanks for your replies, but maybe you both don't realise I am asking specifically about DW CC and setting up a responsive design using a fluid grid layout?
    I have been following the recent videos from Adobe on this.
    As far as the width of 960 goes, Nancy I am only shortchanging myself, as this is the website for our agency. The original design is 960px wide as I did read somewhere that this width is recommended now that responsive is coming, as it is easily divided into a grid layout. I also am quoting for a client at the moment who wants a responsive design for their website, and they have specifically requested that the site have a maximum width of 960 px. So I would like to find out if this is possible in DW CC at the moment when doing a fluid grid layout.
    So what I am trying to do here is follow the Adobe tutorials on responsive design, using DW CC and I am using the current design for our agency website as a trial to set this up and try and get it working as a responsive website.
    It does not seem to me that many other people are doing this, as most people are recommending that I try Github or Bootstrap.
    However, I am not a coder and I am used to using DW, so I would like to get the DW CC responsive design features working if possible.
    Ben the CSS you are looking at is being generated by DW CC as I follow the steps in the Adobe demonstration videos to set up a fluid grid layout in DW CC.
    One of the things they say in the videos is that you can't program the CSS directly when doing a fluid grid layout, or you break the CSS and it all stops working. So I am using the new panels in DW CC to set up the layout. One thing I cannot get access to is the ability to set a maximum width for the site. It seems to be set in concrete when you start the fluid design up in DW CC.
    Here is a pic of the screen I am talking about that sets the maximum width:
    I cannot click in the pixel width at the top and change it. Also if I adjust the number of gridlines or the percentage for the pc layout, the default maximum pixel width does not change.
    If you click on the preferences button and go into the Window sizes screen, there does not seem to be a way to set the maximum pc width here either, so I am a bit stumped.
    Maybe I just have say to my clients that if you want a responsive design then the max width for pc can only be 1232px? It does seem strange to me that this cannot be changed.

  • OAM-Files do not run in the Content Viewer for Desktop anymore

    After updating DPS today animations made with Edge Animate (OAM-Files) do not run in the Content Viewer for Desktop anymore!
    What happened there? Any ideas?
    Thanks for help!
    I'm using mac OS 10.8.2 and InDesign CS6 CC

    I have updated Edge Animate today also with all files working & previewing perfectly within Edge. Upon publishing as OAM files for use in inDesign, the Poster loads as per usual, mark Play on Load interactivity on highlighted content holder as usual BUT when testing in Content Viewer file remains as a static poster image - unable to load animated atributes! I thought perhaps it may be a new viewing option so also uploaded page to DPS Acrobat Workspace & tested & the OAM file has not been assigned as inDesign. This is a massive issue! Our Magazine front cover needs its usual animation. Also tested previous files already live and they too do not view correctly in Content Viewer since update, as well are just a poster image!  Adobe need to fix this fast!

  • I have never used my mac for desktop publishing before and am having some problems.  This sounds really dumb, but I can't figure out how to put a border around a text box.  Also, how do you edit the border, i.e. border color, thickness, etc. Help!

    I have never used my mac for desktop publishing before and am running into some real problems.  How do you put a border around a text box?  Can you edit the border - color, thickness, etc.?  Help!

    I think the best solution is to read Pages documentation, go to Help and you have a long list of options. Pages is capable of quite sophisticated things, some features are above Nisus or Mellel, so it is not so simple to summarize things in a few lines.

Maybe you are looking for