Closed GoogleCodeExporter closed 9 years ago
It is actually very simple, here are the modifications to do:
Function .onInstSuccess
ExecShell "open" "$PROGRAMFILES32\Dokan\DokanLibrary"
FunctionEnd
=>
Function .onInstSuccess
IfSilent noshellopen
ExecShell "open" "$PROGRAMFILES32\Dokan\DokanLibrary"
noshellopen:
FunctionEnd
Original comment by sebastie...@gmail.com
on 27 Jan 2011 at 4:58
Original comment by asa...@gmail.com
on 11 Feb 2011 at 3:50
Original issue reported on code.google.com by
rami.abughazaleh@gmail.com
on 2 Sep 2010 at 6:39