Re: [Unattended] using meta settings to automatically select nt5x

Juan Jose Pablos <[email protected]>
Newsgroups gmane.comp.windows.unattended.general
Message-ID <[email protected]>
Johannes Singer escribió:
> Hello Mike!
> 
> Mike Wedge schrieb:
>> I would like to set up a _meta setting so that it would automatically 
>> use nt5x instead of dosemu but I am unsure how to exactly go about 
>> this.  I tried ntinstall_cmd="y" and ntinstall_cmd=1 so I'm not quite 
>> sure what the correct entry would be. Any help would be appreciated. 
>> thanks.
> I believe the setting you are looking for is:
> ntinstall_cmd=nt5x-install
> 
> or if you want to set it in config.pl:
> $u->push_value ('_meta', 'ntinstall_cmd', 'nt5x-install');
> 
> Took me a while to find, too.
> 
I modify the sample config to this:

+# Lookup install command, if possible.
+$u->push_value ('_meta', 'ntinstall_cmd', sub { 
lookup_property('ntinstall_cmd'); });

+

and modify unattended.csv to get same result:

"Default","ntinstall_cmd","nt5x-install"

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.