How to configure a script so as not to install on startup?

There is a script. I choose "Install on startup" when I installed it. It causes crashes. Even if I uninstall it, it causes crashes in the system if it has been installed. Every time I restart it's there. How do I configure Frame so that this script does not install on startup?

Did you solve this yet?
There are 2 directories that take items that are executed on startup of FrameMaker: both are called startup. One is in the FrameMaker program directory, the other is user-specific and is located in the <User> \ AppData \ Roaming \ Adobe \ FrameMaker \ <version> directory.
Check both directories to see if the script was installed in either one. The Script Catalog dialog in FM11 does not have an 'Install on startup' option but there is a Move to Autorun button, which copies the script into the user-specific startup directory. If the script came with an installer, it might be moving the script into the program startup directory instead.
If the script keeps appearing and it is not in either startup directory, you should be more elaborate about the type of script, the exact method of installation and uninstallation, etc. I am just going by the short info you are giving, which might be about another type of script altogether.
Ciao
Jang

Similar Messages

  • In dreamweaver mx 2004 and dreamweaver cs4, how I configure, when download/upload do not ask me to include DEPENDED FILES but act without including ?

    in dreamweaver mx 2004 and dreamweaver cs4, how I configure, when download/upload do not ask me to include DEPENDED FILES but act without including ?

    Open the Preferences panel (Edit menu on Windows, Dreamweaver menu on a Mac), and select the Site category. There are two checkboxes there for dependent files. Make sure both are selected. The Dreamweaver default is NOT to upload/download dependent files. You need to click Yes, if you want the dependent files to be included.

  • How to configure TREX so it does not include title in the index created

    Hi all
    Can someone tell me where I can find the TREX configuration that disables the indexing of the html title. If I for instance want to index www.sap.com, and I do not want the title = "SAP - Business Software Solutions Applications and Services" to be indexed, how do I do that?
    If I were to index www.sap.com I would not be interested in getting a hit for all pages when a user searches for "software" or "solutions" for example.
    Any help will be rewarded.
    Kind regards,
    Martin Søgaard

    Hi Praveen
    Thank you for your post. It was exactly was I was searching for, and it didn't come up on my searches in SAP documentation. As of now it seems to work as intended on our DEV system.
    Only thing about the documentation was that I had to change the std.html-config file in the SYS-folder of the TREX installation folder in order for it to work (the std.html-config file was located in two different folders).
    Thanks.
    Kind regards,
    Martin Søgaard

  • App-v 5 + Script Deployment type not fully installing.

    Hello, 
    I have 1 applications that has 2 Deployment types,1st one is a Driver and the 2nd is a App-v packages ( the driver is needed for the app-v packages ) 
    Priority  Technology Dependencies  
    1     
    Script
                                 No
    2 App-v 5
                  yes 
    However, the higher priority Script installs fine, however the App-v packages dose not.  
    The app-v packages has a dependency that the Scipt deployment must be installed 1st.
    AppDiscovery.log 
    The package with GUID 752cff88-0ecc-4bb4-8e78-616acc09e61e is not installed on this machine yet
    +++ App-V 5.X package cymap 2014 not installed. [AppDT ID : ScopeId_16370CC1-E6FE-4F00-B29F-CE1780416708/DeploymentType_9d03d051-5ca1-4618-9e5f-47d62a248eb8, Revision: 2, AppV Package GUID: 752cff88-0ecc-4bb4-8e78-616acc09e61e, AppV Version GUID:
    c15d888b-a61a-4e6c-9203-68ee8bf69aed]
    I have had similar issues using application model having more then 1 deployment types so i try to avowed them, but this realy should just work.
    Any help welcome.
    Cheers  

    Like Torsten says, you can't install two DT's from the same Application.
    The first DT with all requirements meet, will be installed.
    You need to create 2 Applications, otherwise it wont Work.
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

  • How to configure IIS for SAP BO 4.0 -  installed in different server?

    I have installed:
    Server Nr1 SAP BusinessObjects BI-Platform 4.0 in a 64 Bit Version and Server Nr2. IIS also 64 Bit Version.
    (BO and IIS are not running in the same Server)
    I have no idea to configure IIS. Can someone of you tell me the steps that are to do ?
    Thanks a lot.
    Regards

    Hi Qamile,
    You can't. IIS is only for integration with Sharepoint portal server. Check the supported platforms guide. Only Java web application servers are supported.
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/10ccbdf2-139f-2e10-61a0-d4af67b6257b
    Regards,
    Julian

  • How to Configure DAD runtime in Apex 4.0 installed with Oracle 11g r2

    hi All,
    i have intalled oracle 11g r2 and apex 4.0. i have created the workspace test1.
    i want to create runtime DAD so that the user can only view Runtime environemtn.
    in oracle 10g there was a way to install apache and change the Marvel.conf file and access multiplle DAD.
    how can i do this in 11g r2 and apex 4.0.
    please reply.
    Thanks.

    hey Udo,
    i have describe as following. how i am using in oracle 10g with companaion cd installed and apex 3.2.
    as following is marvel file which i am usin with 10g. what is the way to work with 11g and ape 4.0.
    i type in url http://localhost:7778/pls/apex for development in apex.
    in the same time user keep working with the application by using following URL
    i type in url http://localhost:7778/pls/MIS for user to access and do data entry.
    i use following in Morvel.conf file for this purpose.
    Alias /i/ D:/oracle/images/
    AddType text/xml xbl
    AddType text/x-component htc
    Development Mode
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword suhaib
    Allow from all
    </Location>
    user end
    <Location /pls/MIS>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage f?P=100:101
    PlsqlDatabasePassword suhaib
    Allow from all
    </Location>
    Please reply. Thanks

  • Laptop-mode-tools how to configure?

    Hi guys!!
    Someone can explane me how to configure this script? (laptop-mode-tools)
    Thx

    patroclo7 wrote:Please note that the script is broken in two functions: terminal blacking timeouts; xserver DPMS settings. I provided some patches to fix these issues and the developer of the laptop-mode-tools is reviewing them.
    Patroclo ho notato che sei italiano quindi scriverò in italiano: in che senso è rotto? E sopratutto sai consigliarmi dei settaggi + o - adeguati?
    Grazie

  • Configure dbstart script Oracle 10g Oracle Enterprise Linux

    Hallo!I am a newbie in Oracle 10g having installed Oracle 10g in Oracle Enterprise Linux version 4 update 7.
    Please give me a step-by step guide of how to configure dbstart script such that I can start the listener,the database ,Enterprise Manager and isqlplus automatically at boot time.
    Thanks.

    dbstart does not work correctly in 10.2.0.4 and 10.2.0.5 (solaris 64bit) I did not try it in 10.2.0.1.
    If you look at this thread you will see some discussion of the problem: "dbstart" command error in Oracle10g_Linux
    I tried the fix from that thread and dbstart still does not work.
    Both dbstart and dbshut are required to have the oracle_home path passed to them as the first argument per the 10gR2 Administrators reference for Unix systems.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b15658/strt_stp.htm#CFAHAHGA
    See metalink bug: 386650.1 for a potential resolution to dbstart
    Edited by: user925295 on Sep 10, 2010 5:45 PM
    Edited by: user925295 on Sep 10, 2010 5:47 PM

  • How to configure quality process with batch management.

    Dear Friends,
                we have a scenario,our client receive goods with 101movement type  into quality inspection stock.
    once stock is passed quality check stock,then we will take into unrestricted stock with 321 movement type.
    failed in quality test will  be rejected.please give me suggestion how to map the scenario.while i am testing
    the process in my sandbox,its asking batch number.its not allowing me to post unrestricted stock with 321
    movement type.how to make batch as optional in this scenario?if batch is mainted for the material,how to
    configure the process.we are not using QM module.
    please suggest me.
    Regards,
    Varun

    In Batch management config in Logistic general, Check for the movement type 101 & 321 whether batch creation has been activated to Manual, Automatic, or no creation. In your case it looks like for mvt 321 batch creation is set to manual & for 101 no creation.
    if batch creation is set to manual, enter a manual batch no & proceed.
    But to cross verify wheter 101 has generated batch or not please check the stocks in MMBE.
    Hope this helps.
    Regards
    Mithun

  • How to configure Dotmatrix Printer in local system

    Hi,
    I need to configure DOT MATRIX Printer in Local System in ECC6.0. please give steps how to configure.
    Thanks,
    venkat

    This is not more different than other printers.
    check
    http://help.sap.com/saphelp_nw70/helpdata/EN/7e/36e4c4023411d399b70000e83dd9fc/frameset.htm
    Markus

  • How to Configure approval

    Hi,
    I want to configure approvals on a service only for VSO. So I add an approval in Authorizations tab and I put this on the condition field:
    "Approval"="Approval" and "SIBDApprovals.OTAApproval"="Yes".
    I checked that the value of OTAApproval is "Yes" when the user is a VSO and "No" if an OTA order this service.
    But it doesn't work. There is no approval. If I only use "Approval"="Approval" as a condition, there is an approval for all user who order this service.
    So how to configure Approval for VSO and not for OTA?

    You'll want to start with configuring approval for this service via the Configure Approvals service.
    And then extend the service with an additional conditional for VSO users only.

  • How to configure Gamil SMTP in Project Server?

    In Project Server Alert Settings, I could notice only "smtp Server" , "port" and "from email" only, I want to use my "Gmail" or "Sendgrid" smtp setting in epm. In order to use those accounts i need a place
    to key in the account password. But i don't see any place to do that. Some one could you please help me how to configure this, Do i need to enable / install anything in order to make this work.
    Your reply is much much much helpful, and appreciated.
    Thanks

    Hi Jacob,
    Your email provider needs to accept unauthenticated connections.
    Please refer to this
    similar thread and this
    one also.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to configure drop-down that change dynamically in Call Scripts

    Hi,
    Would like to know as how to configure drop-down choices that change dynamically based on customer response in Call Scripts / Assessment Scripts of type "Service Request - Survey".
    I've read the following from CRM OnDemand pdf but was not able to figure out how to do that.
    Call Scripting:
    • Reduces agent training time
    • Provides drop-down choices that change dynamically based on customer response
    • Supports personalized interactions based on existing record data
    • Facilitates up-selling and cross-selling
    • Does not require third-party software
    I don't have a concrete requirement as of now, but was trying to check as how it works. Please guide me if any one has implemented the same.
    Thanks in Advance,
    Cheers!!!
    Deepak Veeravalli.

    Arun,
    If you plan to implement the "Querying the Active Directory" based on my code snippet,
    and if you do not have permission [your account must be the part of domain admin] to do so,
    Then still you can do it in least effort through code,
    string usersInXml = SPContext.Current.Web.AllUsers.Xml;your xml string look like this.
    <Users><User ID="2" Sid="" Name="Administrator"
    LoginName="i:0#.w|murugesan\administrator" Email="" Notes="" IsSiteAdmin="True" IsDomainGroup="False" Flags="0" /><User ID="1" Sid="" Name="Murugesa Pandian" LoginName="i:0#.w|murugesan\murugesan" Email="" Notes="" IsSiteAdmin="True" IsDomainGroup="False" Flags="0" /><User ID="1073741823" Sid="S-1-0-0" Name="System Account" LoginName="SHAREPOINT\system" Email="" Notes="" IsSiteAdmin="False" IsDomainGroup="False" Flags="0" /></Users>
    You can user Linq to XML to filter the "LoginName,Name and Email and then populate your drop down list.
    * User must be logged into the site at least once.
    Murugesa Pandian.,MCTS|App.Devleopment|Configure

  • How to configure Mail app on mountain lion to not download all my emails in hotmail server. I need only just 1-2 weeks

    How to configure Mail app on mountain lion to not download all my emails in hotmail server. I need only just 1-2 weeks

    Try going to the web based site and see if you can set up a temporary folder there. Move anything you don't want to download to that folder.

  • How to configure my 3gs iphone? it says your iphone could not be activated because the activation server is temporarily unavailable...... :(

    how to configure my 3gs iphone? it says your iphone could not be activated because the activation server is temporarily unavailable......
    i live in iran. this 3gs was a gift from america .. it contains NOTHING. i can do nothing with it. it cannot be updated cuz the version is low. i dunno what t do please help.

    Possible causes:
    1. Your antivirus is blocking access to gs.apple.com.
    2. Your phone is jailbroken.
    3. Your computer has been used at some time in the past to jaibreak some iOS device (not necessarily the phone with the problem), and its network database was corrupted by the hacking software that was used.
    4. Apple's activation servers are down (very rare, and never for more than an hour or so).
    5. The phone was reported stolen. If it was it can never be activated again.
    For 1. try disabling your antivirus.
    For 2. & 3. you need to go somewhere other than an apple forum for help. Although you can try deleting lines containing gs.apple.com from your "hosts" file on your computer.

Maybe you are looking for

  • Problems with java full-screen

    Hi, When I try to add a TextField or TextArea to the full screen window the TextFields or TextAreas don't show up. Could someboby help my solving this problem?

  • Problem when using IE9

    We use IE9. I enter in https://gwserver. Compose New mail (in Plain Text mode) with body: Line-1 Line-2 Line-3 And send this mail , for example to itself. the received letter will look like: Line-1Line-2Line-3 Someone has the same problem? Serg

  • Duplicate songs on upload from my music and itunes music

    Help. I had a computer crash. IN the process of hooking up my ipod to try to get songs back it duplicated all of my songs. So I went through and tried to manually delete the doubles in my music folder. totally deleted itunes, ipod, etc. Reinstalled i

  • Adobe Reader  7.0

    We want a software that can automatically adjust the margins based on a single page view or when viewed as double spreads there by having the text centered in both the views.

  • Monitor thread stacks in JVM

    Hi, I've a problem with my app, when my server runs for a long time, the memory used by the java process increases. I investigate this : the use of the heap seems to be good (no memory leak), i've used pmap for retreiving the use of memory by my proc