intellogo
04-13-2007, 10:01 AM
Hi ...
I have installed the MS Office Word Viewer 2003 tool with my Setup Factory 7 file, so that there's inbuilt support for veiwing the Help & Documentation files for the s/w i am developing.
But i am having a hassle uninstalling it. I follow a good programming practice of removing everything when my s/w product is uninstalled. And not to litter other's PC's. But this Word Viewer 2003 tool seems to stick on.
NOTE: This tool can be uninstalled perfectly and completely from the Windows Add Remove Control Panel...but this is not what i want. I want my Setup Factory 7 file to uninstall it when my product gets uninstalled.
I am giving directions below to conduct the tests....and recieve some help from someone....
Please goto this link and download the Microrosft Office Word Viewer 2003.
http://www.orbitfiles.com/download/id1338701714. I have compressed the file with WINRAR and uploaded it. So you will require that WINRAR tool is instaled in the PC to open this. Please don't worry. There is no virus or worm. Its absoluetely clean. You can check it with any antivirus also to verify. I know very well that if i post a virus then my name will get spoilt, so please trust me and try to help me out in this issue.
After installing it, you'll see the MS Office Word Viewer application installed in Windows Control Panel. And this s/w creates an uninstaller file which has different names on every install but has the same GUID everytime. Its an .msi file package and is located at "C:\Windows\Installer" path
I want to know how to uninstall this MS Office Word Viewer 2003 tool from teh MS-DOS Command Prompt.
I tried this command but a box pops up for 1 second and vanishes ...and the Word Viewer 2003 tool is still not getting uninstalled.
After navigating to this "c:\Windows\Installer\" path via the command prompt type in this-->
==================================================
msiexec /x{A90C621A-B6CF-4F4E-A00D-A8EFAE684CCB} /passive
==================================================
where: {A90C621A-B6CF-4F4E-A00D-A8EFAE684CCB} is the GUID
and /passive is an argument for a partial graphical UI.
You can also type msiexec /? in START -> RUN to get more commands...
To make things more understandable i am attaching 3 important images..please see them. Once i am sure that a particular DOS command can uninstall this Word Viewer, tool then i can put that into my coding to remove the .msi file when my product is installed.
Please also note that i tried uninstalling another .msi file in the same way as above and its getting removed perfectly....but this WV 2003 thing is just not getting off via the DOS prompt.....
Awaiting status very urgently....
I have installed the MS Office Word Viewer 2003 tool with my Setup Factory 7 file, so that there's inbuilt support for veiwing the Help & Documentation files for the s/w i am developing.
But i am having a hassle uninstalling it. I follow a good programming practice of removing everything when my s/w product is uninstalled. And not to litter other's PC's. But this Word Viewer 2003 tool seems to stick on.
NOTE: This tool can be uninstalled perfectly and completely from the Windows Add Remove Control Panel...but this is not what i want. I want my Setup Factory 7 file to uninstall it when my product gets uninstalled.
I am giving directions below to conduct the tests....and recieve some help from someone....
Please goto this link and download the Microrosft Office Word Viewer 2003.
http://www.orbitfiles.com/download/id1338701714. I have compressed the file with WINRAR and uploaded it. So you will require that WINRAR tool is instaled in the PC to open this. Please don't worry. There is no virus or worm. Its absoluetely clean. You can check it with any antivirus also to verify. I know very well that if i post a virus then my name will get spoilt, so please trust me and try to help me out in this issue.
After installing it, you'll see the MS Office Word Viewer application installed in Windows Control Panel. And this s/w creates an uninstaller file which has different names on every install but has the same GUID everytime. Its an .msi file package and is located at "C:\Windows\Installer" path
I want to know how to uninstall this MS Office Word Viewer 2003 tool from teh MS-DOS Command Prompt.
I tried this command but a box pops up for 1 second and vanishes ...and the Word Viewer 2003 tool is still not getting uninstalled.
After navigating to this "c:\Windows\Installer\" path via the command prompt type in this-->
==================================================
msiexec /x{A90C621A-B6CF-4F4E-A00D-A8EFAE684CCB} /passive
==================================================
where: {A90C621A-B6CF-4F4E-A00D-A8EFAE684CCB} is the GUID
and /passive is an argument for a partial graphical UI.
You can also type msiexec /? in START -> RUN to get more commands...
To make things more understandable i am attaching 3 important images..please see them. Once i am sure that a particular DOS command can uninstall this Word Viewer, tool then i can put that into my coding to remove the .msi file when my product is installed.
Please also note that i tried uninstalling another .msi file in the same way as above and its getting removed perfectly....but this WV 2003 thing is just not getting off via the DOS prompt.....
Awaiting status very urgently....