I have the same problem now
I'd like to install program file and necessary DLL's in the standard
directory, nut I'd like to place the DataBase itself in de /My Documents/
directory...
I've been playing around a little with the inf file which is used and there
is a section called
[DestinationDirs]
Files.Common=0,%InstallDir%
Shortcuts=0,%CE2%\Start Menu
[Files.Common]
FinalDemo2.exe,,,0
DICT.sdf,,,0
Dictionarytest1.dll,,,0
[SourceDisksNames]
1=,"Common1",,"C:\Documents and Settings\eric\My Documents\Visual Studio
Projects\FinalDemo2\FinalDemo2\obj\Debug\"
2=,"Common2",,"C:\Documents and Settings\eric\My Documents\Visual Studio
Projects\FinalDemo2\FinalDemo2\"
3=,"Common3",,"C:\Documents and Settings\eric\My Documents\Visual Studio
Projects\Dictionarytest1\Dictionarytest1\obj\Debug\"
[DefaultInstall]
CEShortcuts=Shortcuts
CopyFiles=Files.Common
Ok, so at one point I made in the DefaultInstall section an extra string :
CopyFiles=Files.dataBase
Then in SourceDisksNames an extra number=path for the Database
I created an extra section [Files.DataBase]
with DICT.sdf,,,0
and in section [DestinationDirs] I placed an extra Files.dataBase=0,%CE5%
which according to documentation should point to the /My Documents/
directory...
Obviously all this doesnt work
When i run the modified .bat file that
should create the output .cab files it just wont do anything
any ideas ???