Jump to content


  • 0
shamos

How to uninstall infopath from the computers Using sccm 2007

Question

1 answer to this question

Recommended Posts

  • 0

How about something like this:

/uninstall [ProductID] Removes the specified product from the user's computer. Look up the value of [ProductID] in the Setup.xml file for the product you want to modify.

 

Example

\\server\share\Office12\setup.exe /uninstall Pro

 

where Office12 is the root of the network installation point.

 

You would need to determine the product ID for InfoPath.

 

I would check out this thread. It has some good information in it:

http://www.appdeploy.com/messageboards/tm.asp?m=61759&mpage=1&key=ﰶ

 

After reading the above linked thread it looks like you might want to use the /modify command line option:

/modify [ProductID]

Used with a modified Config.xml file to run Setup in maintenance mode and make changes to an existing Office installation. For example, you can use the /modify option to add or remove features. Look up the value of [ProductID]in the Setup.xml file for the product you want to modify.

 

Not sure on this just throwing out some information that might help.

 

The final product could be a batch file with the command line in it that you then run with SCCM.

 

 

 

BTW - I went ahead and tried this myself. I kept getting a window that the installation was corrupted. So I don't know if the above will work for you.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.