sehang / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Silent uninstall #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Uninstall DokanLibrary with the /S switch

What is the expected output? What do you see instead?
I expect nothing on the screen. I don't mind the console window opening and 
closing but the message asking me to reboot should not be displayed.

What version of the product are you using? On what operating system?
Windows XP, DokanLibrary version 0.53

Please provide any additional information below.

Here is how to fix it:
  MessageBox MB_YESNO "A reboot is required to finish the uninstallation. Do you wish to reboot now?" IDNO noreboot
    Reboot
  noreboot:

=>

  IfSilent noreboot
  MessageBox MB_YESNO "A reboot is required to finish the uninstallation. Do you wish to reboot now?" IDNO noreboot
    Reboot
  noreboot:  

Original issue reported on code.google.com by sebastie...@gmail.com on 27 Jan 2011 at 5:01

GoogleCodeExporter commented 8 years ago
Thank you for providing the code.

Original comment by asa...@gmail.com on 11 Feb 2011 at 3:50

GoogleCodeExporter commented 8 years ago
When is a new installer going to be release with this new code?
Could there be a re-release of v0.6 only with this small change? Or v0.6.1?

We would like to original relased installation packages instead of 
self-compiled ones to keep correct file size and date.

Original comment by MPchefk...@gmail.com on 12 Aug 2011 at 1:13