Re: [WiX-users] Need recomendation - including .NET redist

2006-12-05 Thread Torsten Rudnick
You can also build your .msi file with WiX and use the Bootstrapper Manifest Generator and the VS 2005 SDK for generating a bootstrapper. You can get the tool here: http://www.gotdotnet.com/workspaces/workspace.aspx?id=ddb4f08c-7d7c-4f44-a009-ea19fc812545 David Thielen schrieb: I take it I

[WiX-users] Bug in Wix v3.0.2218.0 and above

2006-11-30 Thread Torsten Rudnick
I use WiX v3.0.2211.0 and tried to update to v3.0.2315.0. But all versions above my current one throwing the following errors while using the Mondo-Dialogs. The errors are: The localization variable !(loc.MaintenanceTypeDlgRepairDisabledText) is unknown. Please ensure the variable is

[WiX-users] How working .wxi files

2006-11-29 Thread Torsten Rudnick
I am developing a setup using Votive and WiX v3. But now I want use selfdefined variables in my own wixlib. Therefore I added a new .wxi file to my .wixlib solution. At the moment it contains one variable: ?xml version=1.0 encoding=utf-8? Include ?define appIcon = .\Bitmaps\icon.ico ?

[WiX-users] Creating my own .wixlib

2006-10-19 Thread Torsten Rudnick
Today I started with my own WixUI interface library. Therefore I followed the ten steps from the tutorial http://www.tramontana.co.hu/wix/lesson2.php#2.5 Now I have a project inside of my VS2005 and it looks good so far. But if I try to compile I get many errors, for instance here: Control

[WiX-users] Distribute a WiX generated .msi file

2006-10-16 Thread Torsten Rudnick
I have a .msi file generated by using WiX. It is possible to use the bootstrapper located in VS 2005 to distribute the prerequisites and the generated .msi file? If yes, what do I have to do? - Using Tomcat but need to do

[WiX-users] Register capicom.dll fails

2006-10-13 Thread Torsten Rudnick
I am trying to register the capicom.dll located inside of the system folder. In WiX v2 I generated a fragment with tallow and all works fine. Now I switched to WiX v3 and used heat to generate the related fragment but it seems not to work. What goes wrong? I tried: heat.exe file

[WiX-users] Problems with a directory

2006-10-10 Thread Torsten Rudnick
Today I tried to switch to WiX v3 but I get some errors. What is wrong in the next few lines and how can I fix it? I get always the error ICE64. Directory Id=ProgramMenuFolder Name=Programs Directory Id=ProgramMenuDir Name=MyApp 1.0 / /Directory ICE64: The directory ProgramMenuDir is

[WiX-users] Release v3

2006-10-09 Thread Torsten Rudnick
I am switched to WiX v3 and now I can not find any localization files. Where do I have to look or there are important changes? If anything was changed how do I have to do localization now? - Take Surveys. Earn Cash.

[WiX-users] tallow in v3?

2006-10-09 Thread Torsten Rudnick
What is the equivalent tool of tallow in Wix v3 and how do I extract registry entry from COM components? Maybe there is a new way of installing COM components I should know? So many questions and so less answers. Where can I find a documentation about WiX v3? The tutorial I have describes only

[WiX-users] Cannot add new file with votive

2006-09-15 Thread Torsten Rudnick
Today I switched to the latest version of votive from yesterday. Now it is not possible to add new files to the WiX project. There is no template available. A bad workaround is to add an empty text file and rename it to example.wxs. Additional I am not be able to create a new WiX project in VS

[WiX-users] Uninstall progress messages unreadable

2006-07-21 Thread Torsten Rudnick
Today I have tried to get uninstall progress messages if an user uninstalls the software from Control Panel - Software. For this I added UIRef Id=WixUI_ErrorProgressText / to my main wxs file inside of the product element. Now the uninstall progress messages will be displayed but there are only

[WiX-users] Correct tallow.exe syntax

2006-07-05 Thread Torsten Rudnick
I want to create a fragment for all COM components in a directory, but I do not have the correct syntax of the tallow.exe it seems. Who can help me? At the moment I try this: tallow -nologo -1 -d f:\COM\ -df *.dll com.wxs But I need to integrate the -s parameter for extracting the registry

[WiX-users] System32 path

2006-07-05 Thread Torsten Rudnick
How do I get the System32 path of the computer I want to install my software? The problem is that is could be c:\Windows\System32 or c:\Winnt\System32 or some other drive letter etc. Is there a possiblity to get the environment variable for that in WiX? Using Tomcat but need to do more? Need

[WiX-users] Adding new .wxs files to votive project

2006-06-26 Thread Torsten Rudnick
I am trying to add new files to my WiX project inside of Visual Studio 2003 and it does not work. I have installed version 2.0.4221.0. So do I anything wrong or it is a failure. I can create create new projects and have no problems. The first .wxs file will be created but adding more does not

[WiX-users] New Votive version

2006-06-21 Thread Torsten Rudnick
When will be a new version of votive2 available? I am hanging on the Can not find candle.exe bug. ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users