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.
デフォルト パス (例: C:\Program Files...) をインストーラーに追加するにはどうすればよいですか。(たとえば、ハードコードされた変数を意味します。)
よろしくお願いします...
$INSTDIRを任意の値に設定できます。
$INSTDIR
StrCpy $INSTDIR "c:\program files\my folder"