Browse by Tags

All Tags » Deployment (RSS)

SystemSherlock - snapshot using GUI or CMD

Recently I wrote about SystemSherlock Lite - really nice snapshoting tool that supports command line... I also posted small utility for parsing log files. After that I started to heavily use SystemSherlock - and I must say that it is really really great...

Make snapshots of filesystem and registry using command line

Some installers can be very mysterious - this suddenly applies for MSI packages, even using full logging, it is not easy to find out which registry keys or files were modified\deleted\added. If you have application that is using some custom installer...

Applications with hardcoded paths

In my citrix environment, I am trying to install on applications to D:\ drive. Most applications doesnt have problems with this, however some of them requires installation to C:\ drive. Sometimes you can fix these applications yourself, sometimes you...
Posted by martin | 2 comment(s)
Filed under:

What is Microsoft missing at deployment field?

As you maybe know, I am no longer deployment specialist - now I am specializing on SBC (Server Based Computing), however I hope so there are still few comments and I left and sounds reasonal :) Linux environment got big advantage with rpm packages - installation...
Posted by martin | 5 comment(s)
Filed under:

One common question about AutoLogon

This is question I got quite often - when I enable autologon (for example for deployment purposes), even when I logoff and I want to change user, it will automatically logon back! Answer is quite simple - if you check http://support.microsoft.com/?kbid...
Posted by martin | 2 comment(s)
Filed under:

Get rid of old .ini files - redirect them to registry!

If you remember, loooong time ago (Windows 3.x) we used .ini files for setting almost everything. These files were often placed in %WinDir% (which is quite disaster when you try to implement LUA). What can you do about it (instead of logging, creating...
Posted by martin | 5 comment(s)
Filed under: ,

LUA post no. 2 - using different user account for application

Well, sometimes you encounter application, that just WONT run under user... Many people are trying to solve this by running that particular application under different account... They use RunAs+Sanur or AutoIt RunAsSet command... However there is also...
Posted by martin | 1 comment(s)
Filed under: ,

Interview with Johan Arwidmark about deployment

Here we go! This is second interview, now with Johan Arwidmark and we talked about deployment... As you can see, Johan have same opinion as me about availability of WinPE ;) 1.) What tools are you missing most in deployment today? Multicast, offline image...
Posted by martin | 1 comment(s)
Filed under:

JIT Setup - really nice feature and most people dont know about it!

Well, when I talked with Noise in discussion under one of my previous posts, I decided I will write something about this feature. It is called Active Setup. When new user logged on first time, their profile is created from Default user and ntuser.dat...
Posted by martin | 7 comment(s)
Filed under: ,

Deployment presentation no.3: User profiles

Hey guys! As maybe some of you know, I am working on series of (free) presentations about (free) deployment tools & techniques. First two part were successful - right now I am preparing third part, which will be about user accounts and application...
Posted by martin | 4 comment(s)
Filed under:

BartPE + USMT

I wanted to move to next step - I finally decided to leave MSDOS to stay in grave and use BartPE... Everything is working fine - however I encountered one (logical) problem... You cant use USMT to migrate user profiles to network when you boot using PE...
Posted by martin | 2 comment(s)
Filed under:

Windows Installer a.k.a. Advanced Setup Manager

One of the most common problems with unattended installations are typos (as I wrote before)... How to solve them? You can use dictionary for your favourite text editor (Crimson Editor or dictionary for Word). This is one solution. Remember Setup Manager...
Posted by martin | 2 comment(s)
Filed under:

Most common problems during deployment

I spoke about this few days ago, these are most common problems during deployment projects: including toooo much settings in .sif files - many people are trying to include everything they can in their answer files - but when you encounter problems, you...
Posted by martin | with no comments
Filed under:

SAM (Software Asset Management) - what about paid solutions?

Not a long time ago I encountered nice page from Microsoft, where you can search for SAM tool of your preference... Check it out! I recommended it already to few people that were searching for software asset tools... http://www.microsoft.com/resources...
Posted by martin | with no comments
Filed under:

Free Asset Management

Yesteday I had presentation about deployment - it was first part of series, where I want to cover every deployment topic. I was talking about theory of deployment and then I spoke about planning.... Part of the planning phase is inventorize you software...
Posted by martin | 2 comment(s)
Filed under:

Troubleshooting WSUS - Client

This is question I see almost every day - client problems with WSUS... Most of the solutions are quite simple - do you have generated corresponding groups in WSUS server? are you sure your registry settings are correct? This is often cause of troubles...
Posted by martin | with no comments
Filed under: ,

Batch abstractions 2

Ok, I found some time, so lets go! Set Ini.Include.Servers=Server Set Ini.Include.Paths=Paths Set Path.Server.Ini=\\%UserDNSDomain%\Netlogon\IniFiles For /f “usebackq delims== tokens=1-2” %%i IN (`Set Ini.Include`) Do ( For /f “usebackq...
Posted by martin | with no comments
Filed under: ,

Batch abstractions...

I really HATE static scripts - and most of administrators use them. Static script means that paths, server names etc. are hardcoded to these scripts. I am using quite simple method to workaround. First method is using variable for current directory. This...
Posted by martin | 1 comment(s)
Filed under: ,

Now lets say something about SDS

SDS is the most important project for me right now... SDS is free management software ala SMS/Altiris/Unicenter... It all began when I began preparations for my next presentation - it will be about deployment, however using free tools. What I want to...
Posted by martin | 4 comment(s)
Filed under: ,