I'm testing an installer for a screensaver on Windows 7 and find that when I
uninstall the program, the .scr file I installed to SystemFolder
(C:\Windows\System32) doesn't get removed. Repeating the process on Windows
Vista & Windows XP successfully removes the file. I also tried installing
an image file (the .ico I use for my project) to SystemFolder and found it
uninstalled correctly on Windows 7.
Is there something special I should be doing to have an executable file
removed on Windows 7 from the SystemFolder?
If this helps:
> <Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="SystemFolder" Name="SFiles">
<Component Id="ScreenSaver" Guid="{STUFF}">
<File Id="ConcertoScreenSaverFile"
> Name="$(var.ConcertoScreenSaver.TargetName).scr"
> Source="$(var.ConcertoScreenSaver.TargetDir)$(var.ConcertoScreenSaver.TargetName).scr"
> DiskId="1" KeyPath="yes" Vital="yes"/>
</Component>
</Directory>
</Directory>
Thanks,
Brian
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users