Wow, didnt notice (only hard works on IIS 7.0) Microsoft is preparing IE 7.0, I thought it was designed only for longhorn family. But this summer we will be able to put our hands on first beta of this product: Microsoft talking about IE
To run task manager and see exactly the name of process... Or U can use tasklist from cmd... Using taskkill to kill process is not the best way - better is to use pskill or wmic process where name="process.exe" call terminate
2Bryanh: Great work! I would like to post request, too... - Give option to Publish/Run. I mean I could store it somewhere on network and users could use it for installing on demand - but still I could use it for forced network installations. For example Wait.exe /force network.ini will install everything in network.ini EDIT: I found out I cant use it - it converts every \ to one, so \\\\\\ is in final only \. Could U please correct this?
Hmmm, now it looks I got a problem - downloaded PEid, extracted peid.exe, renamed to Helper.bin, compiled script2exe, copied to same location. But when I inserted name of the file, I still received message Sorry, unknown installer
Not sure about server OS... About performace - one PIII 500MHz machine can take care of about 50000 client computers. I am running 2 SUS server on normal server and dont have any problems with performance. Once I saw running few SUS servers (virtual servers) on one common physical server with no problems...
Change FOR /F "TOKENS=3*" %%i in ('reg query "HKCU\Software\VirtuaMedia\ZoomPlayer" /v InstallDirectory ^| FINDSTR "REG_SZ" ') do set MyInstallPath = "%%i %%j" to FOR /F "TOKENS=3*" %%i in ('reg query "HKCU\Software\VirtuaMedia\ZoomPlayer" /v InstallDirectory ^| FINDSTR "REG_SZ" ') do set MyInstallPath="%%i %%j"
2Mjalan: Hoax message, it should be in funny farm. 2epic: Compare programming level of MSAS with others solutions... And it was not programmed in Microsoft.
2Allanol: Sorry, it was hard day and I wasnt able to think correctly Hmmm, I cant find option to edit title... Is it possible? If not, could U please change it to "Software delivery application"? Thx for advice, I will try to contact him... 2Radimus: Dont understand, how could Kixstart help me with this?
Hi! I am working on script that will provide "lite" deployment functionalities... It should provide software deployment option to people, that dont have money for SMS, USD or Tivoli. Actually I have almost finished - I got support for groups, operations, even plugins. For example U can plan job to install Office 2k3 on all laptops - it will perform this operation when computers will became online. So U will just create a job and the operation will be performed at next possible time. It is build on batch files (it began when I wanted to show to my friend that every admin have possibility to do this ) and GUI is provided by Wizards Apprentice. That is my request - I need graphics for Wizards Apprentice and I would like to be it created in Aqua Style (e.g. XP style)... Can anybody help me out?