Hi,
I have a serious problem that I couldn't solve.
Whenever I uninstall the project under windows 95 it automatically deletes the Temp Directory under the windows directory, and when I try to reinstall it or another project - I immeditely receive the message "You must have at least 2MB of free space on your Temp drive!" and the Setup program closes.
When I manually add the Temp folder to the windows directory than I don't receive that message and the install program runs ok. It only happened to me under windows 95.
I wrote the following scripts on uninstall -> after uninstalling and on Actions -> Startup:
Create Directory (%WinDir%\Temp)
Create Directory (%TempDir%)
but unfortunately it doesn't help.
I would greatly appreciate any help!
Thank you.
I have a serious problem that I couldn't solve.
Whenever I uninstall the project under windows 95 it automatically deletes the Temp Directory under the windows directory, and when I try to reinstall it or another project - I immeditely receive the message "You must have at least 2MB of free space on your Temp drive!" and the Setup program closes.
When I manually add the Temp folder to the windows directory than I don't receive that message and the install program runs ok. It only happened to me under windows 95.
I wrote the following scripts on uninstall -> after uninstalling and on Actions -> Startup:
Create Directory (%WinDir%\Temp)
Create Directory (%TempDir%)
but unfortunately it doesn't help.
I would greatly appreciate any help!
Thank you.
Comment