My problems are the following:
1) I've create XP-sp1 cd with drivers and application, and the runonceex.cmd; everything is ok but, as I create a install/catalyst3.10 folder, when I login the catalyst appears not to be installed at all. Why?
this is the line inside the runonceex.cmd:
CODE
REG ADD %KEY%\003 /VE /D "Ati Catalyst 3.10" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\Catalyst3.10\Setup.exe -s -f1"%systemdrive%\install\Catalyst3.10\setup.iss" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\Catalyst3.10\Setup.exe -s -f1"%systemdrive%\install\Catalyst3.10\setup.iss" /f
Obviously, the ISS file has been created by running the original setup with the /r suffix.
2) I need to login with as a defined user' and so I've made a user.cmd which creates that user. But I've noticed the Administrator user is created too. How to remove completely this user from being created?
The reference to the user.cmd is inside the runonceex, is it right?
3)well, I put into the Install dir the entire content of my adsl modem installation files.
As among them there's a ini file which supports the silent install, I modified it and I launched the setup the do a test. It worked great.
But,after the unattended install, when the runonceex runs it, nothing appears, and the modem is still uninstalled... why??
At the end, I need to know if with the runonceex statement some applications MAY not be installed.
thanks