Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,189

Downloads of v 5.0.30.2:

1,189

Last Update:

26 Apr 2018

Package Maintainer(s):

Software Author(s):

  • IMSIDesign

Tags:

doublecadxt doublecad autocad turbocad cad 2d dwg dxf dwf sketchup trial

DoubleCAD XT v5 (Trial)

  • 1
  • 2
  • 3

5.0.30.2 | Updated: 26 Apr 2018

Downloads:

1,189

Downloads of v 5.0.30.2:

1,189

Maintainer(s):

Software Author(s):

  • IMSIDesign

DoubleCAD XT v5 (Trial) 5.0.30.2

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install DoubleCAD XT v5 (Trial), run the following command from the command line or from PowerShell:

>

To upgrade DoubleCAD XT v5 (Trial), run the following command from the command line or from PowerShell:

>

To uninstall DoubleCAD XT v5 (Trial), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade doublecadxt -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade doublecadxt -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install doublecadxt
  win_chocolatey:
    name: doublecadxt
    version: '5.0.30.2'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'doublecadxt' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.0.30.2'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller doublecadxt
{
    Name     = "doublecadxt"
    Version  = "5.0.30.2"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'doublecadxt':
  ensure   => '5.0.30.2',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved by moderator gep13 on 01 May 2018.

Description

DoubleCAD XT is a free full featured 2.5D CAD application that has the power to handle all design and detailing needs. It is free to use for personal, educational, or commercial use without restriction or limitation. With its unmatched support for many industry standard design formats including Google SketchUp and AutoCAD, DoubleCAD XT v5.0 assures great interoperability with the applications you use to help optimize project workflow. Based on IMSI/Design's award-winning CAD code with over two million copies sold worldwide, DoubleCAD XT works like AutoCAD LT but goes beyond in a number of important areas, including innovative features (below).

DoubleCAD XT is also an excellent multi-format Drawing Viewer capable of not only simple viewing, but full editing and markup like no other free CAD based application available today. In addition to viewing and editing capabilities, DoubleCAD XT also makes a great file converter that can import and export files to DWG, SKP, DXF, DWF, PLT, WMF to name a few. Regardless of what CAD applications you are currently using, DoubleCAD XT makes a perfect companion and even better replacement that will quickly become one of your favorite tools to help increase your competitive advantage.

Features:

  • Self-healing, ACA-compatible walls
  • Self-aligning blocks
  • Transparent fills
  • Draw order by layer
  • Bezier curves
  • Flatten 3D to 2D views
  • Advanced polyline editing
  • Automatic scaling of units between drawings
  • Input multiple unit types on-the-fly
  • Object snap prioritization
  • Brush editor
  • Smart dimensions
  • split objects
  • Import xrefs

Trial Version

This install of DoubleCAD XT will work for 30 days. A free, common activation code is required to continue using DoubleCAD XT beyond 30 days. Please register with IMSI/Design to obtain the common activation code.


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

# Due to silent arg quoting complexities only log the inner-MSI install
#   if the Temp directory path contains a space
if ($env:Temp -notmatch ' ') {
  $MSILog = "/l*v $($env:TEMP)\$($env:ChocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log"
} else { $MSILog = '' }

$SN = 'DCAK-5988-0287-0300-3180'  # This is public: http://download.cnet.com/DoubleCAD-XT/3000-18496_4-10907980.html

$InstallArgs = @{
   PackageName    = $env:ChocolateyPackageName
   FileType       = 'exe'
   url            = 'http://downloads.imsidesign.com/ESD/DoubleCAD_XT_v5.exe'
   Checksum       = '8033bd9b706b2f87159c24c15ed7c432b7aa4cfc43356f12ad7066363e9daee9'
   ChecksumType   = 'SHA256'
   silentArgs     = "/s /a /s /v`"/qn /norestart $MSILog ALLUSERS=1 PIDKEY=$SN`""
   validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyPackage @InstallArgs
tools\LICENSE.txt
From: Install License Agreement Window

LICENSE

### END USER LICENSE AGREEMENT

** IMPORTANT: Please read the terms of the following End User License Agreement (“Agreement”) carefully.  DOUBLECAD is a brand of IMSI/Design, LLC.  This Agreement is between you and IMSI/Design, LLC (“IMSI”).  By installing or using the DOUBLECAD software accompanying this Agreement, or any portion thereof, you are agreeing to be bound by the following terms and conditions. If you do not agree with the terms and conditions of this Agreement, you should promptly remove the Software from your system.  If you do agree with the terms and conditions, please retain this Agreement for future reference.**

#### Article 1: License Grant
The IMSI software accompanying this Agreement ("Software") is the intellectual property of IMSI and its licensors, and is protected by state and federal law, including United States copyright laws and international treaties.  The Software is made available to you for your individual use only.  It may be used for personal or commercial purposes.  IMSI grants to you an individual, worldwide, royalty-free, non-assignable, and non-exclusive license to use the object code of the Software on a single machine and to make a single copy of the Software for backup purposes only.  

#### Article 2: Restrictions
You acknowledge and agree that the Software contains copyrighted material, trade secrets, and other proprietary material, and that IMSI owns all right, title and interest in and to the Software, including without limitation all intellectual property rights therein and thereto.  In order to protect them, and except as permitted by applicable legislation and except as expressly provided for in this Agreement, you may not, and will not permit any third party to, copy, modify, create a derivative work of, reverse engineer, decompile or otherwise attempt to extract the source code of the Software, or transfer this Software. You may also not network, rent, lend, loan, distribute or electronically transmit the Software from one computer to another or over a network.  You may not sub-license, assign, or transfer the license or the Software except as expressly provided in this Agreement. Any attempt otherwise to sub-license, assign, or transfer any of the rights, duties, or obligations hereunder is void.

#### Article 3: Functionality Limitations Warning 
COMPUTER-AIDED DESIGN SOFTWARE AND OTHER TECHNICAL SOFTWARE SUCH AS THIS (“THE SOFTWARE”), ARE INTENDED FOR TRAINED PROFESSIONAL USE. THE SOFTWARE IS NOT INTENDED TO REPLACE OR SUPERSEDE YOUR PROFESSIONAL JUDGMENT. THE SOFTWARE IS INTENDED TO HELP YOU WITH DESIGN AND IS NOT TO BE USED AS A SUBSTITUTE FOR INDEPENDENT DESIGN ANALYSIS, ESTIMATION OR TESTING OF PRODUCT STRESS, SAFETY AND UTILITY. BECAUSE OF THE LARGE NUMBER AND VARIETY OF POSSIBLE APPLICATIONS FOR THE SOFTWARE, THE SOFTWARE HAS NOT BEEN TESTED IN ALL SITUATIONS UNDER WHICH IT MAY BE USED.  IMSI SHALL NOT BE LIABLE IN ANY MANNER WHATSOEVER FOR THE RESULTS OBTAINED THROUGH THE USE OF THE SOFTWARE. PERSONS USING THE SOFTWARE ARE RESPONSIBLE FOR THE SUPERVISION, MANAGEMENT AND CONTROL OF THE SOFTWARE INCLUDING, BUT NOT LIMITED TO, THE DETERMINATION OF APPROPRIATE USES FOR THE SOFTWARE, AND THE SELECTION OF THE SOFTWARE AND OTHER PROGRAMS TO ACHIEVE INTENDED RESULTS.  USERS OF THE SOFTWARE ARE ALSO RESPONSIBLE FOR ESTABLISHING THE ADEQUACY OF INDEPENDENT PROCEDURES FOR TESTING THE RELIABILITY AND ACCURACY OF ANY PROGRAM OUTPUT, INCLUDING ALL ITEMS DESIGNED BY USING THE SOFTWARE.

#### Article 4: Term
This Agreement is effective until terminated. You may terminate the license granted by this Agreement at any time by destroying the Software together with all copies thereof. Your rights automatically and immediately terminate without notice from IMSI if you fail to comply with any of the terms and conditions of this Agreement. You agree, upon such termination of the license for any reason, to delete and destroy the Software together with all copies thereof. 

#### Article 5: Export Law Assurance
You agree and certify that neither the Software, nor any other technical data, if any, received from IMSI, nor the direct product(s) thereof, will be exported outside the United States, except as authorized and permitted by the laws and regulations of the United States. If the Software has been rightfully obtained by you outside of the United States, you agree that you will not re-export the Software nor any other technical data, if any, received from IMSI, nor the direct product(s) thereof, except as permitted by the laws and regulations of the United States and the laws and regulations of the jurisdiction in which you obtained the Software.

#### Article 6: Limited Warranty on Media
IMSI warrants the tangible media on which the Software is recorded, if any is included with this product, to be free from defects in materials and workmanship under normal use for a period of ninety (90) days from the date of purchase, as evidenced by a copy of the receipt. IMSI’s entire liability and your exclusive remedy will be replacement of the media not meeting IMSI’s limited warranty and which is returned to IMSI or an IMSI authorized representative with a copy of the receipt. IMSI will have no responsibility to replace media damaged by accident, abuse, or misapplication. ANY IMPLIED WARRANTIES ON THE TANGIBLE MEDIA, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE LIMITED IN DURATION TO NINETY (90) DAYS FROM THE DATE OF DELIVERY. THIS WARRANTY, WITH RESPECT TO THE TANGIBLE MEDIA, GIVES YOU SPECIFIC LEGAL RIGHTS, AND YOU MAY ALSO HAVE OTHER RIGHTS WHICH VARY BY JURISDICTION.

#### Article 7: Disclaimer of Warranties and Limitation on Liability and Damages; Indemnity 
YOU UNDERSTAND AND AGREE THAT IMSI IS MAKING NO WARRANTY THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS, THAT THE SOFTWARE WILL BE ERROR OR BUG-FREE, REGARDING THE SECURITY, RELIABILITY OR PERFORMANCE OF THE SOFTWARE, OR THAT ANY ERRORS IN THE SOFTWARE WILL BE CORRECTED.  YOUR USE OF THE SOFTWARE IS AT YOUR SOLE RISK.  THE SOFTWARE IS PROVIDED ON AN “AS IS” BASIS AND WITHOUT WARRANTY OF ANY KIND.  TO THE EXTENT PERMITTED BY LAW, IMSI DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  ANY CONTENT OR MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SOTWARE IS DONE AT YOUR OWN DISCRETION AND RISK AND YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY SUCH CONTENT OR MATERIAL.  YOU CAN RECOVER FROM IMSI AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO THE AMOUNT YOU PAID FOR THE SOFTWARE.  YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.  This limitation applies to, among other things, claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by law, even if repair, replacement or a refund for the software does not fully compensate you for any losses, or IMSI knew or should have known about the possibility of the damages.  Nothing in this Agreement is intended to exclude or limit any condition, warranty, right or liability which may not be lawfully excluded or limited.  Some jurisdictions do not allow the exclusion of certain warranties or conditions or the limitation or exclusion of liability for loss or damage caused by negligence, breach of contract or breach of implied terms, or incidental or consequential damages.  Therefore, only those above limitations which are lawful in your jurisdiction will apply to you, and IMSI’s liability will be limited to the maximum extent permitted by law.  You agree to hold harmless and indemnify IMSI and its affiliates, officers, agents, and employees from and against any claim, suit, or action arising from or in any way related to your use of the Software or your violation of the terms and conditions of this Agreement, including any liability or expense arising from all claims, losses, damages, suits, judgments, litigation costs and attorneys’ fees, of every kind and nature.  In any such event, IMSI will provide you with written notice of such claim, suit, or action which comes to its attention.

#### Article 8: Product Serial Number and Required Activation 
Many of the software programs IMSI produces contain a serial number and activation system designed, in part, to prevent unlicensed or illegal use of the software. If this Software contains such a system, you agree that IMSI may use these measures to protect IMSI against software piracy and other lawful purposes. Software using this system may contain technology that limits the ability to install and uninstall the software on a computer to not more than a finite number of times for a finite number of computers. Software containing this technology requires activation as further set forth in the installation program of the software. The software using this system will operate for only a finite period of time prior to activation by you. During activation, you will be asked to provide your unique product serial number, which is provided with the software, to verify the authenticity of the software. If you do not complete the activation within the finite period of time as prompted by the software, the software will cease to function until activation is complete, which will restore software functionality. In the event that you are not able to activate the software over the Internet, you may contact IMSI Customer Service to complete the activation process, using the information provided by IMSI during activation, or as may be set forth in the documentation accompanying the software.  Information collected by IMSI in connection with your use of the Software may be stored and processed wherever IMSI or its agents maintain facilities.  Accordingly, by using the Software you consent to any transfer of such information outside your country.  You acknowledge and agree that IMSI may access, preserve, and disclose your account information if required to do so by law or in a good faith belief that such access, preservation, or disclosure is reasonably necessary to: satisfy any applicable law, regulation, legal process, or governmental request; enforce the terms and conditions of this Agreement; detect, prevent, or otherwise address fraud, security or technical issues; respond to user support requests; or protect the rights, property, or safety of IMSI and the public.  IMSI will not be responsible or liable for the exercise or non-exercise of rights under this Agreement.

#### Article 9: General 
This Agreement will be governed by the laws of the State of California, without regard to its conflict of law provisions, and you and IMSI agree to submit to the personal and exclusive jurisdiction of the courts located within the county of San Francisco, California. This License constitutes the entire agreement between the parties with respect to the use of the Software and the related documentation, and supersedes all prior or contemporaneous understandings or agreements, written or oral, regarding such subject matter. No amendment to or modification of this License will be binding unless in writing and signed by a duly authorized representative of IMSI.  The failure of IMSI to exercise or enforce any right or provision of this Agreement shall not constitute a waiver of such right or provision.  If any provision of this Agreement is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties’ intentions as reflected in the provision, and the other provisions of this Agreement shall remain in full force and effect.  The provisions of Articles 2, 3, 5, 6, 7, 8, and 9 shall survive any termination or expiration of this Agreement. 

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status

This package has no dependencies.

Discussion for the DoubleCAD XT v5 (Trial) Package

Ground Rules:

  • This discussion is only about DoubleCAD XT v5 (Trial) and the DoubleCAD XT v5 (Trial) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or DoubleCAD XT v5 (Trial), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus