Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インストールプロセス中にファイルが削除されないようにファイルをロックしたいのですが、同時にこのファイルを読み取る必要があります。NSISを使用してそれを行うにはどうすればよいですか?
FileOpen $0 "$instdir\myfile.txt" r削除をブロックし、そこから読み取ることができるようにする必要があります...
FileOpen $0 "$instdir\myfile.txt" r