MacBookPro:Windows Installer pajbam$ svn diff
Hi Emmanuel,

I managed to set the interactive mode off.

A two-lines modifications. This uninstall log library is not so bad
actually...

===================================================================
--- windows_installer.nsi (revision 763459)
+++ windows_installer.nsi (working copy)
@@ -76,8 +76,8 @@
     # Activating a confirmation when aborting the installation
     !define MUI_ABORTWARNING

-    # Interactive uninstallation
-    !insertmacro INTERACTIVE_UNINSTALL
+    # Unattended uninstallation
+    !insertmacro UNATTENDED_UNINSTALL

 #
 # Pages
===================================================================
Now, the script seem to only delete the installed files, letting the other
files, and without asking questions...

I think we finally did it...

I'll upload a new installer for others to test...

Regards,
Pierre-Arnaud


On Thu, Apr 9, 2009 at 11:51 AM, Emmanuel Lecharny <[email protected]>wrote:

> On Thu, Apr 9, 2009 at 11:48 AM, ayyagarikiran <[email protected]>
> wrote:
> >> When uninstalling, the uninstaller reads this journal and for any file
> >> that is in the install directory but not in the journal, it asks you
> whether
> >> or not the file or directory should be deleted.
> >>
> >
> > I have observed that many uninstallers delete the *only* files copied by
> the
> > installer and won't touch any other
> > files e.x user generated log files, backup conf files ( if any in the
> > installed directories )
> >
> > So I would say the current approach is good if we just take out that
> > confirmation dialog and leave those files
> > that were not written by the installer
>
> +1, if it's not too complicated to implement ;)
>
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>

Reply via email to