05-05-2015 11:06 AM
The installer currently installs the executable to C:\SystemTest\Program\SystemTest.exe
The installer also creates directories C:\SystemTest\TestLogs and C:\SystemTest\CsvFiles
I found that if I uninstall the program, through Control Panel, that C:\SystemTest\TestLogs and C:\SystemTest\CsvFiles directories are deleted.
We don't want the TestLogs directory to be deleted.
What settings do I put in the AppBuilder to change this?
05-06-2015 05:55 PM
Where are the TestLogs and CsvFiles directories created specifically in the installer? Was there something in AppBuilder you did to create them?
Also, what happens if you drag the TestLogs folder to a different location on disk prior to removing your executable?
05-06-2015 05:59 PM
@nyc_(is_out_of_here) wrote:
The installer currently installs the executable to C:\SystemTest\Program\SystemTest.exe
The installer also creates directories C:\SystemTest\TestLogs and C:\SystemTest\CsvFiles
I found that if I uninstall the program, through Control Panel, that C:\SystemTest\TestLogs and C:\SystemTest\CsvFiles directories are deleted.
We don't want the TestLogs directory to be deleted.
What settings do I put in the AppBuilder to change this?
A better solution in that case is to have the application check on startup if the directories exist and create them if they are not there!
05-06-2015 09:03 PM
@rolfk wrote:
@nyc_(is_out_of_here) wrote:
The installer currently installs the executable to C:\SystemTest\Program\SystemTest.exe
The installer also creates directories C:\SystemTest\TestLogs and C:\SystemTest\CsvFiles
I found that if I uninstall the program, through Control Panel, that C:\SystemTest\TestLogs and C:\SystemTest\CsvFiles directories are deleted.
We don't want the TestLogs directory to be deleted.
What settings do I put in the AppBuilder to change this?
A better solution in that case is to have the application check on startup if the directories exist and create them if they are not there!
I was hoping that there is another way that I did not know about with Application Builder.