[WiX-users] SetTargetPath event before CustomizeDlg

2008-01-05 Thread dB.
I am trying to set the target path based on previous input from the
user. In my case, I want to ask the user for a website name (eg.
MyWebsite) and set the default target path to C:\Program
Files\MyWebsite.

 

I built the dialog that asks for the website name, then I tried this,
but whatever I put in the value I get a DEBUG: Error 2872 error message:
The argument of the CheckPath control event on dialog WebsiteNameDlg is
invalid.

 



 1



 

Can this be done?

 

Thx

dB.

 

-dB.

dblock.org   / foodcandy.com
 

 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Dark - NullReferenceException due to rows in the AppSearch table

2008-01-05 Thread Frank Eden

No worries, Ive created this bug number:

1864685  NullReferenceException due to rows in the AppSearch table  
-- 
View this message in context: 
http://www.nabble.com/Dark---NullReferenceException-due-to-rows-in-the-AppSearch-table-tp14554976p14638742.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Regsvcs or Regasm related custom actions

2008-01-05 Thread R Kishe
Hello

In my current setup project, I am using regsvcs.exe and regasm.exe to do the
registration by invoking these exes in a custom action. Are there any custom
actions which are part of Wix 3.0 which can replace my custom action?

Thanks
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Dark - NullReferenceException due to rows in the AppSearch table

2008-01-05 Thread Bob Arnson
Frank Eden wrote:
> I havent added a new bug because this one: - "[1576981 ] Dark cannot
> decompile Votive.msi"
> looks similar, but the date that bug was submitted was over a year ago, so
> does this mean that development on dark is not active at the moment?
>   

There are one or two people looking at Dark bugs which is why we need 
examples.

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to create the UI Dialog for an Admin Install

2008-01-05 Thread Bob Arnson

Wheeler, Blaine (DSHS/DCS) wrote:
Do I have to author my own dialog or is there already one in the WIx 
Source Files I can add using ?
 
I'm using WixUI_Mondo


WixUI doesn't currently include admin-install dialogs. There's an open 
feature request. If you wanted to add them and contribute your change, 
I'm sure it would be appreciated!


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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] 32 & 64 bit

2008-01-05 Thread Bob Arnson

Kelly Leahy wrote:
My bet is that it's using two MSIs and bootstrapping, maybe with a 
shared 'external' cab for less overhead in size.


Or transforms.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Service Control&Service Install

2008-01-05 Thread SaiTeja

Hi,

1) What is the difference b/w ServiceControl & ServiceInstall ?

2) following is the code Please review
Component is "GuardSvc.exe" and the following are conditions

Install Condition: Not VersionNT=500 --- Only Installs on Windows XP or
later
Control NT Services   Installs as a NT Service. Set to auto start,but
not started during instll(will bestarted on reboot)
Install NT Services   Stops and Removes the NTService on uninstall


  
  
VersionNT >= 501
 

 

  
 


-- 
View this message in context: 
http://www.nabble.com/Service-Control-Service-Install-tp14630666p14630666.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users