I downloaded a hotfix (not a standard windows update) from Microsoft. It's purpose is to allow the shutting off of the "Previous versions" tab on the file/folder properties window.
I tried packaging it useing WinINSTALL LE, so i could roll it out using an .MSI with group policy, but it doesnt seem to work.
Is there a simple way to roll out a non-msi, or to create an MSI out of the hotfix .exe file?
All i need to do is run:
WindowsXP-KB888603-x86-ENU.exe /noreboot /quiet
I could do it in a login script, but I'd rather not run it every time a user logs in, especially because after a day most users will already have it.
Thanks,
Andrew
I tried packaging it useing WinINSTALL LE, so i could roll it out using an .MSI with group policy, but it doesnt seem to work.
Is there a simple way to roll out a non-msi, or to create an MSI out of the hotfix .exe file?
All i need to do is run:
WindowsXP-KB888603-x86-ENU.exe /noreboot /quiet
I could do it in a login script, but I'd rather not run it every time a user logs in, especially because after a day most users will already have it.
Thanks,
Andrew