Re: [WiX-users] What is WixV3 Toolset Output MSI Version?

2007-10-31 Thread Laxmi Narsimha Rao Oruganti (SQL CE)
Thanks Bob for the prompt reply and right information.

Thanks,
Laxmi

From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 31, 2007 11:19 AM
To: Laxmi Narsimha Rao Oruganti (SQL CE)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] What is WixV3 Toolset Output MSI Version?

Laxmi Narsimha Rao Oruganti (SQL CE) wrote:
If I am not wrong, WIXv3 Toolset produces Windows Install v3.1 MSI.  I also 
remember some blogs where WIX Team have met with MSI Team to do the 
enhancements to WIX Toolset to use new features of MSI 4.0.

Can you answer the following?

WIXv3 Current Build produces MSI v3.1.  Does WIXv3 in future produce MSI v4.0?  
OR WIXv4 produces MSI v4.0?

WiX lets you target whatever version of MSI you're interested in, down to MSI 
1.0. See Package/@InstallerVersion.



When will WIXv3 development completes?  When is it going to release candidate 
phase only very few fixes are taken?

It will likely reach that stage sometime in 2008. There are no more breaking 
changes planned, but they are possible.


--

sig://boB

http://joyofsetup.com/
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX 3.0 post 3304 working for anyone?

2007-10-31 Thread John Hall
 Whenever I run a tool in version 3307, 3328 or 3419 builds 
 obtained from wix.sourceforge.net/releases, I get a 
 System.IO.FileLoadException

 This suggests that the public key token of wix.dll isn't what 
 candle.exe is asking for. Loading the files into Reflector 
 (www.aisto.com/roeder/dotnet) shows that wix.dll has a public 
 key token of 9f4be179981a58d1.
 
 Is this working for anyone else? I can't imagine how it could 
 be, but before I put a bug in the tracker I wanted to be sure.

Mike,

The wix.dll in the Wix3 MSI is OK however - it is just the one in the
binaries.zip that has the wrong key. I've installed 3419 and it works
fine.

regards,
John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Dynamic checkbox initialization problem

2007-10-31 Thread János Brezniczky
...I must admit I'm a bit late with this reply, but still I think the
problem persists.
To be more specific, I include some snippets here. Things go on the same way
when I try to show/hide the control or affect the initial value of it.
Here's only the show/hide part, as I'm specifically interested in that - why
can't I get it work?
First, I initialize a global property with

Property
  Id=EXITDIALOGONCLOSEACTIONAPPLYCONTROLSHOW
  Value=1
/

The checkbox is in my custom UI, on the exit dialog:
Control Type=CheckBox Width=206 Height=13 X=158 Y=214
Id=ExitDialogOnCloseActionApplyControl
Text=[EXITDIALOGONCLOSEAPPLYCONTROL_TEXT] CheckBoxValue=1
Property=EXITDIALOGONCLOSEACTIONAPPLY
  Condition
Action=showEXITDIALOGONCLOSEACTIONAPPLYCONTROLSHOW=1/Condition
  Condition Action=hideEXITDIALOGONCLOSEACTIONAPPLYCONTROLSHOW
lt;gt;1/Condition
/Control

For the sake of a simplicity, I try to hide it with a simple custom action:

  CustomAction Id=TestAction Script=vbscript
Session.Property(EXITDIALOGONCLOSEACTIONAPPLYCONTROLSHOW) = 
  /CustomAction

Sequenced as
  Custom Action=TestAction Sequence=2 /

It does the modification (checked with MsgBox), and so on.
It still has no effect, while changing the property value in the property
element works appropriately.
Why?

2007/10/27, János Brezniczky [EMAIL PROTECTED]:

 First of all, thank you for answering.. my problem is that the checkboxsticks 
 to the value provided long before the script runs, no matter what
 value I provide, and if I don't specify one, it remains unchecked because of
 the default 'empty' value of the property. It seems to be immune to whatever
 I do, but I'll retry again, and give a feedback.

 Thanks till that time!


 2007/10/27, Richard [EMAIL PROTECTED]:
 
 
  In article [EMAIL PROTECTED]
  ,
 =?ISO-8859-1?Q?J=E1nos_Brezniczky?= [EMAIL PROTECTED]  writes:
 
 Does anyone know a way to accomplish the initialization I'm stuck
  with?
   What am I overlooking?
 
  Check boxes toggle the property value between empty and whatever ends
  up listed in the CheckBox table (WiX has an attribute that specifies
  this value in the control element, IIRC).  If you initialize the
  property to some other value, I don't think the checkbox will be
  checked properly.
  --
  The Direct3D Graphics Pipeline -- DirectX 9 draft available for
  download
http://www.xmission.com/~legalize/book/download/index.html
 
 Legalize Adulthood! http://blogs.xmission.com/legalize/
 
  -
 
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now  http://get.splunk.com/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Crystal Reports modules not registering files

2007-10-31 Thread Pedro Ferreira
Hi,

I'm fairly new to wix, and I'm trying to deploy the Crystal Reports
runtime with my application.

I'm inserting the crystal modules as shown here: http://pastebin.com/f286f6c04

The problem is that although the Crystal Reports files are copied to
the right directories in the target machine, some or most files are
not registered.

Tried to create a setup project using Visual Studio 2005, and added
the modules to the project, and there, everything works fine, with all
files being registered. So I think the problem is with my wix source
files.

Could someone please give me some tips? I'm getting lost here.

Thanks,

Pedro Ferreira

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] disabling the features aapeared in the selection tree based on their installation condition.

2007-10-31 Thread shambhu kumar

is there any other way of doing this other than selection tree and check
boxes?


Bob Arnson-6 wrote:
 
 shambhu kumar wrote:
 now i want to disable the showing of fetures in selection tree used in
 custom setup if this feature is not supported in tis particular mode(i.e
 its
 installation condition is false).
   
 
 The selection tree control doesn't support that -- features can only be 
 hidden, not disabled, in the control.
 
 -- 
 sig://boB
 http://joyofsetup.com/
 
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 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/disabling-the-features-aapeared-in-the-selection-tree-based-on-their-installation-condition.-tf4718617.html#a13510941
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to change the installation directory

2007-10-31 Thread 0x001A4

Did you ever figure out how to do this? I am interested in changing the
default installation directory from Program Files to C:\ or systemdrive.


Jing Teng wrote:
 
 In all the examples I can find, it use
 
  
 
 Directory Id='TARGETDIR' Name='SourceDir'
 
 Directory Id='ProgramFilesFolder' Name='PFiles'
 
  
 
 to install my package under c:\program files, but I want to install it
 under %systemdrive%
 
  
 
 How to change it?
 
  
 
 Thanks,
 
 Jing
 
  
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 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/How-to-change-the-installation-directory-tf3774510.html#a13512204
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Latest WiX build is good.

2007-10-31 Thread Peter Marcu
For the past few wix builds, we have been having some assembly loading problems 
due to mismatched strong names in the wix binaries. This has been resolved and 
the latest build should work. http://wix.sourceforge.net/releases/3.0.3429.0/
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] start and stop services

2007-10-31 Thread shapla


Log is showing like below:

..
Action 8:30:54: StopServices. Stopping services
Action start 8:30:54: StopServices.
StopServices: Service: Stopping services
Action ended 8:30:54: StopServices. Return value 1.
Action 8:30:54: RemoveFiles. Removing files
..

Action ended 8:30:54: InstallFiles. Return value 1.
Action 8:30:54: StartServices. Starting services
Action start 8:30:54: StartServices.
StartServices: Service: Starting services
Action ended 8:30:54: StartServices. Return value 1.
Action 8:30:54: RegisterUser. Registering user
..

Action start 8:30:54: InstallFinalize.
Action 8:30:54: ProcessComponents. Updating component registration
1: {866EDB68-1AA9-48BA-BD91-C3986D00368C} 2:
{A4DA8997-8BDD-4394-82B4-4043CE15BA1A} 3: C:\Progra
Action 8:30:54: StopServices. Stopping services
Action 8:30:54: MoveFiles. Moving files
...
Action 8:30:54: InstallFiles. Copying new files
InstallFiles: File: My.dll,  Directory: C:\Program,  Size: 53248
Action 8:30:54: StartServices. Starting services
Action 8:30:54: RegisterUser. Registering user
...

1. I can see the start and stop services shown as above in the log. But I am
not getting any info about which services it is stopping or starting? I
don't see anything specific to the service (XYZ AdminConsole) which I
mentioned in 

ServiceControl Id='ADService' Name='XYZ AdminConsole' Stop='install' 
Wait='yes'/

Thanks!



Richard-45 wrote:
 
 
 In article [EMAIL PROTECTED],
 shapla [EMAIL PROTECTED]  writes:
 
 Any idea?
 
 What does the log say?
 -- 
 The Direct3D Graphics Pipeline -- DirectX 9 draft available for download
   http://www.xmission.com/~legalize/book/download/index.html
 
 Legalize Adulthood! http://blogs.xmission.com/legalize/
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 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/start-and-stop-services-tf4715721.html#a13513983
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Torch error

2007-10-31 Thread Justin Goshi
I recently upgraded to using Wix build 3.0.3439.0 because I wanted to use the 
new transform validation flags support for patch building.  When I switched to 
the new Wix build (was using 3110), I now get the following torch error:

error TRCH0001 : Different numbers of columns for WixFile.

What does this error mean?  I went into my .wixout file and looked at the 
WixFile tables and they all look like they have 11 columns.

Thank you,
Justin

[cid:image001.gif@01C81BA9.352EC660]http://office/Teams/officelive/teamsites/olpwis
 hiring 
devhttp://career/search/results.aspx?FromCP=YJobCategoryCodeID=10056JobLocationCodeID=JobProductCodeID=11105JobTitleCodeID=Divisions=TargetLevels=Keywords=JobCode=ManagerAlias=Interval=50StartDate=EndDate=,
 
testhttp://career/search/results.aspx?FromCP=YJobCategoryCodeID=10020JobLocationCodeID=JobProductCodeID=11105JobTitleCodeID=Divisions=TargetLevels=Keywords=JobCode=ManagerAlias=Interval=50StartDate=EndDate=
 and 
PMhttp://career/search/details.aspx?JobID=6517DB8E-AF18-4341-A40F-11B045B3164Fstart=1interval=10!

inline: image001.gif-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Torch error

2007-10-31 Thread Peter Marcu
Are there any differences in the table definition for WixFile between the two 
wixouts? Can you send just the tale definitions to me?

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Goshi
Sent: Wednesday, October 31, 2007 10:36 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Torch error

I recently upgraded to using Wix build 3.0.3439.0 because I wanted to use the 
new transform validation flags support for patch building.  When I switched to 
the new Wix build (was using 3110), I now get the following torch error:

error TRCH0001 : Different numbers of columns for WixFile.

What does this error mean?  I went into my .wixout file and looked at the 
WixFile tables and they all look like they have 11 columns.

Thank you,
Justin

[cid:image001.gif@01C81BAA.55A6E390]http://office/Teams/officelive/teamsites/olpwis
 hiring 
devhttp://career/search/results.aspx?FromCP=YJobCategoryCodeID=10056JobLocationCodeID=JobProductCodeID=11105JobTitleCodeID=Divisions=TargetLevels=Keywords=JobCode=ManagerAlias=Interval=50StartDate=EndDate=,
 
testhttp://career/search/results.aspx?FromCP=YJobCategoryCodeID=10020JobLocationCodeID=JobProductCodeID=11105JobTitleCodeID=Divisions=TargetLevels=Keywords=JobCode=ManagerAlias=Interval=50StartDate=EndDate=
 and 
PMhttp://career/search/details.aspx?JobID=6517DB8E-AF18-4341-A40F-11B045B3164Fstart=1interval=10!

inline: image001.gif-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] weekly release 3.0.3429.0 warnings

2007-10-31 Thread Luis Mejia
I just installed the latest weekly release and I see the following issues:

When installing the Project Aggregator, it created a folder in the
wrong(?) drive. It created a folder IDE with the file
ProjectAggregator2.dll on my D drive which is only for data; all
apps are installed on C. The D drive has more space so I assume
TARGETDIR is D:\ and some folder in the installer is not set
correctly?

In any case, where should I put this folder and file, I don't want it
dangling with my data.

Also, I get the following warnings on a perfectly fine installer
project (i.e., it compiled fine before):

1C:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\ResumeDlg.wxs(17,0):
Warning LGHT1076: ICE45: Row 'ResumeDlg.Install' in table 'Control'
has bits set in the 'Attributes' column that are reserved. They should
be 0 to ensure compatability with future installer versions.
1C:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\VerifyReadyDlg.wxs(49,0):
Warning LGHT1076: ICE45: Row 'VerifyReadyDlg.Remove' in table
'Control' has bits set in the 'Attributes' column that are reserved.
They should be 0 to ensure compatability with future installer
versions.
1C:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\VerifyReadyDlg.wxs(17,0):
Warning LGHT1076: ICE45: Row 'VerifyReadyDlg.Install' in table
'Control' has bits set in the 'Attributes' column that are reserved.
They should be 0 to ensure compatability with future installer
versions.
1C:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\VerifyReadyDlg.wxs(27,0):
Warning LGHT1076: ICE45: Row 'VerifyReadyDlg.Change' in table
'Control' has bits set in the 'Attributes' column that are reserved.
They should be 0 to ensure compatability with future installer
versions.

Of course, those are not my folders. I assume they are development folders.

Any clues?

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] start and stop services

2007-10-31 Thread Richard
Does the event log show that the services were stopped or started?

A good service writes to the event log when it is stopped or started.
-- 
The Direct3D Graphics Pipeline -- DirectX 9 draft available for download
  http://www.xmission.com/~legalize/book/download/index.html

Legalize Adulthood! http://blogs.xmission.com/legalize/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Torch error

2007-10-31 Thread Justin Goshi
Yup, there are differences in the table definition for WixFile between the two 
wixouts.  It's because my base image wixout was generated by the old Wix build, 
and the new wixout has an additional PatchAttributes column in the WixFile 
table.

Thank you for your help!
Justin

From: Peter Marcu
Sent: Wednesday, October 31, 2007 10:40 AM
To: Justin Goshi; wix-users@lists.sourceforge.net
Subject: RE: Torch error

Are there any differences in the table definition for WixFile between the two 
wixouts? Can you send just the tale definitions to me?

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Goshi
Sent: Wednesday, October 31, 2007 10:36 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Torch error

I recently upgraded to using Wix build 3.0.3439.0 because I wanted to use the 
new transform validation flags support for patch building.  When I switched to 
the new Wix build (was using 3110), I now get the following torch error:

error TRCH0001 : Different numbers of columns for WixFile.

What does this error mean?  I went into my .wixout file and looked at the 
WixFile tables and they all look like they have 11 columns.

Thank you,
Justin

[cid:image001.gif@01C81BAE.DCA74BB0]http://office/Teams/officelive/teamsites/olpwis
 hiring 
devhttp://career/search/results.aspx?FromCP=YJobCategoryCodeID=10056JobLocationCodeID=JobProductCodeID=11105JobTitleCodeID=Divisions=TargetLevels=Keywords=JobCode=ManagerAlias=Interval=50StartDate=EndDate=,
 
testhttp://career/search/results.aspx?FromCP=YJobCategoryCodeID=10020JobLocationCodeID=JobProductCodeID=11105JobTitleCodeID=Divisions=TargetLevels=Keywords=JobCode=ManagerAlias=Interval=50StartDate=EndDate=
 and 
PMhttp://career/search/details.aspx?JobID=6517DB8E-AF18-4341-A40F-11B045B3164Fstart=1interval=10!

inline: image001.gif-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Torch error

2007-10-31 Thread Peter Marcu
Yup, that will do it.

From: Justin Goshi
Sent: Wednesday, October 31, 2007 11:12 AM
To: Peter Marcu; wix-users@lists.sourceforge.net
Subject: RE: Torch error

Yup, there are differences in the table definition for WixFile between the two 
wixouts.  It's because my base image wixout was generated by the old Wix build, 
and the new wixout has an additional PatchAttributes column in the WixFile 
table.

Thank you for your help!
Justin

From: Peter Marcu
Sent: Wednesday, October 31, 2007 10:40 AM
To: Justin Goshi; wix-users@lists.sourceforge.net
Subject: RE: Torch error

Are there any differences in the table definition for WixFile between the two 
wixouts? Can you send just the tale definitions to me?

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Goshi
Sent: Wednesday, October 31, 2007 10:36 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Torch error

I recently upgraded to using Wix build 3.0.3439.0 because I wanted to use the 
new transform validation flags support for patch building.  When I switched to 
the new Wix build (was using 3110), I now get the following torch error:

error TRCH0001 : Different numbers of columns for WixFile.

What does this error mean?  I went into my .wixout file and looked at the 
WixFile tables and they all look like they have 11 columns.

Thank you,
Justin

[cid:image001.gif@01C81BAF.00F91610]http://office/Teams/officelive/teamsites/olpwis
 hiring 
devhttp://career/search/results.aspx?FromCP=YJobCategoryCodeID=10056JobLocationCodeID=JobProductCodeID=11105JobTitleCodeID=Divisions=TargetLevels=Keywords=JobCode=ManagerAlias=Interval=50StartDate=EndDate=,
 
testhttp://career/search/results.aspx?FromCP=YJobCategoryCodeID=10020JobLocationCodeID=JobProductCodeID=11105JobTitleCodeID=Divisions=TargetLevels=Keywords=JobCode=ManagerAlias=Interval=50StartDate=EndDate=
 and 
PMhttp://career/search/details.aspx?JobID=6517DB8E-AF18-4341-A40F-11B045B3164Fstart=1interval=10!

inline: image001.gif-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] start and stop services

2007-10-31 Thread Rob Mensching
Check out the ServiceControl element.

shapla wrote:
 I have an existing service - say XYZ AdminConsole (Not part of my MSI) 

 I want to:

 1. Restart this service after installing my MSI
 2. My MSI will remove some files during uninstall and I want to:
2.1 Stop this service before removing the files and 
2.2 Start it again after removing the files.

 How can I do this? Please let me know if you have any idea.

 Thanks! 
   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI returns 1606 Could not access location

2007-10-31 Thread Rob Mensching
This happens if your MSI requires the original source media for some 
reason during uninstall.  Usually, it's some coding error that causes 
this problem.  Look in the verbose log file and see what is causing the 
source prompt.

Davut Karabay wrote:
 Hi,

 I run my insaller (e.g. msiexec /i XYZ.msi). Select a network path to install 
 (e.g. \\somecomputer\someshare\installdir). Product is installed with 
 success. Now delete the network path. Run the installer again. It returns 
 1606 saying that could not access the network location. Installer is stuck. 
 Can't uninstall or repair. Is this by design? Can I handle it differently?

 Thanks,
 Davut
 _
 Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare!
 http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trying to preserve installation location

2007-10-31 Thread Rob Mensching
Personally, I would just read the 4 pages in the MSI SDK on Upgrades a 
few times.  I think you only care about Major Upgrades and I think most 
of hte information is captured in one single page in the SDK. 

But it is up to you.  If you don't like MSI, you won't like WiX since 
all WiX does is build MSI packages.

mscheuner wrote:
 Rob Mensching-4 wrote:
   
 Have you read the MSI SDK about major upgrades?  It sounds like you're 
 not using the UpgradeCode to its full potential.

 

 In what way?? I haven't read the MSI SDK docs - but I did read Phil Wilson's
 Definitive Guide to Windows Installer - Chapter 6, on Upgrades. Quite
 honestly, still sounds pretty Greek to me - I don't like MSI, I think it's
 overly complicated, and way too much overkill for 90% of all installs.

 But I have this misbehaving MSI and my boss wants a solution ASAP :-( so I'm
 trying to struggle through learning as much as I absolutely need to
 understand what's happening, and trying to figure out the easiest ways to
 achieve what I need to achieve.

 Any further hints would be most welcome! My solution now is to store the
 install location into the registry and reading it from there again when
 installing a new version (using a major upgrade) since that information
 seems to survive the major upgrade. Seems and feels a bit like a kludge -
 but it works ok for now.

 Marc

   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] start and stop services

2007-10-31 Thread shapla

If I run the MSI, event log is not showing that the services were started or
stopped. It is just showing  the installation completed successfully.

In fact, if I run net stop XYZ AdminConsole from command prompt, the event
viewer is showing the service stopped successfully.

Thanks!


Richard-45 wrote:
 
 Does the event log show that the services were stopped or started?
 
 A good service writes to the event log when it is stopped or started.
 -- 
 The Direct3D Graphics Pipeline -- DirectX 9 draft available for download
   http://www.xmission.com/~legalize/book/download/index.html
 
 Legalize Adulthood! http://blogs.xmission.com/legalize/
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 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/start-and-stop-services-tf4715721.html#a13516246
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-31 Thread Rob Mensching
OriginalDatabase is documented.

Richard wrote:
 In article [EMAIL PROTECTED],
 7734456 [EMAIL PROTECTED]  writes:

   
 in c++ : MsiGetProperty(hInstall, TEXT(CURRENTDIRECTORY), szMSISrcPath,
 dwBuffer);
 ..it's there.
 

 That's working by accident, not working by design.  Use at your own peril.
   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] start and stop services

2007-10-31 Thread shapla

Sorry, Richard. I apologize.

I checked it in Orca. I see that it has the correct name in service control
table. 
Other values are as below:
Event=2
Wait=1  

Thanks a lot.

Richard-45 wrote:
 
 
 In article [EMAIL PROTECTED],
 shapla [EMAIL PROTECTED]  writes:
 
 other thread with Richard-45.
 
 I don't know why you keep calling me Richard-45.  My name is Richard.
 
 If you get an event log message when stopping the service manually,
 but not when running your MSI, then your service control table
 is configured wrong.  Look at the ServiceControl table with Orca
 (please don't just post your wix element again, that is not what I am
 talking about).  The name in the ServiceControl table has to be the
 service name, not its display name.
 -- 
 The Direct3D Graphics Pipeline -- DirectX 9 draft available for download
   http://www.xmission.com/~legalize/book/download/index.html
 
 Legalize Adulthood! http://blogs.xmission.com/legalize/
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 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/start-and-stop-services-tf4715721.html#a13519189
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] start and stop services

2007-10-31 Thread Richard

In article [EMAIL PROTECTED],
shapla [EMAIL PROTECTED]  writes:

 I checked it in Orca. I see that it has the correct name in service control
 table. 
 Other values are as below:
 Event=2
 Wait=1  

How do you know that the name is correct?

For instance, to manipulate the COM remote procedure call service
using this table, you must use RPCSS (the name is case insensitive),
but if you do net start it will list as Remote Procedure Call
(RPC), which is its display name, not its service name.  You have to
use the service name in the ServiceControl table.
-- 
The Direct3D Graphics Pipeline -- DirectX 9 draft available for download
  http://www.xmission.com/~legalize/book/download/index.html

Legalize Adulthood! http://blogs.xmission.com/legalize/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] weekly release 3.0.3429.0 warnings

2007-10-31 Thread Bob Arnson
Luis Mejia wrote:
 When installing the Project Aggregator, it created a folder in the
 wrong(?) drive. It created a folder IDE with the file
 ProjectAggregator2.dll on my D drive which is only for data; all
 apps are installed on C. The D drive has more space so I assume
 TARGETDIR is D:\ and some folder in the installer is not set
 correctly?
   

That a redistributable from Visual Studio; the only problem I can see 
would be if it couldn't find your installation of Visual Studio.

 Also, I get the following warnings on a perfectly fine installer
 project (i.e., it compiled fine before):
   

I checked in a change to WixUI to properly use the elevation shield on 
buttons that need it. The .cub file currently flags that bit as reserved 
and shows the warning. It's a known problem that will be fixed when the 
next Windows SDK ships.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] start and stop services

2007-10-31 Thread Bob Arnson
shapla wrote:
 Log is showing like below:

 ..
 Action 8:30:54: StopServices. Stopping services
 Action start 8:30:54: StopServices.
 StopServices: Service: Stopping services
 Action ended 8:30:54: StopServices. Return value 1.
 Action 8:30:54: RemoveFiles. Removing files
   

That's the script-generation phase of the execute sequence -- you can 
tell, because all the actions are taking almost no time. You want to 
look further down in the log for when the script is executed. That 
portion shows the details of the services being started and stopped.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with self-registration dlls!

2007-10-31 Thread Bob Arnson
Sajo Jacob wrote:
 I ran heat against a set of self-registration dlls and exe's, I 
 compared the WXS generated by darking an MSI which contained the same 
 dlls and spotted that although heat did create all the components but 
 didn't generate the registry tags and class ids for some of the 
 components. Is this a known issue or am I missing something?

Heat doesn't support self-registering COM .exes, just DLLs.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with self-registration dlls!

2007-10-31 Thread Sajo Jacob
Thanks! that explains the exe's but how about the dlls with this issue?

Jacob


On 10/31/07, Bob Arnson [EMAIL PROTECTED] wrote:

 Sajo Jacob wrote:
  I ran heat against a set of self-registration dlls and exe's, I
  compared the WXS generated by darking an MSI which contained the same
  dlls and spotted that although heat did create all the components but
  didn't generate the registry tags and class ids for some of the
  components. Is this a known issue or am I missing something?

 Heat doesn't support self-registering COM .exes, just DLLs.

 --
 sig://boB
 http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users