Archive: Create a txt-file


Create a txt-file
Hi.

I want to create a file, to save a password. To delete it after.

My problem is, with an normal installer a can write in a *.txt file and read from it and delete it after.
But i have done a nother exe file to open only the custom page, to change some variables. But i also must change a password.

How can i create a not excist file?


Write the file to $PLUGINSDIR. It's a folder created for the installer with a random name so it doesn't conflict with other installers.