Ich mach dann auch mal auf Englisch weiter ^^ @BenjaminKalytta: I think when using group You only want to install one item in this group, otherwise group wouldn't be the right choice, right? So selecting more than one point in the .ini doesn't make sense to me. When you change something you also can't select more than one point any more. Only at the start in the ini you can select more than 2, what would be a programming-failure in the ini for me, when you do so ^^ So the best choice for me would be, only select one of the items in the ini and using this as "default". So when selecting "alles auswählen" or the item above, all items should be selected, which are selected in the ini ^^ But sure it's up to you how to configure WIHU in this case, it's only my opinion @my2001: Sure, it would work. But in XPlode the design is very cool, so it covers the Original Setup-design of XP and only the left frame is visible. Sicherlich würde das klappen, so weit hab ich das Programm ja auch schon verstanden Aber bei XPlode ist einfach die integrierende Optik ziemlich genial, bei mir legt sich XPlode mit dem Setup-Design über den Setup-Schirm, nur der linke Teil ist dann noch zu sehen, einfach genial. @both: the different config-file struture is sure a problem and would cost programming-time to combine. If Wraith and Benjamin would like to think about combining the config-files, I would suggest using the XML-format, because it seems to be easier for the user. For example if you want to change two positions, you just need to copy and paste in the install.ini you have to change the numbers for all points, which are in my case 3-4 per item. So when writing a new regTweak (which I sort by letters) it's very uncomfortable to change the numbers of 30 items ^^ Here an example, what a combined config-file could look like: <item display="IrfanView 3.91"> <execute display="Installiere..." program="IrfanView3.91.exe /> <selected=1 /> <item display="deutsche Sprache"> <execute display="kopiere .ini" program="copy" arguments="i_view32.ini %programfiles%\IrfanView" /> <selected=1 /> </item> </item> If You think it's too much programming-effort, what about a user-friendly way of arranging the items? Maybe a sort of auto-increment instead of the numbers, so copy&paste would work? Every "description"-point would make such auto.increment fpr example. For the Sub-Items one could set sub = 1 or something like this, for a new set of Sub-Items, when finishes you set sub = 0 and you're back on your main-area. Example for this: ;beginning with .0 description = 7-Zip 3.13 command = Software\7-Zip3.13\setup.exe -y /q /r:n selected = 1 collapsed = 1 ;recognizes the "sub=1", program stays with .0 and starts a sub-item .0.0 sub=1 description = deutsche Sprache command = regedit /s regtweaks\7-Zip.reg selected = 1 ;not changed back to main-level, staying with .0 and suffix would automatic be .0.1 description = abcdef command = regedit /s regtweaks\abcdef.reg selected = 1 sub = 0 ;as recognizing "sub=0" program will get back, adding .1 description = Aida32 command = Software\Aida32_3.94.2.exe selected = 1 So You wouldnt have to use numbers for your items, program would recognize items by description and put everything after description until next description to one point. Sub-Items would be generated like this: .0 sub=1 .0.0 .0.1 .0.2 sub=1 .0.2.0 .0.2.1 sub=0 .0.3 sub=0 .1 .2 sub=1 .2.0 .2.1 hope I could express what I mean ^^ @Benjamin: Das soll nun nicht so rüberkommen, als ob ich das ganze nur kritisieren will, ich find das Programm echt genial;) Die einzigen beiden Sachen die halt nicht schlecht wären, wären das Abschaffen der Zahlen und ein ins Setup integrierendes Design