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:

17

Downloads of v 0.0.0.20240814-alpha:

17

Last Update:

17 Nov 2024

Package Maintainer(s):

Software Author(s):

  • SYSTEMAX

Tags:

paint drawing pen-tablet

Paint Tool SAI 2 (Portable)

This is a prerelease version of Paint Tool SAI 2 (Portable).

  • 1
  • 2
  • 3

0.0.0.20240814-alpha | Updated: 17 Nov 2024

Downloads:

17

Downloads of v 0.0.0.20240814-alpha:

17

Maintainer(s):

Software Author(s):

  • SYSTEMAX

Paint Tool SAI 2 (Portable) 0.0.0.20240814-alpha

This is a prerelease version of Paint Tool SAI 2 (Portable).

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SYSTEMAX. The inclusion of SYSTEMAX trademark(s), if any, upon this webpage is solely to identify SYSTEMAX goods or services and not for commercial purposes.

  • 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 Paint Tool SAI 2 (Portable), run the following command from the command line or from PowerShell:

>

To upgrade Paint Tool SAI 2 (Portable), run the following command from the command line or from PowerShell:

>

To uninstall Paint Tool SAI 2 (Portable), 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 painttoolsai2.portable -y --source="'INTERNAL REPO URL'" --prerelease [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 painttoolsai2.portable -y --source="'INTERNAL REPO URL'" --prerelease
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install painttoolsai2.portable
  win_chocolatey:
    name: painttoolsai2.portable
    version: '0.0.0.20240814-alpha'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

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


chocolatey_package 'painttoolsai2.portable' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.0.0.20240814-alpha'
  options  '--prerelease'
end

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


cChocoPackageInstaller painttoolsai2.portable
{
    Name        = "painttoolsai2.portable"
    Version     = "0.0.0.20240814-alpha"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

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


package { 'painttoolsai2.portable':
  ensure          => '0.0.0.20240814-alpha',
  install_options => ['--prerelease'],
  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...

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Paint Tool SAI 2 is a lightweight, high-performance digital painting software designed for illustrators, offering an intuitive interface and precise brush control. It supports advanced features such as layers, vector tools, pressure-sensitive stylus input, and customizable brushes, making it ideal for both detailed work and quick sketching. Its minimal system requirements and fluid user experience enable smooth operation even on less powerful hardware, while its focus on efficient workflow ensures responsiveness and ease of use.


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url            = 'https://www.systemax.jp/bin/sai2-20240814-32bit-en.zip'
$url64          = 'https://www.systemax.jp/bin/sai2-20240814-64bit-en.zip'
$checksum       = 'b91bf49357673caa3b33a7cce95bee2320e671c739ffe27bf7a1ee5ce40ebc73'
$checksumType   = 'sha256'
$checksum64     = 'beaf825ac3309c01c5532b4a562e139aedbcbd73e6efa5f60e4374988ff7fe9a'
$checksumType64 = 'sha256'

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  unzipLocation  = Join-Path $toolsDir "sai2"

  url            = $url
  url64bit       = $url64

  file           = Split-Path -Leaf $url
  file64         = Split-Path -Leaf $url64

  softwareName   = 'Paint Tool SAI 2'

  checksum       = $checksum
  checksumType   = $checksumType
  checksum64     = $checksum64
  checksumType64 = $checksumType64

  silentArgs     = '/S'
  validExitCodes = @(0)
}

Install-ChocolateyZipPackage @packageArgs
Copy-Item -Path (Join-Path $toolsDir "icon.ico") -Destination $packageArgs.unzipLocation -Force


# make start menu shortcut
Get-ChildItem $packageArgs.unzipLocation -Include "sai2.exe" -Recurse | % {
  Install-ChocolateyShortcut `
    -ShortcutFilePath "$env:PROGRAMDATA\Microsoft\Windows\Start Menu\Programs\Paint Tool SAI 2 (Portable).lnk" `
    -TargetPath $_ `
    -IconLocation (Join-Path $packageArgs.unzipLocation "icon.ico") `
    -Description "Hierarchical spreadsheet app"
}


# do not shim anything by default
Get-ChildItem $toolsDir -Include *.exe -Recurse | % { New-Item "$_.ignore" -Type file -Force | Out-Null }
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url            = 'https://www.systemax.jp/bin/sai2-20240814-32bit-en.zip'
$url64          = 'https://www.systemax.jp/bin/sai2-20240814-64bit-en.zip'
$zipFileName   = Split-Path -Leaf $url
$zipFileName64 = Split-Path -Leaf $url64

Uninstall-ChocolateyZipPackage $env:ChocolateyPackageName $zipFileName
Uninstall-ChocolateyZipPackage $env:ChocolateyPackageName $zipFileName64

Remove-Item -Force -Path `
  "$env:PROGRAMDATA\Microsoft\Windows\Start Menu\Programs\Paint Tool SAI 2 (Portable).lnk"

tools\icon-128x128.png
 
tools\icon-256x256.png
 
tools\icon.icns
 
tools\icon.ico
 
tools\icon.png
 
tools\LICENSE.txt
------------------------------------------------------------------------------------------

                     PaintTool SAI Software License Agreement

                                    SYSTEMAX Inc.

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

(*) This translation of English is a translation of the "PaintTool SAI Software License
Agreement" written in Japanese for referring. A formal original license agreement becomes
the Japanese one.
Please note that you need to agree to an original license agreement that is not
translation but written in Japanese.

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

1. General
Before downloading, installing or using this software, you must read all of the terms of
this "PaintTool SAI Software License Agreement". Only when you agree to all of the terms
of this license agreement, SYSTEMAX Inc. permit you to download or to install or to use
this software on your PC.

If you not agree to all of the terms of this agreement of this license, you must
immediately cease using this software, and destroy all copies of this software stored on
your hard drive or any storage system.

We consider that the user downloaded, installed, used and bought this software in Japan
country even if the user is not living in Japan.

Additionally, this license agreement is subjected to all of the previous beta release of
this software, provided 8/2/2004 to 2/25/2008, too.


2. Copyright
This software and all contents in this site are copyrighted by SYSTEMAX Inc. and all
right reserved, and under protection of Japanese and foreign copyright laws.

When user purchase the software license, this mean that SYSTEMAX Inc. permit user ONLY
the right to use this software in licensed environment, and NOT mean give all other rights
to the user.


3. Qualifications for Using of This Software
This software requires basic knowledge about Windows operation. Especially, basic knowledge
about the following are indispensable.

- Concepts and basic operations of file downloading by web browser.

- Concepts and basic operations for file and folder management on Windows.

- Concepts and basic operations for Windows application.

We cannot provide support for basic knowledge about Windows operation. Please do not buy
the license for this software if you do not know basic knowledge about Windows operation.


4. Evaluation Period
This software has 31 days evaluation period, SYSTEMAX Inc. allow user to use this software
without fee in this evaluation period only software evaluation purpose. This license
agreement is also subjected to using this software in evaluation period.

In this evaluation period, the user must confirm that this software work correctly on
user's environment, and whether this software is useful or not.

After 31 days, evaluation period expired, if you want to continue to use this software,
you must buy software license from SYSTEMAX Inc.

Evaluation period may be suddenly expired by the reasons that PC's clock changed or other
system oriented problems. Regardless of user's deliberate or not, SYSTEMAX Inc. don't
recover this expired evaluation period.


5. License
SYSTEMAX Inc. permits non-monopolized right using this software to the user who bought the
user license of this software.

When the user is individual and only the user use this software himself, in this case the
single software license can install any of the user's own PC.

When this software is used by two or more people in the family or in the company etc.,
in this case plural software licenses is required. Required license count is little one
of both "Number of people who use this software" and "Number of PC in which this software
installed".


6. Privacy Policy
Individual information of the user SYSTEMAX Inc. obtained, when the user purchase license,
is used only the purpose of the personal identification when the user loses the download
password of the software license.

SYSTEMAX Inc. promises to try to prevent individual information leakage, and no selling
them to others and not to transfer it.


7. Disclaimer
SYSTEMAX Inc. always try to implement this software working correctly. but a program
generally may have some bugs or provide unexpected result caused by specific environment.

This software is provided "AS IS". SYSTEMAX Inc. don't give any warranty about this
software working, and don't owe to any request from users or bug fixes.

Any risk by using this software is owed to the user. SYSTEMAX Inc. don't owe to any
damages by using this software.


8. Prohibited
The following matter is prohibited on this software.

- Thing used for usage to contravene law.

- Thing used for usage related to human life
  (for example, analysis of medical images etc.).

- Thing that doesn't acquire user license and using this software exceeding the 31days
  trial period.

- Thing to indicate or to offer any method or information of illegally extending
  evaluation period.

- Thing to indicate or to offer any method or information of illegally evading evaluation
  period or software license protection.

- Thing to transfer or to distribute one's user license to others.

- Thing to use or distribute this software by profit-pursuing purpose without permission.

- Thing to do reverse engineering.

- Thing to modify program code.

When one violates these prohibited matters, immediately the one lose the right to use this
software, and SYSTEMAX Inc. don't owe any responsibility for any damages by the violation
to these prohibited matter.


9. Redistribution
This software contains some customizable elements(tool settings etc.) by the end user,
when the user create and distribute these files must follow following conditions.

- Thing that doesn't contain content that contravenes law.

- Thing that doesn't contain content that any disadvantages to others.

- Thing that doesn't contain any method or information of illegally extending evaluation
  period.

- Thing that doesn't contain any method or information of illegally evading evaluation
  period or software license protection.

SYSTEMAX Inc. don't owe any responsibility for damages by these generated or
redistributed material by other people than SYSTEMAX Inc.


10. Works by End User
We do not restrict sales or monetizing of the own works by the end user that used this
software. The rights of the own works of the end user belong to the end user.


11. Modification of this agreements
This software agreement might be modified without any previous notice.






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

                     ペイントツールSAI 「ソフトウェアのご使用条件」

                                    株式会社SYSTEMAX

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

1.はじめに
本ソフトウェアを使用する前に必ずこの「ソフトウェアのご使用条件」(以下、本使用条件とします)
をお読みください。株式会社SYSTEMAX(以下、SYSTEMAX)はエンドユーザーが本使用条件に同意される
場合にのみ本ソフトウェアの使用を許諾します。本使用条件に同意しない場合は直ちに本ソフトウェ
アに関するファイルをすべて破棄してください。
本ソフトウェアは日本国内に対してのみ提供および販売されます。エンドユーザーが海外に在住の者
であっても日本国内で購入したものとみなし、日本国内のエンドユーザーと同一の使用条件が適用さ
れるものとします。
なお、2004年8月2日から2008年2月25日までに無償配布された本ソフトウェアのテスト版についても
本使用条件が適用されるものとします。


2.著作権
本ソフトウェアの著作権はSYSTEMAXが保有し、日本の著作権法によって保護されています。エンドユ
ーザーが「本ソフトウェアを購入」する場合、ソフトウェアの使用権(以下、ユーザーライセンス)を
購入するものであって、ソフトウェアに関わる全ての権利が譲渡されるものではありません。


3.本ソフトウェアを使用するための技能
本製品のインストール・使用・ライセンスの設定においてはWindowsの基礎知識が要求されます。
特に下記に関する基礎知識は習得している事が必須条件となります。

・Windowsのファイルとフォルダの概念と基本操作

・ウェブブラウザによるファイルのダウンロードの概念と基本操作

・Windowsアプリケーションの概念と基本操作

SYSTEMAXはWindowsの基礎知識に関するユーザーサポートを行うことができません。これらの基礎知
識を習得されていない場合は本ソフトウェアのユーザーライセンスを購入なさらないでください。


4.試用期間
本ソフトウェアには31日間の試用期間が設定されています。SYSTEMAXは本ソフトウェアのユーザーラ
イセンスを購入していないエンドユーザーが本使用条件の元で本ソフトウェアを31日間だけ試用する
事を許諾します。エンドユーザーはこの試用期間において本ソフトウェアがエンドユーザーの想定す
るPC環境で問題なく動作するか、本ソフトウェアが購入に値するものであるかどうかを判断するもの
とします。試用期間を終えた後も継続して本ソフトウェアを使用する場合はユーザーライセンスを購
入する必要があるものとします。
試用期間はPCの時計の変更やその他動作環境に起因する理由で突然終了する場合があります。それが
ユーザーの故意・過失であるかを問わずSYSTEMAXは試用期間の復帰等の救済措置は行いません。


5.使用許諾
SYSTEMAXは本ソフトウェアのユーザーライセンスを購入したエンドユーザーに対して本ソフトウェア
を非独占的に使用する事を許諾します。
エンドユーザーが個人であって本ソフトウェアの使用者がその本人のみである場合に限り、1つのユ
ーザーライセンスでエンドユーザー個人が所有するPC何台にでも本ソフトウェアをインストールして
使用することができます。
家族・会社等で複数人にて本ソフトウェアを使用する場合は「本ソフトウェアを使用する人数」もし
くは「本ソフトウェアをインストールするPC台数」のうちいずれか少ない方に相当するユーザーライ
センス数が必要であるものとします。


6.個人情報の取り扱い
ユーザーライセンスの購入時等にSYSTEMAXが得たエンドユーザーの個人情報は、エンドユーザーがユ
ーザーライセンスのダウンロードパスワードを紛失した場合の再発行手続きにおいて、本人確認の目
的でのみ使用されます。SYSTEMAXは個人情報流出の防止に努め、他者への売却や譲渡を行わないこと
を約束します。


7.責任の制限
本ソフトウェアは正常に動作することを念頭に開発されていますが、コンピュータプログラムという
性格上、意図せぬ不具合や動作環境等に起因する理由によって期待した動作をしない場合があります。
SYSTEMAXは本ソフトウェアの動作に不具合が無い事を保障しません。また、エンドユーザーからの要
望への対応や不具合の修正を行う事を保障しません。本ソフトウェアを使用した結果についてはすべ
てエンドユーザーの責任とします。本ソフトウェアの使用によって発生したあらゆる損害について
SYSTEMAXにその責は無いものとします。


8.禁止事項
本ソフトウェアについて下記の事項を禁止します。

・法律に違反する用途に使用する事

・人命に関わる用途に使用する事 (例えば医療用画像の分析など)

・ユーザーライセンスを取得せず試用期間の31日を超えて使用する事

・定められた試用期間を不正に延長する方法を開示または提供する事

・試用期間制限を不正に回避する方法を開示または提供する事

・ユーザーライセンスを他者に譲渡もしくは配布する事

・ソフトウェアそのものを許可無く営利目的に利用する事

・リバースエンジニアリングを行う事

・プログラムコードを改変する事

これらの禁止事項に違反した場合は直ちに本ソフトウェアを使用および試用する権利を失うものとし
ます。また、禁止事項に違反した結果として発生したあらゆる損害について、SYSTEMAXに一切の責は
無いものとします。


9.再配布
本ソフトウェアはツールの設定ファイル等のエンドユーザーによってカスタマイズ可能な要素を持っ
ています。これらのファイルを作成し配布する場合は下記の条件を守ってください。

・法律に違反する内容を含まない事
・他者に損害を与える内容を含まない事
・定められた試用期間を不正に延長する方法もしくはその情報を含まない事
・試用期間制限を不正に回避する方法もしくはその情報を含まない事

なお、SYSTEMAX以外の者による配布物によって発生したいかなる損害についてもSYSTEMAXにその責は
無いものとします。


10.エンドユーザーの著作物
本ソフトウェアを使用してエンドユーザー自身が創作した著作物を商用利用する事については何の
制限も課されません。


11.使用条件の改変
本使用条件は予告なく改変される場合があります。
tools\VERIFICATION.txt

VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

 1. Look in `chocolateyinstall.ps1` and download the file from the URL.
 2. Go to the official website at https://www.systemax.jp/en/sai/ and download the matching version.
 3. Hash the two file and observe that the hashes are the same.

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
Paint Tool SAI 2 (Portable) 0.0.0.20240814-alpha 17 Sunday, November 17, 2024 Exempted
Discussion for the Paint Tool SAI 2 (Portable) Package

Ground Rules:

  • This discussion is only about Paint Tool SAI 2 (Portable) and the Paint Tool SAI 2 (Portable) 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 Paint Tool SAI 2 (Portable), 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