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
- :
- MSDE custom directory install
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 27, 2007
03:03 PM
MSDE custom directory install
Hello, oh wise Installshield Community!
I have an installation involving MSDE (for now, SQL Express later) that requires MSDE to be installed in a custom directory. I attempted to follow instructions I found here (including after noticing a typo in the command, that a "1" and it's supposed to be an "l").
I've edited the prerequisite to include the command but I'm unsuccessful. Apparantly, the suggestions from that page do not work with the current release of MSDE. I don't get any errors, just a list of the proper use of MSI command line switches.
Obviously my method doesn't work, so I searched here and didn't find anything.
So, my question is how to specify a custom installation directory for the MSDE prerequisite.
Thank you,
ljfrench
I have an installation involving MSDE (for now, SQL Express later) that requires MSDE to be installed in a custom directory. I attempted to follow instructions I found here (including after noticing a typo in the command, that a "1" and it's supposed to be an "l").
I've edited the prerequisite to include the command but I'm unsuccessful. Apparantly, the suggestions from that page do not work with the current release of MSDE. I don't get any errors, just a list of the proper use of MSI command line switches.
Obviously my method doesn't work, so I searched here and didn't find anything.
So, my question is how to specify a custom installation directory for the MSDE prerequisite.
Thank you,
ljfrench
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 27, 2007
04:41 PM
You probably need to edit the setup.ini under the ISSetupPrerequisites folder in your media to have the following entries:
TARGETDIR=C:\My MSDE Dir
DATADIR=C:\My MSDE Data Dir
Hope that helps.
TARGETDIR=C:\My MSDE Dir
DATADIR=C:\My MSDE Data Dir
Hope that helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 28, 2007
08:51 AM
hidenori wrote:
You probably need to edit the setup.ini under the ISSetupPrerequisites folder in your media to have the following entries:
TARGETDIR=C:\My MSDE Dir
DATADIR=C:\My MSDE Data Dir
Hope that helps.
Yup! That does it! Of course, I have to edit the prerequisite to use the setup.ini I created instead of the default. That way I can build and rebuild without having to repopulate the file.
Thank you!
ljfrench