Puedes utilizar DelDirs (solo funciona si las carpetas están vacías) o RunPostSetupCommands para eliminarlas Ejemplo DelDirs [Uninstall] ... DelDirs=NombreDeSeccion [NombreDeSeccion] "%16422%\VirtualDJ" "%16389%\VirtualDJ\Languages" "%16389%\VirtualDJ\Plugins" "%16389%\VirtualDJ\Plugins\SoundEffect" "%16389%\VirtualDJ\Plugins\VideoEffect" "%16389%\VirtualDJ\Plugins\VideoTransition" "%16389%\VirtualDJ\Sampler" "%16389%\VirtualDJ\Skins" "%16389%\VirtualDJ" ;"%16412%\Microsoft\Crypto\RSA\S-1-5-21-1957994488-688789844-1343024091-500" ;No estoy tan seguro sobre este Ejemplo RunPostSetupCommands [Uninstall] ... RunPostSetupCommands=NombreDeSeccion [NombreDeSeccion] RUNDLL32 advpack.dll,DelNodeRunDLL32 %16422%\VirtualDJ,8 RUNDLL32 advpack.dll,DelNodeRunDLL32 %16389%\VirtualDJ,8 ; Este también elimina las de Languages, Plugins, etc. ;RUNDLL32 advpack.dll,DelNodeRunDLL32 %16412%\Microsoft\Crypto\RSA\S-1-5-21-1957994488-688789844-1343024091-500,1 ; A este le pongo ,1 envés de ,8 porque no elimina la carpeta si aun contiene archivos (vea abajo para los valores) ; Delete Folder ; 1 // delete the directory only if it's empty ; 2 // don't delete any sub-dirs; delete only the files ; 4 // don't delete the dir itself ; 8 // delete UNC [network] paths