I migrated my project into Installshield12 from Developer7, which was developed in Installscipt MSI.
The main cause to migrate the product is "To set Runas Admin Option to my product to install for Non-Admin User".
For this, I selected Installshield12 and set Required Execution Level to Administrator. In this migration, I got one error, which I do not understand how to fix.
Please follow the steps below to reproduce the issue.
While double click the Setup.exe, it is asking for admin credentials (which is the basic model for my migration) in Non-Admin User mode.
If I close the dialog by clicking on 'cancel’, it is closing without any error. However if I select ‘X’ (at top most right) to close the window, it is generating one ErrorOK dialog, which is showing ‘Error writing to the temporary location’. If I click on ‘Ok’, the process is aborting.
Why is the installer prompting with this dialog and how can I fix this problem?