Цитата kotkovets:
одной достаточно:
Код:
SetOutPath "$APPDATA\Opera\Opera\user_jscript" »
|
Тогда такая конструкция вообще не имеет смысла и я банально перестраховался.
${If} ${FileExists} "$APPDATA\Opera\Opera\user_jscript"
SetOutPath "$APPDATA\Opera\Opera\user_jscript"
File "${pkgdir}\Opera11\custom\fastesttube.js"
${Else}
SetOutPath "$APPDATA\Opera\Opera"
CreateDirectory "$APPDATA\Opera\Opera\user_jscript"
SetOutPath "$APPDATA\Opera\Opera\user_jscript"
File "${pkgdir}\Opera11\custom\fastesttube.js"
${EndIf}