[WiX-users] Bootstraping .net framework 2.0 with wix 3.5 and VS 2010 generates an empty setup file

2011-11-15 Thread Dario Griffo
Hi guys, I'm trying to create a simple installer to test the bootstrap process. I'm using VS 2010, I've already copied the .net fwk 2.0 folder to the package directory C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\DotNetFX I'm not having any errors in the building proces

Re: [WiX-users] Changing registry key name for uninstall

2011-08-06 Thread Dario Griffo
Sorry, my bad, i want this change to be done during the installation process, so once my product is installed the registry name is not a guid, is a name On 2011-08-06 7:02 AM, "avinashreddy539" wrote: > > create a customaction which will execute at uninstalling process and change > the registry ke

[WiX-users] Changing registry key name for uninstall

2011-08-05 Thread Dario Griffo
Guys, I'm working on an installer project, everything is going really nice and fast, but I want to change the key name of the product for uninstalling. Right now the key is created automatically under HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\ and the key name is my product guid, but

[WiX-users] Change the default startup directory for a service installed with wix - More info added

2010-03-19 Thread Dario Griffo
Here is the code that I'm using. The problem is that the service starts but in the service I try to read a class in Common.dll using reflection, and before doing that if I print the execution directory is C:\Windows\System32 but the .exe is in my desired directory C:\Program FIles\My Name\ModName\A

[WiX-users] Change the default startup directory for a service installed with wix

2010-03-19 Thread Dario Griffo
Hi folks! I can't find the way to change the default startup directory (C:\Windows\System32) for my developed service. How can I do that? -- Darío Griffo -- Download Intel® Parallel Studio Eval Try the new software tools