Can I create a package on Mac I can deploy on PC

We are a school district with CC licensed by the company, I have for most of the computers Mac my CC Installer is on my Mac.  However, I need to create an installation package Acrobat Pro on a PC.  Can I do this using Packager on my Mac.

Hi Todd,

Mac version does not work on Windows OS. The two operating systems have their technology unique Installer. Therefore, will need you a windows machine where you download cloud creative package to WIN and create the windows package.

Thank you

Ashish

Tags: Adobe

Similar Questions

  • If you deploy a package that you created with computer mictrosoft, Mac user, you need to use a package of Mac? If so do you need to use a mac to create a package of mac?

    If you deploy a package that you created with computer mictrosoft, Mac user, you need to use a package of Mac? If so do you need to use a mac to create a package of mac?

    Programs Windows will not install on a Mac

  • Packer of creative cloud in creating a package that I can install do not.  He goes through the motions, download all updates, create setup file, but it does not work despite the fact that there are no errors in the log files

    Packer of creative cloud in creating a package that I can install do not.  He goes through the motions, download all updates, create setup file, but it does not work despite the fact that there are no errors in the log files

    After hitting my head against the desk to repeatedly create packages, try on different computers I have finally found a solution.

    These packages have been copied on an external drive, if I try and install from the external drive, which is a common practice, it fails.

    If I then copy this file pkg from the outside, to the computer I install, then run it, it will to and moved very well.

    That is mind-boggling stupid, because it's rare that you have to copy the file into any computer, it is less always installed off the coast of externally, and many people in the company are pushing on the network and the management of the suites so there is a serious problem in Adobe package manager if this is the case where it cannot manage the Middle installed offshore.

    I hope that if anyone else is having problems so it suits.

  • You can transfer documents created in Office for Mac Office for Windows using VMWare Fusion?

    I have a Mac and have documents created with Office for Mac.  I have now installed FMWare Fusion 7, Windows 7 and Office 365 Personal on the Mac, but I can not access existing files when you use windows or transfer them to the virtual drive.  Is it possible to do either?

    Take a look at: files between Windows and Mac sharing your & Sharing Applications between your Mac and your virtual Windows Machines

  • Can I create a package without specifying body?

    Can I create a package without specifying body?

    SQL > create the package body no_specification as start null; end no_specification;

    2.

    WARNING: The body of a Package created with compilation errors.

    SQL > show errors

    PACKAGE BODY NO_SPECIFICATION errors:

    LINE/COL ERROR

    -------- -----------------------------------------------------------------

    0/0 PL/SQL: analysis of completed Compilation unit

    1/14 PLS-00201: identifier 'NO_SPECIFICATION' must be declared

    1/14 PLS-00304: impossible to compile a body of 'NO_SPECIFICATION' without sound

    specification of the

  • table/view not found when creating a package, but can execute sql...

    I'm trying to create a package I'm ora-00942 table or view does not exsit, but when I run with the same user tries to create the package in the sql statement that gives NO error through fine.

    Any idea what can cause that?

    -drop table demo_hdr_trgt

    -drop table demo_hdr_stg

    -It's the tabe belong to the other user not my own schema

    connect tstdata/tstdata

    create the table demo_hdr_stg as floor (dbms_random.value (1,101)) select id, floor (dbms_random.value (1001,100001)) double amt connect by level < = 100

    /

    -It's my diagram

    connect me3/me3

    create the table demo_hdr_trgt in select * from hdr_stg where 1 = 0

    /

    Select * from tstdata.demo_hdr_stg by id

    /

    Select * from demo_hdr_trgt by id

    /

    -business for this temporary table to demo rule

    ALTER TABLE demo_hdr_trgt add PRIMARY KEY (id)

    /

    -table to the control of the error for the DML

    Start

    DBMS_ERRLOG. CREATE_ERROR_LOG('tstdata.) DEMO_HDR_STG');

    end

    /

    -Follow-up of the load table if he succeeds

    CREATE TABLE demo_RESULT_TAB

    (VARCHAR2 (100) 'RUN_NAME',)

    VARCHAR2 (100) "V_MODULE."

    VARCHAR2 (100) "V_ACTION."

    NUMBER OF "ROWCOUNT".

    )

    /

    -Follow-up of the other error table

    CREATE TABLE demo_ERROR_TAB

    (VARCHAR2 (100) 'RUN_NAME',)

    VARCHAR2 (100) "V_MODULE."

    VARCHAR2 (100) "V_ACTION."

    NUMBER OF "SQLCODE"

    "SQLERRM' VARCHAR2 (4000).

    "CALL_STACK' CLOB

    )

    /

    -package charge demo

    create or replace package demo_hdr_pkg as

    procedure hdr_ldr (run_name varchar2);

    end demo_hdr_pkg

    /

    create or replace package body demo_hdr_pkg as

    procedure hdr_ldr (run_name varchar2) is

    number of v_sqlcode;

    v_sqlerrm varchar2 (1000);

    v_module varchar2 (100): = "demo_hdr_pkg.hdr_ldr";

    v_action varchar2 (100): = "insert into hdr_trgt";

    number of v_rowcount;

    Start

    DBMS_APPLICATION_INFO.set_module (module_name = > v_module,)

    action_name = > v_action);

    -the sql code that gives ora-00942 errors that I can review independent

    -INSERT / * + append PARALLEL * /.

    INSERT / * + PARALLEL * /.

    IN demo_hdr_trgt, SELECT id, tstdata.demo_hdr_stg amt

    LOG ERRORS IN tstdata. ERR$ (run_name) _demo_HDR_STG

    REJECT LIMIT UNLIMITED;

    v_rowcount: = number of lines sql %;

    INSERT into demo_result_tab (run_name, v_module, v_action, rowcount) values (run_name, v_module, v_action, v_rowcount);

    commit;

    exception when others then

    dbms_output.put_line(SQLCODE||) e '|| SQLERRM);

    v_sqlcode: = sqlcode;

    v_sqlerrm: = sqlerrm;

    insert into demo_error_tab (run_name, v_module, v_action, sqlcode, sqlerrm, call_stack) values (run_name, v_module, v_action, v_sqlcode, v_sqlerrm, dbms_utility.format_call_stack);

    commit;

    -dbms_scheduler to analyze the error table and send e-mail

    end;

    end demo_hdr_pkg

    /

    -test

    declare

    v_runname varchar2 (100): = to_char (sysdate, 'YYYY_MM_DD_HH24_MI_SS');

    Start

    demo_hdr_pkg.hdr_ldr (v_runname);

    end

    /

    Select * from demo_hdr_stg by id

    /

    Select * from demo_hdr_trgt by id

    /

    Select * from demo_error_tab

    /

    Select * from demo_result_tab

    /

    This question is asked almost every day...

    http://martincarstenbach.WordPress.com/2010/05/27/the-difference-between-a-direct-grant-and-a-role-in-PLSQL/

    Summary, you need a DIRECT grant (not through a role), or you could modify the procedure to use the rights of the appellant (the default is rights define).

    See you soon,.

  • Creating a package problems

    Hello

    I need to create a package with a procedure that would create a new rocords of table and copy of the employees table.

    So first of all, I am creating a procedure:

    create or replace

    procedure create_table (employee_id IN employees.employee_id%TYPE) as

    Employe_id. employees number % TYPE;

    First name employees. FIRST_NAME % TYPE;

    Employees last_name. LAST_NAME % TYPE;

    E-MAIL eployees. EMAIL OF THE TYPE DESTINATAIRE%.

    PHONE_NUMBER eployees. PHONE_NUMBER % TYPE;

    HIRE_DATE eployees. HIRE_DATE % TYPE;

    Job_id eployees. JOB_ID % TYPE;

    Eployees SALARY. % SALARY TYPE.

    Eployees.COMMISSION_PCT%TYPE COMMISSION_PCT;

    Eployees MANAGER_ID. MANAGER_ID % TYPE;

    Department_id eployees. DEPARTMENT_ID % TYPE;

    Start

    run immediately "CREATE TABLE MY_TABLE

    (EMPLOYE_ID, NUMBER (6,0),)

    NAME VARCHAR2 (20 BYTE)

    VARCHAR2 (25 BYTE) LAST_NAME,

    E-MAIL VARCHAR2 (25 BYTE),

    PHONE_NUMBER VARCHAR2 (20 BYTE),

    HIRE_DATE DATE,

    JOB_ID VARCHAR2 (10 BYTE),

    NUMBER (8.2) OF SALARY.

    COMMISSION_PCT NUMBER (2.2).

    MANAGER_ID NUMBER (6.0).

    NUMBER (4,0)) DEPARTMENT_ID ';

    SOME employees. Employee_id IN number of employees;

    SOME employees. First name IN first name OF employees;

    SOME employees. Last_name IN LAST_NAME of employees;

    SELECT eployees. PHONE_NUMBER IN PHONE_NUMBER of employees;

    SELECT eployees. HIRE_DATE IN HIRE_DATE from employee;

    SELECT eployees. Job_id IN the JOB_ID OF THE employees;

    SELECT eployees. WAGES IN COMPENSATION OF employees;

    SELECT eployees.COMMISSION_PCT IN COMMISSION_PCT FROM employees;

    SELECT eployees. MANAGER_ID IN MANAGER_ID OF employees;

    SELECT eployees. Department_id IN department_id from employee;

    INSERT INTO my_table VALUES)

    employe_id,

    FIRST NAME,

    LAST_NAME,

    E-mail

    PHONE_NUMBER,

    HIRE_DATE,

    JOB_ID,

    SALARY,

    COMMISSION_PCT,

    MANAGER_ID,

    DEPARTMENT_ID);

    end CREATE_TABLE;

    And get errors:

    PL/SQL: Analysis of completed Compilation unit

    PLS-00410: fields in duplicate in the FOLDER list, TABLE or argument are not allowed

    P.S. First time creation of package and procedure.

    Seems a strange way of doing things when you can use a table to create as select, but it looks like a puzzle of coding or something.

    This will do what you want.  It checks to see if the table exists, if not, it creates and populates.

    create or replace procedure CREATE_TABLE is

    TableExists (pTableName varchar2) return boolean is

    vCnt whole;

    Start

    Select count (*)

    in vCnt

    tab

    where TNOM = pTableName;

    Return vCnt > 0;

    end;

    Start

    If TableExists ('MY_TABLE') then

    run immediately "CREATE TABLE MY_TABLE)

    EMPLOYE_ID NUMBER (6.0).

    NAME VARCHAR2 (20 BYTE)

    VARCHAR2 (25 BYTE) LAST_NAME,

    E-MAIL VARCHAR2 (25 BYTE),

    PHONE_NUMBER VARCHAR2 (20 BYTE),

    HIRE_DATE DATE,

    JOB_ID VARCHAR2 (10 BYTE),

    NUMBER (8.2) OF SALARY.

    COMMISSION_PCT NUMBER (2.2).

    MANAGER_ID NUMBER (6.0).

    DEPARTMENT_ID NUMBER (4.0)

    )';

    execute "insert into my_table (EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id) immediately

    Select EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id

    of WORKERS;

    end if;

    end CREATE_TABLE;

    or better yet, if your puzzle allows you to use a DEC:

    create or replace procedure CREATE_TABLE is

    TableExists (pTableName varchar2) return boolean is

    vCnt whole;

    Start

    Select count (*)

    in vCnt

    tab

    where TNOM = pTableName;

    Return vCnt > 0;

    end;

    Start

    If TableExists ('MY_TABLE') then

    run immediately "CREATE TABLE MY_TABLE as

    Select EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id

    of WORKERS;

    end if;

    end CREATE_TABLE;

  • "Installation failed" error when installing packages on Mac

    I downloaded the creative cloud on my Mac OS X El Capitan packer and have created my package, but then I start to have problems. When I go in the "build" folder and click on "Adobe CC_Install.pkg" it starts very well and brings me to the Setup page and begins to install. It says "Running scripts package" for a long time and it seems to work because the applications are displayed in the destination file that I chose, but then apps begin to disappear and finally "The Installation failed" message.

    I tried again and this time that applications appear to install correctly, but it was just hooked on 'scripts running from package' for hours and will not complete the process.

    Help please!

    Packer links https://forums.adobe.com/thread/1586021

    http://forums.Adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • do not install create js on CS6 Mac version

    I can't found the js create on CS6 Flash Mac version. any Advisor

    Near the top of the page in this section:

    http://www.Adobe.com/devnet/createjs/articles/using-Flash-Pro-Toolkit-createjs.html

    There is a link to download the CreateJS Toolkit extension. Double-click the extension to install it, and then read the rest of the article to find out how to use it.

  • Why we need to create the package instead of procedure or function in Oracle

    Hello

    Recently, I attended an interview, they asked,
    why we must create the package instead of procedure or function in oracle. Is a specific advantage, if we create together.
    I'm not sure. can u tell me please someone.

    Thank you and best regards,
    Sanjeev.

    Hello

    A part of the oracle documentation.

    What is a PL/SQL Package?
    A package is a schema object which includes subroutines, variables, and logically related PL/SQL types. Packages have two parts: a specification (spec) and a body. Sometimes, the body is unnecessary. The specification is the interface to the package. It declares the types, variables, constants, exceptions, cursors, and subprograms that can be referenced from outside the package. The body defines queries for the sliders and the code for the subprogrammes.

    Benefits of the PL/SQL Packages
    Packages have a long history in software engineering, offering important characteristics for a reliable, maintainable, and reusable code, often in team for large systems development efforts.

    Modularity

    Packages allow you to logically encapsulate Associates types, elements, and subroutines in a module named PL/SQL. Each package is easy to understand, and the interfaces between packages are simple, clear and well defined. This facilitates the development of applications.

    Easier application design

    When you design an application, all you need initially is the interface information in the package specification. You can code and compile a spec without his body. Stored subprograms that reference the package can then be compiled as well. You should not set the package body entirely until you are ready to complete the application.

    Information masking

    With packages, you can specify which types, elements, and subprogrammes are (and accessible) public or private (hidden and inaccessible). For example, if a package contains four subprogrammes, three can be public and one private. The package hides the implementation of the subprogramme private so that only the package (not your application) is affected if the application changes. This simplifies maintenance and improvement. Also, by hiding the implementation details of the users, you protect the integrity of the packaging.

    Feature added

    Sliders and packed public variables persist for the lifetime of a session. They can be shared by all the subprogrammes that are running in the environment. They allow you to manage data in any of the transactions without storing in the database.

    Best performance

    When you call a subprogram packaged for the first time, the whole package is loaded into memory. Subsequent calls to related subprograms in package require no disk i/o.

    Packets stop cascading dependencies and avoid an unnecessary recompilation. For example, if you change the body of a packaged function, Oracle does not recompile other routines that call the function; These routines only depend on parameters and return value that are declared in the specification, so they are recompiled only if the specification changes.

  • When and how to create a package

    I have a doubt about how Oracle loads a package.
    Suppose I have a PACK1 package with N procedures inside. When I execute a statement such a PACK1 EXEC. PROC3(), Oracle loads all the package PACK1 N procedures in CMS? I ask for a simple reason. I usually create a package according to the fact that all the procedures inside this package are 'connected' among them somehow. A colleague of mine told me that he would like to put in a package even certain procedures more even though they are not all called among them, but because thay somehow deal with the same subject. Because I think that Oracle loads all the package in the SGA, according to me, it would be wise to put inside a package only procedures called among them.
    Can you help me?
    Thank you!

    Mark1970 wrote:
    I have a doubt about how Oracle loads a package.
    Suppose I have a PACK1 package with N procedures inside. When I execute a statement such a PACK1 EXEC. PROC3(), Oracle loads all the package PACK1 N procedures in CMS?

    Whenever any element of the package is referenced, the whole package is loaded into memory and (assuming it's not aged) remains in memory for future use.

    I ask for a simple reason. I usually create a package according to the fact that all the procedures inside this package are 'connected' among them somehow. A colleague of mine told me that he would like to put in a package even certain procedures more even though they are not all called among them, but because thay somehow deal with the same subject. Because I think that Oracle loads all the package in the SGA, according to me, it would be wise to put inside a package only procedures called among them.

    You are right. Also if other elements in the package are necessary overhead to call are very weak, because they are in the same memory area. This means that you can and should group related program units so that they can share data structures when necessary and call each other with a minimum load

  • Create a package that contains a record type

    Hello
    I have a class called table as follows

    Name Null? Type

    -----
    --------
    -----

    -----
    CLASS_ID NOT NULL NUMBER 4
    CLASS_NAME VARCHAR2 (100)
    NUMBER OF SEAT_NUMBER
    NUMBER OF STUD_ID

    (stud_id) is a foreign table for an another table called student.


    IWant to create a package of class table contained a record of the table of class type
    This includes all columns in the table of class
    but I get the warning: -.
    package created with compilation error.
    Please can you help.
    It is my code: -.
    sql&gt;create or replace package classpackage as
    type tclass is record(
    rclass class.class%type,
    rclass_id class.class_id%type,
    rclass_name class.class_name%type,
    rseat_number class.seat_number%type,
    rstud_id class.stud_id%type);
    end classpackage;
    /                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    Why don't test you it?

    satyaki>
    satyaki>
    satyaki>select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    
    Elapsed: 00:00:00.43
    satyaki>
    satyaki>
    satyaki>create table class
      2   (
      3      CLASS_ID     NUMBER(4)     NOT NULL,
      4      CLASS_NAME   VARCHAR2(100),
      5      SEAT_NUMBER  NUMBER,
      6      STUD_ID      NUMBER
      7   );
    
    Table created.
    
    Elapsed: 00:00:04.75
    satyaki>
    satyaki>create or replace package classpackage
      2  as
      3     type tclass is record
      4       (
      5          rclass_id     number(4),
      6          rclass_name   varchar2(100),
      7          rseat_number  number,
      8          rstud_id      number
      9       );
     10  end classpackage;
     11  /
    
    Package created.
    
    Elapsed: 00:00:01.82
    satyaki>
    satyaki>
    satyaki>
    satyaki>create or replace package classpackage
      2  as
      3     type tclass is record
      4      (
      5         rclass_id class.class_id%type,
      6         rclass_name class.class_name%type,
      7         rseat_number class.seat_number%type,
      8         rstud_id class.stud_id%type
      9      );
     10  end classpackage;
     11  /
    
    Package created.
    
    Elapsed: 00:00:00.30
    satyaki>
    satyaki>
    satyaki>
    

    Kind regards.

    LOULOU.

  • We purchased complete team CC w/One (1) license. If we can deploy specific applications to separate computers, for example the Photo-Design-Acro on a windows computer and first-After effects to a Mac, or license allows - as in recent CS - instalation on 2

    We purchased complete team CC w/One (1) license. If we can deploy specific applications to separate computers, for example the Photo-Design-Acro on a windows computer and first-After effects to a Mac, or license allows - as in recent CS - installation on separate computers of two 2?

    You can activate the subscription creative cloud on two machines, however, you cannot use both machines at the same time. Please check: http://wwwimages.adobe.com/content/dam/Adobe/en/legal/servicetou/Software_Terms-en_US-2015 0407_2200.pdf

    I hope this helps.

  • I was handed this software this morning which is installed at the end of the day and I have never delt with cloud based adobe installation, I created the package this morning and have it installed on a machine but I'm not sure how to enable it

    I was handed this software this morning which is installed at the end of the day and I have never delt with cloud based adobe installation, I created the package this morning and have it installed on a machine but I'm not sure how to enable it

    Creative cloud learn & support

    http://helpx.Adobe.com/creative-cloud.html

    Cloud creation help / install, update or uninstall applications

    http://helpx.Adobe.com/creative-cloud/help/install-apps.html

  • creating a package body

    Hello world
    I am trying to create a package body, but I get an error message saying package created with complication. What am I missing? Thanks in advance.
    CREATE OR REPLACE PACKAGE BODY MY_PACK
    IS
    PROCEDURE MY_PROC (NUMBER, NUMBER OF B)
    IS
    C NUMBER 4;
    BEGIN
    C: = A + B;
    DBMS_OUTPUT. PUT_LINE ("RESULT =" |) (C);
    END;
    FUNCTION NETSAL (TEMPNO EMP. EMPNO % TYPE RETURN NUMBER)
    IS
    RAHAL EMP. SAL % TYPE;
    TCOMM EMP.COMM%TYPE;
    NETSAL NUMBER (10.2);
    BEGIN
    SELECT SAL, NVL (COMM, 0) IN RAHAL, TCOMM FROM EMP WHERE EMPNO = TEMPNO;
    NETSAL: = RAHAL + TCOMM;
    RETURN (NETSAL);
    END;
    END;
    /

    A package is in two parts

    (1) specification
    2 body)

    What you are creating is the body are you created the specification using the code below:

    / * Formatted on 2013/01/06 22:50 (trainer more v4.8.8) * /.
    CREATE or REPLACE PACKAGE my_pack
    IS
    PROCEDURE my_proc (a NUMBER, b NUMBER);

    FUNCTION netsal (tempno emp.empno%TYPE)
    RETURN NUMBER;
    END;

Maybe you are looking for

  • iPhone iOS 10 5 and restart problem

    Context: a year and a half months ago my left side of the screen (iPhone 5) began to burst, an indication of battery failure. I ran to an apple certified service in the country, I've been during the holidays. They asked 100 euros and five working day

  • Pavillion g6: Cd driver problem

    In my Notbook when I insert a disc. There is no response after a disk being inserted.

  • install Windows version 3.1

    How to download version 3.1 and how to install it in my pc?  give me the full path. Thank you

  • DeskJet F4200 Series CD Incompatible with Windows 7

    Hello! Now I have a new HP G62 Notebook with Windows 7, 64-bit, and the CD for my Deskjet F2400 gives an incompatibility message when inserted in my notebook. The CD is for Vista and earlier operating systems. I downloaded/installed something called

  • Do not produce messages blackBerry Smartphones BBM

    From about 12:30 last night my BBM messages stopped to deliver, it was more than 24 hours. Figure it would work perhaps himself, but there not yet and scans of Twitter and forums don't seem to be indicating any type of problem. It was working properl