I’m trying to get some files into the c:\inetpub\wwwroot folder.  We have a few virtual directories, but we still need to get certain files into that directory.  I have the directories set up in wix like this:

 

<DirectoryRef Id="TARGETDIR">

      <Directory Id="Inetpub">

        <Directory Id="wwwrootdir" Name="wwwroot">

             <all the files that go there>

       <Directory>

      </Directory>

</DirectoryRef>

 

Now, I’m testing this install on a machine that only has a c drive.  So I would have thought that the files would go to c:\inetpub\wwwroot (I know if there was a d drive it would go to there.), but the install is creating the directory c:\wwwroot\ and putting the files in there.  Why is that, and how do I get the files to go into the c:\inetpub\wwwroot directory?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to