CODE
Path=C:\myapp
Presetup=cmd /c rmdir /s /q C:\myapp
Setup=temp\run.cmd
Silent=2
Overwrite=1
Title=Myappp
Presetup=cmd /c rmdir /s /q C:\myapp
Setup=temp\run.cmd
Silent=2
Overwrite=1
Title=Myappp
It doesn't delete the c:\myapp folder. What am I missing? I tried this too:
Path=C:\myapp
Presetup="cmd /c rmdir /s /q C:\myapp"
Setup=temp\run.cmd
Silent=2
Overwrite=1
Title=Myappp