Forum: NSIS Discussion
17th August 2006, 21:10
|
|
Replies: 1
Views: 2,149
Access Runtime install
I have created a database and I would like to intall the Access Runtime after I have installed the database. I am not sure how to execute the "accessrt.msi" file when installing the database. I have...
|
Forum: NSIS Discussion
11th August 2006, 01:27
|
|
Replies: 2
Views: 1,702
Delete setup.exe
I am trying to delete the setup.exe after the application has finished installing. The setup.exe is located on the Desktop. I have tried using Delete "$DESKTOP\setup.exe", but the file is still on...
|