InstallShield setups problem

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
ManOfSteel

InstallShield setups problem

Post by ManOfSteel »

Hello,
Everytime I try to run a program setup made with InstallShield Wizard, I get an error saying:
Error Number: 0x80070725
Description: Incompatible version of the RPC stub
Setup will now terminate.
What is this all about? And how to fix it?
Thanks for any help.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:InstallShield setups problem

Post by bubach »

It means that you got a incompatible version of the RPC stub.
Get a compatible version instead.

Sorry, couldn?t resist it... ;D
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
ManOfSteel

Re:InstallShield setups problem

Post by ManOfSteel »

It means that you got a incompatible version of the RPC stub.
Get a compatible version instead.

Sorry, couldn?t resist it... ;D
No sh*t?!

What would be more useful is to tell me what is this RPC stub? :-\
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:InstallShield setups problem

Post by Candy »

ManOfSteel wrote: No sh*t?!
Actually he's right ;)
What would be more useful is to tell me what is this RPC stub? :-\
The acronym RPC stands for Remote Procedure Call and is used for network programming without hassle about the connection itself. It is also used for local programs occasionally.

Note, this doesn't help you any more than Bubach's reply.

You probably want a new one, and since you use Windows, my very big guess would be [email protected] . They kind of support people using Windows and they can probably point you to the files that are corrupted.
Post Reply