http://bugs.winehq.org/show_bug.cgi?id=30229
Bug #: 30229 Summary: no program groups: folder tree needed Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: setupapi AssignedTo: wine-bugs@winehq.org ReportedBy: jmichae3@yahoo.com Classification: Unclassified
currently, WINE stuffs all the programs into a single folder. NSIS installer creates a shortcut to a UNIQUE (I think) uninstall.exe for each program in its program group/folder in windows named simply "Uninstall" (it does this automatically).
a program group is where the shortcuts are stored in windows. c:\program files\ is where the programs reside.
many other installers do this too. wine puts simply overwrites anything with the same name. it has NO CONCEPT of program groups or a tree of program groups. this needs to be changed.
I have about 20 of these utility programs I write for windows. so you can expect about 20 Uninstall shortcuts,each in their own program group.
also,in WINE I don't remember seeing anything about an Add/Remove programs. I could be wrong, but it was hard to find if it was there.
the bad thing about doing what WINE has done is it's like doing the same thing with UNIX programs amd mushing all the directory contents toghether. all your readme files get overwritten, INSTALL files get overwritten, configure files get overwritten, you get the idea. you don't just dump the contents of the installer into 1 directory. that's asking for trouble.
keep them separate.
http://bugs.winehq.org/show_bug.cgi?id=30229
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|setupapi |-unknown Resolution| |INVALID
--- Comment #1 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-19 20:49:33 CDT --- Simply not true. See output of: ls -laR ~/.local/share/applications/wine ls -la ~/.config/menus/applications-merged/wine*
What does that is your friendly window manager that collapses menu tree into two level view.
http://bugs.winehq.org/show_bug.cgi?id=30229
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-19 20:50:21 CDT --- Closing not Wine bug. Please file bug with your desktop environment/distro.