Browse by Tags

All Tags » Packaging » vbscript (WSH) (RSS)

Security Certificates, Trusted Publishers, and ClickOnce Apps

The real author of this entry is Steve Grinker (he doesn't have a blog yet, I'm trying to convince him to get one here). By the way, Steve, yes, your name is going to be prominently displayed until...
Posted by skissinger | with no comments

Using SMS 2003 to run Sun Java's TZUpdate

I suspect my environment is like others... where although you are pushing out the latest Daylight Savings Time compliant version of Sun Java Runtime, you'll have some exceptions where computers have multiple...

Book Reviews - Summary

I think my collection is nearly complete for available SMS 2003 books. I may be missing a couple, but so far I've got Pro SMS 2003 , Rod Kruetzfeld SMS 2003 Administrator's Reference , Ron D. Crumbaker...

Uninstall by Guid example - vbscript

usage: cscript/wscript NameOfScript.vbs {GUID} {GUID} etc.; again, just putting it here mostly for myself for reference. On error resume Next CountApps = Wscript.Arguments.Count If Wscript.Arguments.Count...
Posted by skissinger | with no comments