[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Visual Studio 2005 MSM Bug?, Directory Table Problem

chrpai

4/27/2006 9:51:00 PM

If create a VDPROJ in VS2003 I see the Directory table looks like:

DIRECTORYNAME | TARGETDIR | .:MODULE~1|Module Retargetable Folder

On VS2005 it's:

DIRECTORYNAME | TARGETDIR | MODULE~1|Module Retargetable Folder

Notice the .: is missing. This seems badly broken to me? When I consume
the merge module in InstallShield the DIRECTORYNAME becomes a subfolder
of the parent directory instead of the same folder as the parent
directory.

Has anyone else seen this? I'm thinking I'm going to have to write a
MSI SQL postbuild script to fix this.

2 Answers

chrpai

5/4/2006 2:23:00 AM

0

No bites? Guess my postbuild fix will have to be the solution.

jeff.hillman

6/2/2006 8:55:00 PM

0

Any chance you could post the postbuild fix?

chrpai wrote:
> No bites? Guess my postbuild fix will have to be the solution.