| View previous topic :: View next topic |
| Author |
Message |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Wed Feb 08, 2006 8:51 pm Post subject: SETUP installer needs a UNINST.ISU creator |
|
|
Hi
My SETUP installer needs a UNINST.ISU creator.
I'm not sure what that is technically called, but I need my homemade VDS5 SETUP wizard to create all the UNINST.ISU related files and put it in the ADD/REMOVE dialog window like professional installers do.
Hope this makes some since, if this takes pascal or a voodoo witch man with stinky underarms, please let me know and I will quit pestering the idea
have a happy VDS6 coding day someday.. |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Thu Feb 09, 2006 3:49 am Post subject: |
|
|
All you actually need for your program to show in the Add/Remove app is to create a key under:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
Name the key whatever your program is called, then add the following string values under that key:
DisplayName which you set to whatever you want Add/Remove to show.
UninstallString which you set to the path of your uninstall program.
For an example open regedit and browse to the path above, then to the Visual DialogScript key. _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Fri Feb 10, 2006 10:02 pm Post subject: |
|
|
cooly
Lotta keys in there
Thanks, I was lead to believe it was pascal from former forum reading, so glad its simple registry creating and editing. Awesome...
Now maybe I can finally check out my keycode generator along with my new setup wizard and get the full view
I'll email you in a few days when I get it all done, I have a program concerning your videodisplayDLL rights question, again, thanks a bunch. |
|
| Back to top |
|
 |
|