mapped drive
hi!
i have application wich needs mapped drive, so how could i make my mst, that package will install without asking that drive?
i have application wich needs mapped drive, so how could i make my mst, that package will install without asking that drive?
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Posted by:
lanselots
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
lanselots
13 years ago
Posted by:
lanselots
13 years ago
Posted by:
anonymous_9363
13 years ago
Let's assume the Working Directory you want to set is L:\Apps\ThisApp
- Create a property called, say SHORTCUT_WORKING_DIR
- Assign it the value L:\Apps\ThisApp
- Go to the Shortcut table
- Locate the row containing the shortcut you want to change
- In that row's WorkDir column, enter [SHORTCUT_WORKING_DIR], remembering to include the surrounding square brackets
- Compile
- Create a property called, say SHORTCUT_WORKING_DIR
- Assign it the value L:\Apps\ThisApp
- Go to the Shortcut table
- Locate the row containing the shortcut you want to change
- In that row's WorkDir column, enter [SHORTCUT_WORKING_DIR], remembering to include the surrounding square brackets
- Compile

so that the conversation will remain readable.