Thanks, that worked fine..
But i have another scripting problem, that seems to be installer related:
Im using this line to remove the folder i got back from installer:
fso.DeleteFolder filespec,true
But i always get a Path not Found error.
Im trying to remove it during the InstallFinalize ...