I took WiX3.msi and decompiled it using dark.exe. I got the wxs also working. 
Then, re-compiled the project and was able to successfully install the new msi. 

 

Where can I get the Custom Actions and their source?

 

<CustomAction Id="CA_SetLatestDevenv_2005" Property="LATEST_DEVENV_EXE" 
Value="[VS2005DEVENV]" />

<CustomAction Id="CA_SetLatestDevenv_2008" Property="LATEST_DEVENV_EXE" 
Value="[VS90DEVENV]" />

<CustomAction Id="CA_SetLatestDevenvCommand_2005" 
Property="LATEST_DEVENV_EXE_COMMAND" Value="&amp;Open in Visual Studio 2005" />

<CustomAction Id="CA_SetLatestDevenvCommand_2008" 
Property="LATEST_DEVENV_EXE_COMMAND" Value="&amp;Open in Visual Studio 2008" />

 

Am I looking at the right WiX Installer source or is there some other project 
that you want me to look at?

 

Thanks,

Ravi


 
> Date: Sun, 12 Jul 2009 22:49:57 -0400
> From: b...@joyofsetup.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Need a Good Working Sample
> 
> Ravi Patt wrote:
> > Can we get a good working sample which can be used as a template while 
> > designing our installs. Maybe somebody from MS could post one of their 
> > implementation. 
> 
> Check out the WiX installer source.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge 
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize 
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to