Hello,

As MSI doesn't remember properties, pass them on the command line (i.e. 
SHAREPOINT_VIRTUAL_DIRECTORY="<path>"). 

The problem is that the instance mapping custom action is performed after the 
path to be uninstalled is checked.

Regards
Stephen


> -----Original Message-----
> From: supriya_n [mailto:v-s...@microsoft.com]
> Sent: Thursday, February 03, 2011 9:16 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Multiple Instance Transforms Walkthrough,
> Proposed Simple Addition to WiX to Make Them Easier
> 
> 
> Hi Josh,
> 
>     Really your article is very helpful to work with instance transforms 
> concept.
> I have created one MSI which inturn installed with different instances on the
> same server. The msi get's uninstalled with same instance and with same
> version only through octopus. If i change the product version then i am able
> to install same instance also. But my problem is, I am not able to uninstall 
> any
> of instances through control panel. While uninstalling i am getting this error
> "Could not access network location default\null".
> 
>         Meanwhile i haven't used different instance locations and differnet
> instance component guid's.
> I am placing my piece of code here.
>   <Directory Id="TARGETDIR" Name="SourceDir">
> 
>       <Directory Id="FSVDIRPTH" Name=".">  <Directory
> Id="SHAREPOINT_VIRTUAL_DIRECTORY" Name="FSSharepoint">
>             <Component Id="FS_Sharepoint_Vdir"
> Guid="{0CF00407-6209-4EB8-81C9-48499D20D0C2}">
>               <CreateFolder />
>             </Component>
>             <Component Id="FSSharePoint"
> Guid="{0E34D913-2511-4BD3-A895-7F4D7A38ED2D}">
>               <CreateFolder/>
>                       </Component>
>           </Directory>
>           </Directory>
>           </Directory>
> 
> please suggest me a solution.
> 
> Thanks & Regards
> priya
> --
> View this message in context: http://windows-installer-xml-wix-
> toolset.687559.n2.nabble.com/Multiple-Instance-Transforms-Walkthrough-
> Proposed-Simple-Addition-to-WiX-to-Make-Them-Easier-
> tp708828p5987913.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to