[WiX-users] Get IP address and put it in app.config

2009-05-24 Thread Petrut Andrei
Hello. I need some help regarding the IP address of the machine where I install my Wix setup. I need the IP address to set it in the app.config file so that the application will read it at run time, after it's installed.   Is there any public property that can be called so that I can get

[WiX-users] how to use Use regsvr32 in cmd

2007-08-22 Thread Petrut Andrei
Hello.I try to run a batch file after I install it, but during the setup, automatically. When it runs, the cmd window opens with the path : c:\windows\system32\ . I need to have the path the location of the installed files. How can I make this ? Thanks Andrei PETRUT

[WiX-users] INI File

2007-08-22 Thread Petrut Andrei
How to add a shortcut to the Add/Remove Programs ? I have already one for launching a web site, but I don't know how to do for this. IniFile Id='Launch' Action='addLine' Name='Launch.url' Directory='ProgramMenuDir' Section='InternetShortcut' Key='URL' Value='http://www.google.ro'

[WiX-users] SQL Scripts Problem

2007-07-20 Thread Petrut Andrei
Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ - This SF.net

[WiX-users] Patch Problem

2007-07-12 Thread Petrut Andrei
Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/

[WiX-users] Fw: Can you help me ?

2007-07-10 Thread Petrut Andrei
Andrei PETRUT Sales Department Member AIESEC in Cluj-Napoca AIESEC in Romania E-mail : [EMAIL PROTECTED] Mobile : +40 745 602 581 - Forwarded Message From: Petrut Andrei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 3:12:43 PM Subject: Can you help me

[WiX-users] Another Patch Error

2007-07-09 Thread Petrut Andrei
Hello. I don't understand what happened here. I ran couple of times the following lines: candle.exe PatchCRM.wxs light.exe PatchCRM.wixobj MSIMSP.exe -s PatchCRM.pcp -p PatchCRM.msp -l PatchCRM.log and the patch was created and it really worked. When I tried another time, I got this error.

[WiX-users] Installer Error Again

2007-07-06 Thread Petrut Andrei
I created the patch and when I try to run it I get this error message : The upgrade patch cannot be installed by the Windows Installer because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Any ideas ? Thanks in advance. Andrei

[WiX-users] Patch Problem

2007-07-05 Thread Petrut Andrei
Hello guys. I got stucked with this patch problem and I can't find any solution to solve it. This is the log file that was created after I ran this command : Msimsp.exe -s Patch.pcp -p Patch.msp -l Patch.log * Log starting: 2007-07-05 16:21:38 * INFO: Using Pcp Path:

[WiX-users] INSTALLDIR Problem

2006-11-04 Thread Petrut Andrei
Hi. I have installed my files somewhere and I want to call a file from the place I installed it: Property Id=PATH[INSTALLDIR]BRBManager\Database\Sqlite\SQLite.Install.exe /Property CustomAction Id=ExecuteSQLite Property=PATH ExeCommand='[INSTALLDIR]BRBManager\Database\Sqlite\\'

[WiX-users] Set The Working Directory

2006-10-23 Thread Petrut Andrei
Hi. Please tell me how can i change the working directory in my project to the one where I install the files. I want to take the files from the place where I install them directly. Instead of: Property Id='SQLITE'C:\Program Files\Sqlite\SQLite3.exe/Property CustomAction Id=ExecuteSQLite

[WiX-users] Borders PushButtons

2006-09-16 Thread Petrut Andrei
Hi. Do you know how can I make the borders from a pushbutton to dissapear? Thanks. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[WiX-users] Remove File

2006-09-12 Thread Petrut Andrei
I have this code from below: Directory Id=DIRECT Name=DocsStor Component Id='EmptyDir' Guid='4b0372ea-4aa4-46c5-80b2-227f6972ab64' File Id='CrmUserGuide1' Name='CrmUser' LongName='CRMWeb User Guide.pdf' DiskId='1' Source='misoft systems\crmweb\docs\CRMWeb User

[WiX-users] Answer Remove File - Dana Gutride

2006-09-12 Thread Petrut Andrei
Hi, Dana. The point is that I want that directory empty when I install the files. But I can't create an empty directory without putting some file in it. I have a component and inside it this file. Do you know how to create an empty directory? __ Do

[WiX-users] Select 2 Paths in the same setup.

2006-09-12 Thread Petrut Andrei
Hi. Do you know how to specify 2 paths in the same file? I use 2 Selectioon Trees in the same setup, but they don't run independently. Dana, do you have any ideas? Please look at my another posted message below, regarding SelectionTrees. __ Do

[WiX-users] MSITran and MSIExec

2006-09-05 Thread Petrut Andrei
Hi. Please help me with this: I compile Setup.msi in 2 languages: light.exe -out SetupEn.msi ( doesn't care ) -loc wixui_en-us.wxl AND light.exe -out SetupRo.msi ( doesn't care ) -loc wixui_ro-ro.wxl - this is for romanian language Then I use: msitran.exe -g SetupEn.msi

[WiX-users] HYPERLINK and COMBOBOX

2006-09-04 Thread Petrut Andrei
Hi. I have 2 problems: 1. I have a text and I want to transform it into a link to a page, so that when I click on it, the page is loaded. 2. How can I make a combobox not to be edited by user? I want the user not be able to type any character... Thanks in advance.

[WiX-users] sql files not installed

2006-08-26 Thread Petrut Andrei
Hi. Please give me a hint with this: i try to install .sql files in a specific directory -- see picture 1. The .sql is executed if I want but it is not installed. what's happening? Please look over and tell me. __ Do You Yahoo!? Tired of spam?

[WiX-users] Delete Virtual Directory

2006-08-25 Thread Petrut Andrei
Hi. Please help and tell me how to delete a virtual directory from IIS when I uninstall the setup? Is there any condition that I forgot? Component Id=TestWebVirtualDirComponent Guid=054604ca-1790-4c0c-b076-531ff9a5b374 WebVirtualDir Id=TestWebVirtualDir Alias=alfa Directory=INSTALLDIR

[WiX-users] Choose the language

2006-08-25 Thread Petrut Andrei
Here it is: I have my setup that I compile using the english language ( I mean wixui_en-us.wxl ). I want to know if there is any solution to compile it in 3 languages ( I want german also and another one ) and to let the setup detect the language in which the computer is running and choose by

[WiX-users] Bootstrapper that detects the system language

2006-08-25 Thread Petrut Andrei
Tell me please how to create a bootstrapper that detects the system language. Give me some tutorials or references. If you have done this before, show me some examples. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection

[WiX-users] Take data from user at runtime

2006-08-25 Thread Petrut Andrei
Hi. Please help me to understand something. I have a .wxs file in which I create a virtual directory and I want to put in the Alias attribute a value that I take at runtime from the user. That value is written in an edit control in another file, and I want to take it and use it in the first

[WiX-users] Web.Config

2006-08-24 Thread Petrut Andrei
Hi. Does anyone know how to modify a web.config file? I have a page in a setup where I want to let the user to change the language of the application that he wants to install and I have to modify the web.config file to do that. Please give me a hint. Thanks in advance.

[WiX-users] Need Help

2006-08-21 Thread Petrut Andrei
Hi. Please help me with something: I need to detect whether IIS is installed on the computer or not. I tried looking in the windows registry , but it didn't work. Do you have any ideas? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best