Hi There,
First of all, not to worry about your English. I understand perfectly what you're referring to.
The difficulty with writing files to a network share is that Repackager won't capture this kind of data in Shapshot mode. (In fact, it may not do so in Installation Monitoring mode)
This is because the Snapshot mode can only include the local machine's drives in its snapshot data.
My recommendation would be to identify manually all of the files that get copied to the network share, and then make changes to the *.ism project file, using this method:
1. Add a dummy entry to the Directory table in InstallSHield's Direct Editor (we'll call it NETPATH, for example)
2. Set NETPATH's parent folder to TARGETDIR
3. Set it's DefaultDir to a single period
4. In the Property Table, add a property called NETPATH
5. For the value of the property, give it the UNC Path: \\somemachinename\folder\folder
6. Add the files to be installed here to a new component, and set the destination as NETPATH
Can you try this and see if this works for you?