DLL disapear from PLUGINS dir at WIN98
When I run this sript install:
!AddPluginDir "C:\myplugindir\nsis\"At win98 box, my custom dll is not apearing in plugins directory. This sounds to me like it is not loaded at all or removed (because I have seen that plugins called at guiinit works)
outFile "test.exe"
section
SetOutPath $PLUGINSDIR
nsis_hor::CheckAuth /NOUNLOAD "sa" "37Kreilis" "." "FTGWIN" "MSSQL" "0"
MessageBox MB_OK "test2"
sectionEnd
Function .onGUIInit
InitPluginsDir
FunctionEnd
Also I have to mention I am testing it on virtual box and it works on other os.
Any ideas why I do not have that file?
Gints