mirror of
https://github.com/NyaMisty/docker-wine-ida.git
synced 2026-06-21 02:36:51 +08:00
Avoid check update popup on first use
This commit is contained in:
parent
51bddebcc4
commit
f507e920e0
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ ADD . /root/.wine/drive_c/IDA
|
|||
RUN true \
|
||||
&& if [ "$USE_IDAPYSWITCH" = "1" ]; then (echo 0 | wine 'C:\IDA\idapyswitch.exe'); fi \
|
||||
&& wine cmd /c reg add 'HKCU\Software\Hex-Rays\IDA' /v "License $IDA_LICENSE_NAME" /t REG_DWORD /d 1 /f \
|
||||
&& wine cmd /c reg add 'HKCU\Software\Hex-Rays\IDA' /v "AutoCheckUpdates" /t REG_DWORD /d 0 /f \
|
||||
&& wine cmd /c reg add 'HKCU\Software\Hex-Rays\IDA' /v "AutoRequestUpdates" /t REG_DWORD /d 0 /f \
|
||||
&& wine cmd /c reg add 'HKCU\Software\Hex-Rays\IDA' /v "AutoUseLumina" /t REG_DWORD /d 0 /f \
|
||||
&& while pgrep wineserver >/dev/null; do echo "Waiting for wineserver"; sleep 1; done
|
||||
|
||||
# Configure ipyida
|
||||
|
|
|
|||
Loading…
Reference in a new issue