How disable autoUpdater?

In last SDK 3.1 autoupdater crashes in nvinit.dll_unloaded when start.



Сигнатура проблемы:

Имя события проблемы: APPCRASH

Имя приложения: autoupdate-windows.exe

Версия приложения: 1.0.0.0

Отметка времени приложения: 5049c0c3

Имя модуля с ошибкой: nvinit.dll_unloaded

Версия модуля с ошибкой: 0.0.0.0

Отметка времени модуля с ошибкой: 51c40fba

Код исключения: c0000005

Смещение исключения: 74f4e259

Версия ОС: 6.1.7601.2.1.0.256.48

Код языка: 1049

Дополнительные сведения 1: 0a9e

Дополнительные сведения 2: 0a9e372d3b4ad19135b953a78882e789

Дополнительные сведения 3: 0a9e

Дополнительные сведения 4: 0a9e372d3b4ad19135b953a78882e789



Driver: NVidia 320.49

Windows7 64bit



How disable autoUpdater?


Hi Planetzeus,



You can disable the auto-updater for a specific application by going to the following location:



C:UsersAppDataRoamingImagination Technologies



And opening that application’s “.plist” file. E.g. PVRTexTool.plist for PVRTexTool.



Once you’ve got that open, search for a key that looks like this:


        Updater<br />
<br />
CheckForUpdates<br />
<br />

```<br />
<br />
If you change the word "true" to "false" in that key, it will disable the autoupdater before it attempts to connect to the internet. If the key doesn't exist, you can simply put it in. If the plist doesn't exist at all, let me know and I'll instruct you in how to create one from scratch so you can use the SDK.<br />
<br />
Regards,<br />
Tobias