Odd problem
Hey, I've attached my code, for whatever reason when I install my program, it installs to instdir\files, when the setout path is instdir, which is wierd because the installer gets created in the instdir but my other files dont...
Section "The Fro Icon Pack" SecBF
SetOutPath "$INSTDIR"
File /r "C:\Documents and Settings\Michael\My Documents\Web Pages\Projects\Installers\The Fro Icon Pack\files"
;Store installation folder
WriteRegStr HKCU "$PROGRAMFILES\HQubed\The Fro Icon Pack" "" $INSTDIR
;Create uninstaller
WriteUninstaller "$INSTDIR\Uninstall.exe"