I'm using Installshield and want to set the destionation folder to c:\test. the problem is that the dialog does not allow it. What is the solution for this ?

|
I'm using Installshield and want to set the destionation folder to c:\test. the problem is that the dialog does not allow it. What is the solution for this ?
|
|||
|
|
|
Go to Setup.rul in the OnFirstUIBefore function if I remember correctly and add this lines:
This guarantees that if the C:\ is not the boot up drive it will be changed to the boot drive. |
|||
|
|
|
See: Q104964: HOWTO: Creating a Custom Destination Path BTW, it is possible that the system doesn't have a C: drive. |
|||
|
|