0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MSYS2_ARG_CONV_EXCL="*" によるパス変換の抑制

Posted at

概要

NSIS で作ったセットアップは /S オプションの指定により、サイレントセットアップになるのですが…

MinGW の bash から起動するとうまくいきません。

ところが、こうすると /S を渡せるようになりました:

MSYS2_ARG_CONV_EXCL="*" ./Setup_pdftifgather.exe /S

うまくいかない理由

./Setup_pdftifgather.exe /S

2020-04-11_23h35_09.png

S:/ という、S ドライブのルートディレクトリを指し示すパスに変換されていました。

MSYS_NO_PATHCONV

MSYS_NO_PATHCONV=1 が良いらしいとか、良薬的効果を期待して試しましたが、効果は出ず…

そもそもググってもドキュメントもソースコードも出てこないので、現状追求のしようがありません…

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?