Click here to Skip to main content
15,913,090 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i need to change this code {E005ECC7-427F-4E40-B459-D4E217E465E6} and replace it with my app name

C#
@"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{E005ECC7-427F-4E40-B459-D4E217E465E6}"


i tried to change it by vs2010 :

1- installer project properties
2- product key

but it say:
the specified value is not valid value must be in format {#########-####-####-####-###########}
Posted

1 solution

If the value must be in a specific format, then it needs to be in a specific format.
At a guess, the Registry entry needs to be a GUID value although a GUID is normally displayed as
########-####-####-####-############
rather than
#########-####-####-####-###########

If so, then it will only accept a GUID value: which is not a "free text" field.

Looks to me like you are trying to hack some WoW system?
 
Share this answer
 
Comments
Golden Basim 11-Jun-15 4:43am    
no i went to change the name of my app in "regedit"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900