I've got error which is same as yesterday(i was posting here in forum) but now it's on simple Excel file. The location on which NSIS setup must place a file "darbas.xls" on mapped driver which is on Linux Server. First of all i though "damn permissions", but i was wrong, all permissions are maxed, user can copy, paste, modify, create, delete files in folder. I've tried my self on same PC manually all these functions and it worked fine I've tried to manually copy same "darbas.xls" and replace and its OK. Oh and by the way its Windows7 SP1. On another PC which is Windows XP SP3 with same User permissions on same location setup nicely completes and replaces file..
Here is an Error:
"error opening file for writing darbas.xls"
XPStyle on
RequestExecutionLevel admin
Section "kiti" SEC03
SetDetailsPrint textonly
DetailPrint "Įrašomi programos bazės failai..."
SetDetailsPrint listonly
SetOutPath "$INSTDIR_BAZE"
SetOverwrite on
File "..\..\baz2003\darbas.xls"
Past days i feel unlucky with NSIS but I'm looking forward to solve all coming problems.
p.s As always sry for my English.