I'm on AS 7.5 Pro, using the SMS Web Console to allow my techs to advertise SMS packages.I need a quick way to set up an alert, preferable via e-mail to let me know when a change has been committed to SMS.Any ideas?
You can uninstall a prevoius version of an application before you run your new setup using the following;IF Exist C:\program files\{your old application folder}\{your old application}.exe C:\windows\system32\msiexec.exe /x {6C92f8CDE-4BB8B-46B9-8CD6-...
Launch your setup.exe and let it get to the point where the progress bar is up and moving.At that point , go to your C:\Documents and settings\{user name}\Local settings\Temp folder.You'll find your .msi in there.Copy it out, then abort your setup.
I took another look and found the correct way the run the cmd command.Apparently, you need to use the /c swtich in order for the exit code to function. Your command line should look something like this:C:\windows\system32\cmd.exe /c C:\posix_fix.bat...
Thanks Robert,Looking at the RemoveRegistry table in Direct Editor, you would add a new item, set the root to -1 if it's a local machine setting, then the Key field to the key you want removed and the Registry value name.I believe the component refe...
That's true, too. If it needs to be done as part of a package and not a stand-alone deployment, that would be the best way to do it.Robert, Do you know of any quick references for doing that? I tried it once and had a hard time because I didn't reall...