To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49861





------- Additional comments from [EMAIL PROTECTED] Thu Jul 28 16:02:36 -0700 
2005 -------
Looks like it is on purpose. Download template
setup_native/source/win32/nsis/downloadtemplate.nsi contains:

Section -Post

IfSilent onPostSilent onPostNoSilent

onPostSilent:
        ExecWait "$INSTDIR\setup.exe -lang $LANGUAGE /qr -ignore_running"
        RMDir /r $INSTDIR
        RMDir $INSTDIR
GoTo onPostDone

onPostNoSilent:
        Exec "$INSTDIR\setup.exe -lang $LANGUAGE"
        Quit
GoTo onPostDone

onPostDone:

SectionEnd

And we are probably in "NoSilent". Why? Shouldn't we add

        RMDir /r $INSTDIR
        RMDir $INSTDIR

to both branches? Or should we change to "Silent"?


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to