Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 1st December 2004, 02:10   #1
_Support_
Guest
 
Posts: n/a
Question uninstall problem

i've a problem . i use this code for install;

code:

Section "Entalpi Video Org." SecEvo

SetOutPath "$SYSDIR"

File "EvoVfW.dll"
File "Evoc.ax"

RegDll "$SYSDIR\Evoc.ax"

WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.evoc" "Description" "Entalpi Video Org. Codec"
WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.evoc" "Driver" "EvoVfW.dll"
WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.evoc" "FriendlyName" "Entalpi Video Org. Codec"

SectionEnd

Section "NutraPlus Video" SecNPV

SetOutPath "$SYSDIR"

File "NpvVfW.dll"
File "Npv.ax"

RegDll "$SYSDIR\Npv.ax"

WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.evoc" "Description" "NP Codec"
WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.evoc" "Driver" "NpvVfW.dll"
WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.evoc" "FriendlyName" "NP Codec"

SectionEnd



i installed only one section with my setup binary and the other one with original programm binary.

if i uninstall with uninstaller of my binary it deletes all files and registry keys.

how can i fix this problem?
  Reply With Quote
Old 2nd December 2004, 17:20   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,338
Not much can be said without seeing your uninstaller code.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump