This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Install to C:\ location
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 14, 2008
10:23 AM
Install to C:\ location
I hope somebody can help me...
I am trying to install most of my files to the familiar location under the [ProgramFilesFolder], however i have one file which i need to place into a folder at C:\example.
Is this possible, and if so how?
I am trying to install most of my files to the familiar location under the [ProgramFilesFolder], however i have one file which i need to place into a folder at C:\example.
Is this possible, and if so how?
(4) Replies
‎Feb 14, 2008
11:37 AM
Perhaps use [WindowsVolume]examples as the destination?
‎Feb 14, 2008
11:49 AM
The way I do it is to go to the files/folders view, right click on the Destination Computer and select "create folder". Create a folder with the name you need (even if it already exsists on the PC). Then you can go to the Setup Design view choose the folder you just created and open the files view under that folder. If you right click on the file list you select add and then you can browse for the file you need to add to that folder. If this needs to be a new component, you can use the component wizard to add the file and your new folder will be one of the choices as the destination. Hope that helps
‎Feb 15, 2008
08:13 AM
You definitely do not want to hard code a component to install to C:\ as not every machine will have C:\ as the path you want. Robert's suggestion is the best. [WindowsVolume]example is the right Destination to use. In most cases [WindowsVolume] will resolve to C:\.
Oh, btw, make sure you use a separate component for each different destination path. Each component can have its own unique destination path.
Oh, btw, make sure you use a separate component for each different destination path. Each component can have its own unique destination path.