Re: [WiX-users] Error code 1631

2006-08-24 Thread Bob Arnson
Bahar Shah wrote:
 I am sure about the error code.
 I am pasting the actual install log entry

 Action ended 15:42:08: LaunchAgentUI. Return value 1631.
Custom actions can return any UINT value. Check what values your CA returns.

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Any idea what might cause this 1603 error or how to figure it out?

2006-08-24 Thread Bob Arnson




Joe Kaplan wrote:

  
  
  
  A snip of the log (with options
varp) at that spot looks like this:

Do you get anything more with '/l*v!' instead?
-- 
sig://boB
http://bobs.org



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Vista -Error in SchedServiceConfig

2006-08-24 Thread Bob Arnson
Bahar Shah wrote:
 How is that then I can install even though I am a normal user on WinXp 
 and not on Vista?
Like I said, it could be a Vista bug.

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSBuild Tasks

2006-08-24 Thread Bob Arnson
Neil Sleightholm wrote:
 I have raised a request, id 1544363.
   
Thanks.
 Could you let me know where the patch and assignment agreement is?
   
That was (patch) and (assignment agreement). See 
http://blogs.msdn.com/robmen/archive/2004/04/14/112970.aspx for details.

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Vs extensions - looking for an overview of the Help* elements

2006-08-24 Thread Bob Arnson
Hugues Valois wrote:
 I noticed the new VS extensions recently, but haven't been able to find
 any announcement, documentation or samples on those (except for the
 schema docs).  I'm looking for an overview of the functionality provided
 by the various Help elements, so I can determine if it will fit our
 needs or not.
   
The schema doc is the only doc available today.
 - Register with multiple collections (ex: VS.NET 2002, 2003, 2005)
   
I believe that's possible. You need to register into multiple namespaces.
 - Perform merging (which usually takes a couple of minutes)
   
Yes, that's the behavior of the custom actions in the Help 2.x CA merge 
modules.
 - Does not require the use of any merge module
   
The help extension provides strongly-typed XML markup for the custom 
tables consumed by the custom actions in the Help 2.x CA merge modules. 
So those merge modules are required. However, you don't have to edit the 
template merge module, as the old doc recommended.

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] CheckBox control malfunction

2006-08-24 Thread Calin Iaru
Hi List,

I am using a CheckBox control on ExitDlg inviting the user to open a 
readme file. The problem is that this CheckBox appears only if the user 
hovers the mouse over the area where the CheckBox resides. If I change 
the sequence of the ExitDlg to become a WelcomeDlg, the CheckBox appears 
without the user intervention.

Best regards,
Calin

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Some questions about XmlFile element

2006-08-24 Thread Alexander Biryukov
My installer should work with XML file which can (or not) exist.

1) Can XmlFile create new XML file if it does not exist ?
1) Is possible do not overwrite existing XML attributes, but create if not  
exists ?

--
Alexander Biryukov

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Ct: CheckBox control malfunction

2006-08-24 Thread Calin Iaru
Actually there's a repaint message which fails every time the Dialog 
gets focus. Whatever control is on over a large bitmap - no matter if 
it's CheckBox, PushButton - the bitmap will appear first and the control 
will appear after the user hovers the mouse over that area. And even 
when the control appears, it still disappear when the dialog window is 
ordered behind another larger window.

Hi List,
 I am using a CheckBox control on ExitDlg inviting the user to open a 
 readme file. The problem is that this CheckBox appears only if the user 
 hovers the mouse over the area where the CheckBox resides. If I change 
 the sequence of the ExitDlg to become a WelcomeDlg, the CheckBox appears 
 without the user intervention.

 Best regards,
 Calin

   

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] AddValidReference missing?

2006-08-24 Thread Stumpf, Mark








I am trying out the most recent release of WiX 3.0
(3.0.2023.0)



When I attempt to compile, I get an error that says,



error CS0117: 'Microsoft.Tools.WindowsInstallerXml.CompilerCore'
does not contain a definition for

 'AddValidReference'



I looked in the Object Browser and found that AddValidReference
is missing from CompilerCore, but was present in the 1821 version. Am I
missing something? Do we need to use a different call?






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Stop IIS on uninstall

2006-08-24 Thread John Hidey (The C# Junkie)
All

How to I ensure that IIS gets stopped on and uninstall. I'm installing a site (web service)and also a windows service. The windows service uses the web service that I installed and the windows service is started on install. When uninstalling, the web services bin directory and its contents are left behind. If I manually stop IIS and then uninstall everything is fine. Can I have the uninstall process stop IIS during uninstalled and if so how do I go about this. 


Thanks in advance everyone.

John
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Failed to locate connection for merge

2006-08-24 Thread John Ludlow
Hi all,

I have an installation that is including several merge modules (some are ours, some are written by MS). Now, I'm trying to add another called VaultMessages, and light is throwing the following error:

light.exe : error LGHT0001 : Failed to locate connection for merge: VaultMessages.dll
Exception Type: System.ApplicationException
Stack Trace: at Microsoft.Tools.WindowsInstallerXml.Binder.MergeModules(String databasePath, Output output) at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run
(String[] args)

Has anyone seen anything like this before?

Thanks

John
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] AddValidReference missing?

2006-08-24 Thread Derek Cicerone








Weve changed the APIs for extensions in WiX 3.0. Please take a
look at CompilerCore.cs to get an idea of whats now available.



Specifically, for simple references, we now track source line
information so that error messages can not only tell you that a referenced item
is unavailable but also tell you where it was referenced from (which is
extremely useful when debugging that type of an error).



Derek







From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Stumpf, Mark
Sent: Thursday, August 24, 2006 7:33 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] AddValidReference missing?







I
am trying out the most recent release of WiX 3.0 (3.0.2023.0)



When
I attempt to compile, I get an error that says,



error
CS0117: 'Microsoft.Tools.WindowsInstallerXml.CompilerCore' does not contain a
definition for


'AddValidReference'



I
looked in the Object Browser and found that AddValidReference is missing from
CompilerCore, but was present in the 1821 version. Am I missing
something? Do we need to use a different call?






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Failed to locate connection for merge

2006-08-24 Thread Derek Cicerone








What version of WiX are you using (the exact version)? That
looks like a bug weve fixed already.



Thanks,

Derek





From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of John Ludlow
Sent: Thursday, August 24, 2006 9:09 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Failed to locate connection for merge







Hi all,











I have an installation that is including several merge
modules (some are ours, some are written by MS). Now, I'm trying to add
another called VaultMessages, and light is throwing the following error:











light.exe : error LGHT0001 : Failed to locate connection for
merge: VaultMessages.dll



Exception Type: System.ApplicationException



Stack Trace:
 at Microsoft.Tools.WindowsInstallerXml.Binder.MergeModules(String
databasePath, Output output)
 at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output)
 at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run (String[]
args)











Has anyone seen anything like this before?











Thanks











John








-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to put '\' in the customaction as it is ?

2006-08-24 Thread Chandra Rentachintala
Thanks for the suggestion, but doing that caused the failure of schtasks
With 1631 error. Thanks for the quot; suggestion.

But fixing the backslash in square brackets fixed the issue.

CustomAction Id=CleanupTaskInstall Directory=CompDir
Return=asyncNoWait ExeCommand=' schtasks.exe /Create /RU
[SQLUSERNAME] /rp [SQLPASSWORD] /SC [CLEANUPFREQUENCY] /ST 01:00:00
/TN DBCLEANUPTASK
[\\]quot;[#CLEANUP_EXE][\\]quot;'


- chandra


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 23, 2006 3:32 AM
To: Chandra Rentachintala
Cc: wix-users@lists.sourceforge.net
Subject: How to put '\' in the customaction as it is ?

Hi
  You can use quot; as below.

ExeCommand=' schtasks.exe /Create /RU [SQLUSERNAME] /rp
[SQLPASSWORD] /SC [CLEANUPFREQUENCY] /ST 01:00:00 /TN DBCLEANUPTASK
/TR quot;[#CLEANUP_EXE]quot;' /

Thanks
Bibhuti


Date: Tue, 22 Aug 2006 14:18:18 -0700
From: Chandra Rentachintala [EMAIL PROTECTED]
Subject: [WiX-users] How to put '\' in the customaction as it is ?
To: wix-users@lists.sourceforge.net
Message-ID:

[EMAIL PROTECTED]

Content-Type: text/plain; charset=us-ascii

I am adding a scheduled task thru the installer like this. 

 

CustomAction Id=CleanupTaskInstall Directory=CompDir
Return=asyncNoWait 

   ExeCommand=' schtasks.exe /Create /RU [SQLUSERNAME] /rp
[SQLPASSWORD] /SC [CLEANUPFREQUENCY] /ST 01:00:00 /TN DBCLEANUPTASK
/TR [#CLEANUP_EXE] ' /

 

and it works fine in adding scheduled task, but not starting due to
schtasks error.

 

I found out from the support site
http://support.microsoft.com/?KBID=823093 that 

I need to put \ around the executable path to make it work. I verified
this using 

command line and it works fine.

 

I want to put this in WIX code, but ICE is complaining that it is not
the correct format.

Is there a way I can escape this sequence and achieve 
\[#CLEANUP_EXE]\   

from [#CLEANUP_EXE].

 

Thanks in advance,

chandra

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WcaAddTempRecord with ScrollableText

2006-08-24 Thread JosephMM

Thank you very much! This is exactly what I wanted! 

However now I'm having trouble trying to get public properties from the MSI
because of string conversions. I'm so lost. 

Here's a snippet of my code:

{
   
DWORD lengthOfGettingStuff;
LPWSTR gettingStuff = L;

MsiGetProperty (hInstall, TEXT(TESTPROPERTY), gettingStuff,
lengthOfGettingStuff);

...

LPCSTR test = CW2A(gettingStuff);
string test2 = test;
test2 =
{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fswiss\\fcharset0
Arial;}}\\viewkind4\\uc1\\pard\\f0\\fs20 +test2+\\par};

LPCSTR test5 = test2.c_str();
ret = MsiRecordSetStringA(hRecord, 10, test5); 
   
...
}

The property was set to a value of 1
The text box looks really messed up. It looks something like this:




Chesong Lee wrote:
 
 
 Here is a code snippet in my ReplaceEula Custom Action.
 This is not a part of the full working code but you may understand the
 logic to change text in ScrollableText. This custom action is an immediate
 custom action and sequenced before the main dialog.
 
 I hope this helps for your needs.
 
 Regards,
 
 Chesong Lee
 
 
 UINT __stdcall
 ReplaceEula(MSIHANDLE hInstall)
 {
   //
   // Fill lpEula in RTF format as you wish
   //
   // EULA File Content is MBCS (RTF) not Unicode
   //
   XTL::AutoProcessHeapPtrCHAR lpEula = pReadEulaFromFile(hInstall);
   if (NULL == (LPSTR) lpEula)
   {
   pMsiLogMessage(
   hInstall, 
   _T(EULACA: ReadEulaFromFile failed, error=0x%X), 
   GetLastError());
 
   return ERROR_INSTALL_FAILURE;
   }
 
   //
   // Replacing EULA text control in the database
   //
   PMSIHANDLE hDatabase = MsiGetActiveDatabase(hInstall);
 
   if (0 == hDatabase)
   {
   pMsiLogMessage(
   hInstall, 
   _T(EULACA: MsiGetActiveDatabase failed, error=0x%X), 
   GetLastError());
 
   return ERROR_INSTALL_FAILURE;
   }
 
   PMSIHANDLE hView;
   LPCTSTR query = _T(SELECT * FROM `Control` )
   _T( WHERE `Dialog_` = 'LicenseAgreement' AND `Control` = 
 'Memo' );
   UINT ret = MsiDatabaseOpenView(hDatabase, query, hView);
 
   if (ERROR_SUCCESS != ret)
   {
   pMsiLogMessage(
   hInstall, 
   _T(EULACA: MsiDatabaseOpenView failed, error=0x%X), 
   ret);
 
   return ERROR_INSTALL_FAILURE;
   }
 
   ret = MsiViewExecute(hView, 0);
 
   if (ERROR_SUCCESS != ret)
   {
   pMsiLogMessage(
   hInstall, 
   _T(EULACA: MsiViewExecute failed, error=0x%X), 
   ret);
 
   return ERROR_INSTALL_FAILURE;
   }
 
   PMSIHANDLE hRecord;
   ret = MsiViewFetch(hView, hRecord);
 
   if (ERROR_SUCCESS != ret)
   {
   pMsiLogMessage(
   hInstall, 
   _T(EULACA: MsiViewFetch failed, error=0x%X), 
   ret);
 
   return ERROR_INSTALL_FAILURE;
   }
 
   ret = MsiViewModify(hView, MSIMODIFY_DELETE, hRecord);
 
   if (ERROR_SUCCESS != ret)
   {
   pMsiLogMessage(
   hInstall, 
   _T(EULACA: MsiViewModify failed, error=0x%X), 
   ret);
 
   return ERROR_INSTALL_FAILURE;
   }
 
   //
   // 10th field is the Text column
   //
   // Dialog_, Control, Type, X, Y, 
   // Width, Height, Attributes, Property, Text
   // Control_Next, Help
   //
   ret = MsiRecordSetStringA(hRecord, 10, lpEula);
   
   if (ERROR_SUCCESS != ret)
   {
   pMsiLogMessage(
   hInstall, 
   _T(EULACA: MsiRecordSetString failed, error=0x%X), 
   ret);
 
   return ERROR_INSTALL_FAILURE;
   }
 
   //
   // Commit the changes temporarily
   //
   ret = MsiViewModify(hView, MSIMODIFY_INSERT_TEMPORARY, hRecord);
   
   if (ERROR_SUCCESS != ret)
   {
   pMsiLogMessage(
   hInstall, 
   _T(EULACA: MsiViewModify failed, error=0x%X), 
 

Re: [WiX-users] Stop IIS on uninstall

2006-08-24 Thread JosephMM

What I did was I had a bat file that was installed with my package. My custom
action refered to the FileKey of that bat file and inside the bat file all I
had was iisreset /stop. Unfortunately, it's really ugly because a command
prompt pops up.


John Hidey (The C# Junkie) wrote:
 
 All
 
 How to I ensure that IIS gets stopped on and uninstall.  I'm installing a
 site (web service) and also a windows service.  The windows service uses
 the
 web service that I installed and the windows service is started on
 install.
 When uninstalling, the web services bin directory and its contents are
 left
 behind.  If I manually stop IIS and then uninstall everything is fine. 
 Can
 I have the uninstall process stop IIS during uninstalled and if so how do
 I
 go about this.
 
 Thanks in advance everyone.
 
 John
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Stop-IIS-on-uninstall-tf2159128.html#a5970612
Sent from the wix-users forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX 3.0: File name problems

2006-08-24 Thread Brad Davis
Using WIX 3.latest:It seems that it doesn't like files that are not dlls: I keep on getting 
this error when trying to 'light' it 
up...this used to work in 2.x btw:C:\Projects\Atlas.Validation.Installers\ValidationMSI.wxs(19) : 
error LGHT0132 :The assembly file 
'C:\Projects\Atlas.Validation\Build_RELEASE_Assembly\w3wp.exe.config' 
appears to be invalid. Please ensure this is a valid assembly file andthat 
the user has the appropriate access rights to this file. More information: 
The format of the file 'w3wp.exe.config' is 
invalid.C:\Projects\Atlas.Validation.Installers\ValidationMSI.wxs(27) : 
error LGHT0132 :The assembly file 
'C:\Projects\Atlas.Validation\Build_RELEASE_Assembly\Atlas.Validation.DispatchWrapper.tlb' 
appears to be invalid. Please ensure this is a valid assembly file and that 
the user has the appropriate access rights to this file. More information: 
The format of the file 'Atlas.Validation.DispatchWrapper.tlb' is 
invalid.Any ideas?-- -Brad
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX 3.0: File name problems

2006-08-24 Thread Derek Cicerone








Please download the latest weekly release. I believe I caught
and fixed that bug on Tuesday.



Derek





From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brad Davis
Sent: Thursday, August 24, 2006 12:18 PM
To: wix-users@lists.sourceforge.net; [EMAIL PROTECTED]
Subject: [WiX-users] WIX 3.0: File name problems





Using WIX 3.latest:

It seems that it doesn't like files that are not dlls: I keep on getting this
error when trying to 'light' it up...this used to work in 2.x btw:

C:\Projects\Atlas.Validation.Installers\ValidationMSI.wxs(19) : error LGHT0132
:
The assembly file 'C:\Projects\Atlas.Validation\Build_RELEASE_Assembly\w3wp.exe
.config' appears to be invalid. Please ensure this is a valid assembly file and
that the user has the appropriate access rights to this file. More information
: The format of the file 'w3wp.exe.config' is invalid.
C:\Projects\Atlas.Validation.Installers\ValidationMSI.wxs(27) : error LGHT0132
:
The assembly file 'C:\Projects\Atlas.Validation\Build_RELEASE_Assembly\Atlas.Va
lidation.DispatchWrapper.tlb' appears to be invalid. Please ensure this is a va
lid assembly file and that the user has the appropriate access rights to this
fi
le. More information: The format of the file 'Atlas.Validation.DispatchWrapper.
tlb' is invalid.

Any ideas?


-- 
-Brad 






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Copying files to an existing directory structure

2006-08-24 Thread Brad Edwards








I created an installer package to install an application to
the ProgramFilesFolder but I also need to copy some additional files to an
existing directory on the server which will be entered in by the installer on a
dialog box. For example I need to copy the following files to
c:\inetpub\wwwroot\aspnet\bin: svcSecurity.dll, svcNotices.dll and
svcTNT.dll. I would also need to set this up as an additional component in the
feature list. I hope all this make senseIm kinda new at this
installer stuff if you cant tell J Can you
show me an example of how to do this? Thanks.



Brad






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Stop IIS on uninstall

2006-08-24 Thread david adams
John:

Does IIS have to be stopped or is it acceptable to simply stop the Website 
in IIS.  Our install creates the Website, Application Pool, etc. with the 
Website items created in a stopped status.  Upon completion of the 
install, we go into IIS and start the Website.  Uninstall removes the 
Website, Application Pool, and all files / folders.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: JosephMM [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Stop IIS on uninstall
Date: Thu, 24 Aug 2006 12:12:04 -0700 (PDT)
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc10-f14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 
24 Aug 2006 12:12:11 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 56661F413; Thu, 24 Aug 
2006 12:12:11 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GGKcb-0001WR-Ttfor 
wix-users@lists.sourceforge.net; Thu, 24 Aug 2006 12:12:10 -0700
Received: from www.nabble.com ([72.21.53.35] helo=talk.nabble.com)by 
mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256)(Exim 4.44) id 
1GGKcZ-0002U2-W3for wix-users@lists.sourceforge.net; Thu, 24 Aug 2006 
12:12:09 -0700
Received: from [72.21.53.38] (helo=jubjub.nabble.com)by talk.nabble.com 
with esmtp (Exim 4.50) id 1GGKcW-0006RB-UOfor 
wix-users@lists.sourceforge.net; Thu, 24 Aug 2006 12:12:04 -0700
X-Message-Info: LsUYwwHHNt1LDbb1Nt1m5oZrMTfsgTFU+JvmZTHlxmc=
References: [EMAIL PROTECTED]
X-Spam-Score: -1.2 (-)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.5 
FROM_ENDS_IN_NUMS  From: ends in numbers-2.8 ALL_TRUSTEDDid 
not pass through any untrusted hosts1.1 FORGED_HOTMAIL_RCVD2   hotmail.com 
'From' address,but no 'Received:'
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 24 Aug 2006 19:12:12.0081 (UTC) 
FILETIME=[33EAEA10:01C6C7B1]


What I did was I had a bat file that was installed with my package. My 
custom
action refered to the FileKey of that bat file and inside the bat file all 
I
had was iisreset /stop. Unfortunately, it's really ugly because a command
prompt pops up.


John Hidey (The C# Junkie) wrote:
 
  All
 
  How to I ensure that IIS gets stopped on and uninstall.  I'm installing 
a
  site (web service) and also a windows service.  The windows service uses
  the
  web service that I installed and the windows service is started on
  install.
  When uninstalling, the web services bin directory and its contents are
  left
  behind.  If I manually stop IIS and then uninstall everything is fine.
  Can
  I have the uninstall process stop IIS during uninstalled and if so how 
do
  I
  go about this.
 
  Thanks in advance everyone.
 
  John
 
  
-
  Using Tomcat but need to do more? Need to support web services, 
security?
  Get stuff done quickly with pre-integrated technology to make your job
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache 
Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 

--
View this message in context: 
http://www.nabble.com/Stop-IIS-on-uninstall-tf2159128.html#a5970612
Sent from the wix-users forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with 

Re: [WiX-users] WIX 3.0: File name problems

2006-08-24 Thread Brad Davis
AndI found out that my developer was pointing to the wrong schema...using an outdated version of an .wxs file.:)Thanks DerekOn 8/24/06, Derek Cicerone
 [EMAIL PROTECTED] wrote:













Please download the latest weekly release. I believe I caught
and fixed that bug on Tuesday.



Derek





From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Brad Davis
Sent: Thursday, August 24, 2006 12:18 PM
To: wix-users@lists.sourceforge.net; 
[EMAIL PROTECTED]
Subject: [WiX-users] WIX 3.0: File name problems





Using WIX 3.latest:

It seems that it doesn't like files that are not dlls: I keep on getting this
error when trying to 'light' it up...this used to work in 2.x btw:

C:\Projects\Atlas.Validation.Installers\ValidationMSI.wxs(19) : error LGHT0132
:
The assembly file 'C:\Projects\Atlas.Validation\Build_RELEASE_Assembly\w3wp.exe
.config' appears to be invalid. Please ensure this is a valid assembly file and
that the user has the appropriate access rights to this file. More information
: The format of the file 'w3wp.exe.config' is invalid.
C:\Projects\Atlas.Validation.Installers\ValidationMSI.wxs(27) : error LGHT0132
:
The assembly file 'C:\Projects\Atlas.Validation\Build_RELEASE_Assembly\Atlas.Va
lidation.DispatchWrapper.tlb' appears to be invalid. Please ensure this is a va
lid assembly file and that the user has the appropriate access rights to this
fi
le. More information: The format of the file 'Atlas.Validation.DispatchWrapper.
tlb' is invalid.

Any ideas?


-- 
-Brad 







-- -Brad
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Stop IIS on uninstall

2006-08-24 Thread Joe Kaplan
What I've done in the past is just include a ServiceControl element in the 
component:

ServiceControl Id=iis5ServiceControl Name=w3svc Start=both 
Stop=both /

You might change the Start and Stop attributes to get what you want.  I was 
installing an ISAPI filter.

The schema might be a little different in WiX3, but you get the idea.  You 
shouldn't need your own CA for this--the built in one in WiX should do what 
you want.

You might also need to put a condition on it to ensure that IIS is installed 
or something.

Joe

- Original Message - 
From: John Hidey (The C# Junkie)
To: wix-users@lists.sourceforge.net ; wix-devs@lists.sourceforge.net
Sent: Thursday, August 24, 2006 9:55 AM
Subject: [WiX-users] Stop IIS on uninstall


All

How to I ensure that IIS gets stopped on and uninstall.  I'm installing a 
site (web service) and also a windows service.  The windows service uses the 
web service that I installed and the windows service is started on install. 
When uninstalling, the web services bin directory and its contents are left 
behind.  If I manually stop IIS and then uninstall everything is fine.  Can 
I have the uninstall process stop IIS during uninstalled and if so how do I 
go about this.

Thanks in advance everyone.

John




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642



___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Web.Config

2006-08-24 Thread Michael Osmond
Hi,

I use the XMLFile Element to do this.  I also set the path the the
web.config using a [#fileid] property.

Michael

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Petrut
Andrei
Sent: Friday, 25 August 2006 2:56 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Web.Config

  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.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Search for a GAC component

2006-08-24 Thread Kevin Dente
Is there a recommended way to verify that a specific component is installed in the GAC as a pre-requisite for an install? All I'm seeing right now is a FileSearch, and that seems a little hack-ish (since the structure of the GAC is supposedly opaque). 
Thanks,Kevin
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Action Call to WcaGetProperty stopped working

2006-08-24 Thread Magus

Heres is my problem in custom action
WcaInitialize(hInstall, MyDLL)
WCHAR *wcSource=new WCHAR[255]; 
hResult = WcaGetProperty(LSOURCEDIR, wcSource);
This funciton return 0, but nothing is put into wcSource
Its like the property doesn't exist so I checked the log and there is a
property SOURCEDIR and it has a valid value that isnt empty quotes.
I tried checking to see what happened with 3 different properties that I
knew had to be in my project and got the same result.  Then I tried using
MsiGetProperty(hInstall, LSOURCEDIR, wcSource, size);  (size being 255)
and it didn't return a (ERROR_MORE_DATA) and it also didn't crash the
program. I have to be missing something vital to make these work, I had them
working before and I don't know what I did to mess things up
I am#include msi.h and #include msiquery.h and #pragma comment(lib, msi)
#pragma comment(linker, /EXPORT:[EMAIL PROTECTED])
in my project
-- 
View this message in context: 
http://www.nabble.com/Custom-Action-Call-to-WcaGetProperty-stopped-working-tf2162485.html#a5976513
Sent from the wix-users forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Any idea what might cause this 1603 error or how to figure it out?

2006-08-24 Thread Bob Arnson
Joe Kaplan wrote:
 Nope, nothing much more interesting (although I like those log flags and may 
 use those from now on).
   
'/l*v' is full detail. Adding the '!' causes the file to get flushed 
after every line; it slows down logging (sometimes a lot) but it 
guarantees the order's as correct as you can get in a multithreaded app.
 I tried regmon and filemon too and didn't see any obvious errors in there 
 (although I did see a lot of activity that did not seem to get logged in the 
 msi log such as all my files being deployed and then deleted).  I'm pretty 
 close to giving up on this one for now though, so unless you can think of 
 something else, don't worry about it.  Thanks for trying.
   
Well, normally there's a more concrete error if the client-side process 
can't contact the server. But if it helps, blame the gnomes.g

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Ct: CheckBox control malfunction

2006-08-24 Thread Bob Arnson
Calin Iaru wrote:
 Actually there's a repaint message which fails every time the Dialog 
 gets focus. Whatever control is on over a large bitmap - no matter if 
 it's CheckBox, PushButton - the bitmap will appear first and the control 
 will appear after the user hovers the mouse over that area. And even 
 when the control appears, it still disappear when the dialog window is 
 ordered behind another larger window.
   
That's a z-order problem. Try changing the order you list Control 
elements.

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users