I have found what appears to be a bug in the Autoplay menu
this works fine in 2000/XP:
<IR_ACTIONS_LIST>
<Action name="Get Value Names">
<Type>103</Type>
<Function>0</Function>
<DTIndentLevel>0</DTIndentLevel>
<Enabled>1</Enabled>
<ErrorHandling>
<UserNotificationMode>2</UserNotificationMode>
<CustomErrorMessage/>
<OnErrorAction>0</OnErrorAction>
<JumpToLabel/>
</ErrorHandling>
<Variable>%InstallTypes%</Variable>
<FileName>\\tech-server\software\menu\install.ini</FileName>
<Section>INSTALLTYPES</Section>
</Action>
</IR_ACTIONS_LIST>
and will return a string such as
full;;default;;typical;;preventive
but in 98 the same syntax returns an empty string
the ini file is setup as:
[INSTALLTYPES]
Full="Full"
Typical="Typical"
Minimum="Minimum"
House="House"
Preventive="Preventive"
Custom="Custom"
If anyone has found a workaround, it would be appreciated.
It is not related to network rights, updates ort anything else I have seen. The menu can pullother values from the ini file iof i specify the value itself. I jsut can not seem to get the ValueNames to be pulled.

