On Sat, Aug 16, 2008 at 12:15 AM, Peer Sommerlund <[EMAIL PROTECTED]> wrote: > > > 2008/8/15 Tim van der Leeuw <[EMAIL PROTECTED]> >> >> >> I think it would be nice if the installer could provide several options of >> what to install, for instance: >> [x] Base Mercurial >> [x] Graphical commit tool extension (qct) >> [x] Graphical diff/merge tool extension (kdiff3) >> [x] (other extensions) >> [x] Windows Explorer integration (TortoiseHG) >> >> And then the required permission level for the selected options can be >> determined and requested based on the user selection. >> >> I don't know if that is possible with InnoSetup, or how much work it would >> be? > > It wouldn't be too much work. > > Installation of components is standard (your first 4 checkboxes), disabling > the explorer integration (the last checkbox) is not, but it is not too > complex to do it. > > Inno Setup comes with a good help file where you can find the required info. > > All it takes is somebody that spends a day or two to do it.
The only more tricky part is that the shell extension requires admin permission and a system restart to activate them. But as I mentioned on Mercurial ML, I have some success in getting this to work. We will look further into this after 0.4-final is released - in a day or two. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

