Results 1 to 5 of 5

Thread: Adding the CleanupScales files to a 2010 deployment?

  1. #1
    Member DWS44's Avatar
    Join Date
    2000-11
    Posts
    22
    Login to Give a bone
    0

    Default Adding the CleanupScales files to a 2010 deployment?

    Has anyone tried adding the three CleanupScales utility files to an AutoCAD 2010 deployment?

    I tried doing this to save a couple steps during our upcoming 2010 rollout. I simply tried adding the files as "additional files" to an existing deployment, and the deployment creation process completes with no errors. Unfortunately, the deployment will no longer work once I add them!

    When you try to run the deployment on a machine to install it, it stops with an error during the "copying files" stage (Internal Error 2602, followed by a long string that varies each time). In fact, once you add the three files for the utility, the deployment will never work again, even if you go back and remove the three files...had to completely rebuild a new deployment.

    Always a glutton for punishment, I tried this a second time, with same results...deployment worked until files added, then never worked again, even once files were removed. I'm not sure why the conflict, since no default installed filenames conflict with these, and the other files I add cause no issues in a deployment.

    Anyone else tried this, or perhaps have a workaround, or is it simply not possible? Not a real big deal...more curiosity at this point than anything else.

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,804
    Login to Give a bone
    0

    Default Re: Adding the CleanupScales files to a 2010 deployment?

    I have not tried this exact thing, but I've been doing network deployments since the 2005 version I think, and I have found it's best to just create a stock OOTB deployment and post-process other things myself with a vbs or bat file.
    R.K. McSwain | CAD Panacea |

  3. #3
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Adding the CleanupScales files to a 2010 deployment?

    I didn't do this with the 2010 deployment yet, but I had no trouble doing this with our 2008 deployment.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  4. #4
    Member
    Join Date
    2005-11
    Posts
    12
    Login to Give a bone
    0

    Default Re: Adding the CleanupScales files to a 2010 deployment?

    Well one workaround you could try is to pack the 3 files in a .exe file or .msi

    Then in the setup.ini file of your deployment you add the following:

    #==================== Install Execute & UI Sequence

    EXE_SEQUENCE=REVIT;NAMEOFYOURFILEHERE
    UI_SEQUENCE=WelcomeDlg;BeginDeploymentDlg;ProductSelectionDlg;LicenseDlg;LogSettingDlg;ConfirmSetupDlg;REVIT;FullProgressDlg;InstallCompleteDlg;InstallFailedDlg;DeploymentCompleteDlg;DeploymentFailedDlg;NAMEOFYOURFILEHERE

    #==================== REVIT Postrequisite
    [NAMEOFYOURFILEHERE]
    PREREQUISITE=REVIT
    PRODUCT_NAME=NAMEOFYOURFILEHERE
    EXE_PATH=path\location of your .exe file
    EXE_PARAM=/silent
    ACTION =INSTALL
    IGNORE_FAILURE=YES

    ==================== REVIT

    [REVIT]
    REMOVE_PREV_VERSION=YES
    PREREQUISITE=MSI;DOTNET20;DWFV;IE
    POSTREQUISITE=NAMEOFYOURFILEHERE
    #PREREQUISITE=MSI;DOTNET20;DWFV;MSIEngine;IESVE


    If your done it right Revit will install and right after your .exe will run..looks like a hassel but its just 4 or 5 changes to the setup.ini

  5. #5
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Adding the CleanupScales files to a 2010 deployment?

    Quote Originally Posted by mpk View Post
    If your done it right Revit will install and right after your .exe will run..looks like a hassel but its just 4 or 5 changes to the setup.ini
    The same approach could be used for AutoCAD deployments, of course, which is what the OP is doing.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

Similar Threads

  1. 2015: Adding Object Enabler installers to a deployment - silently!!!
    By jpcadconsulting347236 in forum AutoCAD General
    Replies: 4
    Last Post: 2015-09-28, 04:52 PM
  2. Adding C3D SAP to a deployment?
    By DWS44 in forum AutoCAD Civil 3D - General
    Replies: 0
    Last Post: 2009-12-10, 03:32 PM
  3. ACA 2010 Deployment - set to STB
    By kevin.bell.72378 in forum ACA General
    Replies: 0
    Last Post: 2009-10-08, 01:31 PM
  4. 2009 Network Deployment INI Files
    By darrenplewis in forum Revit - Platform
    Replies: 6
    Last Post: 2008-08-09, 01:50 AM
  5. Modify deployment (by adding Service Pack 1)
    By jgratton in forum CAD Management - General
    Replies: 11
    Last Post: 2005-12-09, 03:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •