-
AddOn not working when using a batch file
Hi ZcWorld, I try to make a nLite AddOn, so I don't put anything to the oem folder... I just want to select my cab file in nLite, so the cab file must contain all the data to run the .exe and then make the icon deplacement. Thanks for your help.
-
AddOn not working when using a batch file
Hello, I want to launch more than 1 command for 1 addon. So I launch a batch file who contains the 2 commands But windows launch the batch file from this folder : "c:\windows\system32\inetsrv" and he tell me : "'QuickAlt.exe' is not recognized as an internal or external command, operable program or batch file". here are the files : ---------------- ENTRIES_QuickAlt.ini: [general] builddate= description= language= title=QuickTime Alternative Lite version=1.76 website= [EditFile] I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram [AddProgram] QuickAlt.bat ----------------- QuickAlt.bat: QuickAlt.exe /VERYSILENT /SP- /NORESTART move "%AllUsersProfile%\""Start Menu\Programs\QuickTime Alternative" "%AllUsersProfile%\""Start Menu\Programs\Divers\" ----------------- Those files run perfectly when I launch the .bat file manually... Does someone noes what I've done wrong ?
-
Silent Install Of Hoontech Digital-xg
Hi, I'm trying to install my Hoontech Sound Track YMF-754 Digital-XG in an unattended setup of windows 2000 When I put the driver (the last version I think : wdm754_5245) in the $oem$ directory, windows setup tells me that DS1 file is missing. So I've trying to setup de driver silently after setup completes. When I lunch the setup file normally, everything is fine but when I try setup /s, nothing happens... Do someone knows what I've done wrong ? Thanks Simplet76
-
.NET Framework Version 1.1 Installation Error
Thanks (merci) I'll try it tonight...
-
.NET Framework Version 1.1 Installation Error
Hi I'm trying to silently install :"Microsoft .NET Framework Version 1.1" on Windows 2000 Pro SP4. I use the following command : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\37] "1"="%SYSTEMDRIVE%\\MsUpdate\\dotnetfx.exe /q:a /c:\"install /l /q\"" @="Microsoft .NET Framework Version 1.1" But I always got the same error in the Event viewer : System.EnterpriseServices failed to install. Please fix the problem (see exception below) and run 'regasm System.EnterpriseServices.dll' again to install System.EnterpriseServices. Exception: 'System.NotImplementedException: Not implemented at System.EnterpriseServices.Admin.ICatalogCollection.Populate() at System.EnterpriseServices.RegistrationDriver.Populate(ICatalogCollection coll) at System.EnterpriseServices.RegistrationHelperTx.InstallUtilityApplication(Type t)' I found a workaround on the microsoft site (Article ID : 815210) and I add this line in the script : c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\regasm System.EnterpriseServices.dll I can't see if it fix the problem. Ty the way, I get the same error when I install .NET Framework SP1 even when i run the regasm command after installing .Net 1.1 Can someone explain me what I'm doing wrong ? Thanks
-
Silent install of MSXML 3.0 SP5
Hi, I'm trying tu install MSXML 3.0 SP5 and did not find anything on the forum Can someone help me. Thanks