Re: [WiX-users] How do I check UserName and Password

2009-03-18 Thread Romeo Salayo Jr.
(68:38) [23:55:09:265]: Connected to service for CA interface. > MSI (c) (68!58) [23:55:09:343]: PROPERTY CHANGE: Adding *VALIDATEUSER > *property. Its value is '*0*'. > > its looks like property VALIDATEUSER set to 0. But, error message is not > opening. > > Regards, &

Re: [WiX-users] Creating x86 and x64 MSIs

2009-03-18 Thread Romeo Salayo Jr.
I have found a solution using MSBuild by inserting Win64="yes" on every components generated by Heat. Thanks anyway... Regards, Romeo Bob Arnson-6 wrote: > > Romeo Salayo Jr. wrote: >> I having the same problem, I need to create a 32 and 64bit installers >> automa

Re: [WiX-users] Push button custom action problem

2009-03-18 Thread Romeo Salayo Jr.
't seem to fix the problem :( > > On Wed, Mar 18, 2009 at 3:34 PM, Romeo Salayo Jr. > wrote: > >> >> try this condition: >> >> MaintenanceMode="Repair" >> >> Regards, >> Romeo >> >> >> sandun css wrote: >> &g

Re: [WiX-users] Push button custom action problem

2009-03-18 Thread Romeo Salayo Jr.
try this condition: MaintenanceMode="Repair" Regards, Romeo sandun css wrote: > > Hi, > > I run a custom action when the finish button of the 'ExitDialog' is > pressed. > But I need to run that custom action only in the install and repair modes. > > > (NOT REMOVE) > > But, this executes t

Re: [WiX-users] How do I check UserName and Password

2009-03-17 Thread Romeo Salayo Jr.
your CA is working properly, try doing test with MessageBox() so that you can see if it works properly with your next button. Regards, Romeo Michael-12 wrote: > > Hi Romeo, > > Thanks for your suggestion. > But, Still I'm in same case. Any more suggestions welcome. >

Re: [WiX-users] How do I check UserName and Password

2009-03-17 Thread Romeo Salayo Jr.
Hi SMR, Try putting a Order attribute in you Publish like this: 1 1 Hope this helps... Regards, Romeo Michael-12 wrote: > > Hi, > > I found the how to run custom action within control. my code is below, > (Within "Next" Control) > Value="CheckUser.Property">1 > 1

Re: [WiX-users] Running a custom action on a push-button click

2009-03-17 Thread Romeo Salayo Jr.
Hi Sudripta, In you situation, just publish the custom action for your next button like this: 1 ValidationSuccess = "0" Hope it helps... Regards, Romeo Sudripta Nandy (Sarangsoft Corporation) wrote: > > In my setup program, I have a dialog with some edit boxes. The user needs > to enter so

Re: [WiX-users] Creating x86 and x64 MSIs

2009-03-17 Thread Romeo Salayo Jr.
Hi, I having the same problem, I need to create a 32 and 64bit installers automatically with a single source file. The problem is that one fragment of our source was generated by heat.exe every time we build. The question is, is it possible to generate 64bit component using heat so that we can au

Re: [WiX-users] Extract Binaries at Install Time

2009-02-16 Thread Romeo Salayo Jr.
ead a really good thread that deserves > attention? E-Mail Me > > > --- On Thu, 2/12/09, Romeo Salayo Jr. wrote: > >> From: Romeo Salayo Jr. >> Subject: Re: [WiX-users] Extract Binaries at Install Time >> To: wix-users@lists.sourceforge.net >> Date: Thur

Re: [WiX-users] Extract Binaries at Install Time

2009-02-12 Thread Romeo Salayo Jr.
sday, February 10, 2009, 12:20 PM >> One thing I can think of, make sure the custom action is run >> in immediate mode, not deferred. >> >> >> ajgreen >> "Romeo Salayo Jr." >> wrote: >> > >> > Hi, >> > >> &g

[WiX-users] Extract Binaries at Install Time

2009-02-09 Thread Romeo Salayo Jr.
Hi, I'm trying to extract binaries at install time in able to use it during installation only. I'm using C# DTF, the problem is I can't get Record.GetStream() to work. It always write to a file with "[Binary data]" and not the stream itself. Can anyone give an example on how to use GetStream() s

Re: [WiX-users] Problem passing property value to a deferred VB Script custom action

2008-12-10 Thread Romeo Salayo Jr.
When executing CA as deffered it has no access from the MSI property anymore. What you can do is store the value in the registry (HKLM) and then read the value from there. Regards, Romeo Andy2k8 wrote: > > Hello > > I have defined a property and elevated custom action as follows: > > >

Re: [WiX-users] A Problem with CustomAction

2008-12-03 Thread Romeo Salayo Jr.
Hi Mukesh, If the installing user has an administrative rights there would be no problem. Impersonate='No' will use system context btw. Mukesh Agrawal wrote: > > Thanks for the reply Wilson. > Yes, it is necessary. > However, I got over the issue by setting Impersonate='Yes'. But, I fear, > a

Re: [WiX-users] How to add All user option?

2008-11-19 Thread Romeo Salayo Jr.
Hi, I think this is what you're looking for: Add this in your dialogs 1

Re: [WiX-users] Windows Server 2003 R2 x64 Error

2008-10-29 Thread Romeo Salayo Jr.
ll! Sébastien Mouren wrote: > > 2008/10/28 Romeo Salayo Jr. <[EMAIL PROTECTED]>: >> >> My objective was to create a short path of the INSTALLDIR after install >> files >> to be used by other custom action to execute an executable. Your >> suggestion >&

Re: [WiX-users] Windows Server 2003 R2 x64 Error

2008-10-27 Thread Romeo Salayo Jr.
x27;^#(/||/@[EMAIL PROTECTED]@:^[-['^";@@@\\>])@.". > "{)/];)^{";$,+=(++$,);$_.=">&$,";`$_`; > > > -Original Message- > From: Romeo Salayo Jr. [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2008 5:45 AM > To: wix-use

Re: [WiX-users] Windows Server 2003 R2 x64 Error

2008-10-27 Thread Romeo Salayo Jr.
I just found the cause, it was the TerminalServerAware="yes", however how can I install the package in Vista? It needs an elevated privileges. Is this possible? A terminal server awareness and a elevated privileges? Romeo Salayo Jr. wrote: > > Hi, > > I created a insta

[WiX-users] Windows Server 2003 R2 x64 Error

2008-10-27 Thread Romeo Salayo Jr.
Hi, I created a installer package that will be installed in almost all platform (XP, XP x64, 2003, 2003 x64, Vista, and Vista x64). The problem is, I have a CA that works fine in XP, VISTA while in 2003 R2 x64, it shows an error message "Invalid root in registry key HKCU\...\InstallDir", but this

[WiX-users] Drop SQL Server database during uninstall

2008-09-18 Thread Romeo Salayo Jr.
Hi, Our package creates a database during installation and we only want to drop the database during uninstall when the PROPERTIES DROPDB="1". What i did was i've created a component: And then i created another database for dropping the database:

Re: [WiX-users] MSI built with WiX-3.0.4513.0 Crash

2008-09-17 Thread Romeo Salayo Jr.
| Depth AppFile1 || [SystemFolder] | While in 4501 the DrLocator has 2 row: AppFile1 || [SystemFolder] | AppFile1 | AppFile1 | | Thank you for your time guys! More power! Best Regards, Romeo Bob Arnson-6 wrote: > > Romeo Sal

Re: [WiX-users] MSI built with WiX-3.0.4513.0 Crash

2008-09-17 Thread Romeo Salayo Jr.
ssage----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Romeo Salayo > Jr. > Sent: Tuesday, September 16, 2008 7:40 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] MSI built with WiX-3.0.4513.0 Crash > > > But when i used WiX

Re: [WiX-users] MSI built with WiX-3.0.4513.0 Crash

2008-09-16 Thread Romeo Salayo Jr.
It shows an AppSearch taking a long time, > perhaps because you're doing a long file search. > > Phil Wilson > 949-639-1680 > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Romeo Salayo > Jr. > Sent: Tuesda

[WiX-users] MSI built with WiX-3.0.4513.0 Crash

2008-09-16 Thread Romeo Salayo Jr.
Greetings, I'm currently using build 3.0.4401.0 and the MSI output work's perfect. Then I updated to my WiX to 3.0.4415/4422/4429/4513.0 and now every time i run the MSI built on these revisions the MSI crashed every time i run the MSI. Kindly have a look at the log file during installation http