Hard-coded with source path
Hi,
how could I change in regsitry valu from hardcoded to source dir:
Q:\SCCM\ccmcache\IC20073B.1.S-1-5-21-1275210071-2000478354-682003330-1433382\Uninstall.vbs
I need that registry looks only to that vbs file and this is UninstalString
Any idea?
What I found out that I need script which is in the package and looks for InstallSource after what it will change registry to it, if that make sense. At leaste sound somthing like that, but how to do for now have no idea.
Answers (1)
Do you mean you want the 'UninstallString' to be the command line shown in your post as opposed to the normal 'MSIEXec /i[ProductCode]'? You have no control over that natively using Windows Installer. Why would you need to, anyway, since you can build an 'Uninstall' task in SCCM?
I'm also curious to know why your installs are not being performed by the 'System' user...