
Msi Problem on Win98/ME
Posted 29 July 2004 - 15:03
(German Text)
"Wert Default Feature konnte nicht unter den Schlüssel UNKNOWN\Features\07C6642FCF3DC1A418FDE1FA4103997F geschrieben werden.
Überprüfen Sie, ob Sie ausreichende Zugriffsrechte auf diesen Schlüssel besitzen...."
It seems to be related with the number of files to be installed.
(msiversion 2, loose data).
Does anybody have an idea how to solve this problem in msi?
(I used the following workaround: I put a large number of file in a self-extracting archive which is extracted at the end of installation, which works fine. So what I am looking for is answers, not workarounds...)
Posted 29 July 2004 - 21:34
And why are you posting in English language in the German area of the forum?
Stefan Krüger
InstallSite.org twitter facebook
Posted 30 July 2004 - 04:42


Edited by Glytzhkof, 30 July 2004 - 04:42.
-Stein Åsmul
Posted 31 July 2004 - 15:21

There are German forums because a) I'm German and b ) there are German versions of InstallShield and Visual Studio, and there are a couple of people using these German versions who don't know English very well
Stefan Krüger
InstallSite.org twitter facebook
Posted 16 January 2006 - 12:06
i have the same problem and need a solution for the Visual Studio Installer.
Anyone have a solution ???

thanks in advance
Stefan
Posted 16 January 2006 - 13:52
Stefan Krüger
InstallSite.org twitter facebook
Posted 16 January 2006 - 14:16
I got 890 Components in the "DefaultFeature" and 817 seem to be allowed.
It's possible to create a second feature and put some components into the new one? how i should do this

Can you give me a simple sketch what i have to do ?
I can use Visual Studio 2003.net Installer and Orca.
It's really urgent, my chief is very annoyed

thx for any help !
Posted 16 January 2006 - 14:39
Stefan Krüger
InstallSite.org twitter facebook
Posted 16 January 2006 - 15:13
please correct my thoughts what i have to do:
Current Feature Table:
Feature |Feature Parent |Title| Description |Display| Level | Directory| Attribute
DefaultFeature| | | | 2 | 1 |TARGETDIR| 0
should be supplemented to
New Feature Table:
Feature |Feature Parent |Title| Description |Display| Level | Directory| Attribute
DefaultFeature| | | | 2 | 1 |TARGETDIR| 0
NewFeature | | | | 2 | 1 |TARGETDIR| 0
and inside the FeatureComponents table i take 400 of my 890 component entries for example and change the first column to the "NewFeature", right ?
After that i should make a search through the rest of the tables for a FeatureComponent ID which had been changed and correct the feature there too.
Thanks god that this work is scriptable

Thank you very much Stefan
u safe my day !
Posted 19 January 2006 - 13:33
Stefan Krüger
InstallSite.org twitter facebook