Jump to content

Recommended Posts

Posted

Am attempting to get the files out of the MicrosoftFixit50199.msi ( How to reset Internet Protocol (TCP/IP) ), things I have attempted so far :

 

1. msiexec command ( running through a command prompt that I right clicked on --> Run As Administrator --> Yes ) Then pasted the below into the command prompt and pressed enter

 

msiexec /a "C:\HTA Projectsv2\Repair LAN\50199 Reset TCP.IP\MicrosoftFixit50199.msi" /qb TARGETDIR="C:\HTA Projectsv2\Repair LAN\50199 Reset TCP.IP\MicrosoftFixit50199"

 

2. Attempted the 3 methods through universal extractor ( Universal Extractor | LegRoom.net )

 

Both methods just extract a bunch of gibberish files - I was hoping for a vbscript / bat file and some other things as wanted to see how the microsoft auto fix msi files repair or reset TCP.IP Stack and was hoping to do the same for a Winsock reset

 

I know you can use the netsh utility to reset both tcp/ip stack and winsocks

Posted

Have Opened the msi with Orca and one of the custom actions is:

 

netsh_XP_COMMAND 3186 netsh_XP_PROP int ip reset [systemFolder]resetlog.txt

 

so maybe the msi itself is literally just running the command detailed in the knowledge base.

  • Thanks 1
Posted

AngryTechnician is correct. The custom actions just do what is listed in the KB article. One deals with XP and Server 2003, while the other is for Vista/Server 2008 and Windows 7.

 

http://i.imgur.com/dXp2mO4.png

 

http://i.imgur.com/0BwKkAq.png

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...