[WiX-users] Problem Reading from cabs when I have a Korean Character in Path

2008-01-14 Thread Magus

I have been getting an error whenever I have a Korean Character in the path
to source directory.  Is there a way around this or am I doing something
wrong
C:\temp\[Korean_Character]\

-- 
View this message in context: 
http://www.nabble.com/Problem-Reading-from-cabs-when-I-have-a-Korean-Character-in-Path-tp14811926p14811926.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem Reading from cabs when I have a Korean Character in Path

2008-01-14 Thread Magus



Magus wrote:
 
 I have been getting an error whenever I have a Korean Character in the
 path to source directory.  Is there a way around this or am I doing
 something wrong
 C:\temp\[Korean_Character]\
 
 
Another important piece of information
It seems to work if My files are not cabbed and are just loose files.  Does
anyone know what the msi does differently when it is extracting from a cab
that would cause a problem when the path contains a Unicode character?
-- 
View this message in context: 
http://www.nabble.com/Problem-Reading-from-cabs-when-I-have-a-Korean-Character-in-Path-tp14811926p14814201.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Prevent Limited Users from Installing my Product.

2007-09-26 Thread Magus

I thought this was the default, but maybe I am mistaken?  I need to prevent
the user from installing if they have a Windows Limited User Account? Is
there a real easy way to do this?
-- 
View this message in context: 
http://www.nabble.com/Prevent-Limited-Users-from-Installing-my-Product.-tf4524478.html#a12908421
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] Is there anyway to overwrite the directory Lenght Limit?

2007-09-26 Thread Magus

Wix 2.0
-- 
View this message in context: 
http://www.nabble.com/Is-there-anyway-to-overwrite-the-directory-Lenght-Limit--tf4525953.html#a12913456
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] Browse dialogs New folder (Localization)

2007-09-24 Thread Magus

I am trying to localize my installer, and I have come across an issue where
my browse dialog always makes New Folder as the name for a new folder,
however this should be happening on other other operating systems. Is there
anyway to specify which folder name I want this to create or start out with.
I am using the browse folder that is in this tutorial.
http://www.tramontana.co.hu/wix/lesson5.php
-- 
View this message in context: 
http://www.nabble.com/Browse-dialogs-New-folder-%28Localization%29-tf4513215.html#a12872695
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] Run my Setup.exe file if user clicks the MSI file

2007-09-22 Thread Magus

Ok, this might sound a bit odd, but I would like my installer to run my
setup(bootstrapper) if the end-user clicks the MSI.  What exactly would I
need to setup in order for the Installation to Execute the Setup program and
close itself without erroring.
-- 
View this message in context: 
http://www.nabble.com/Run-my-Setup.exe-file-if-user-clicks-the-MSI-file-tf4502686.html#a12841656
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] Changing System Region or Locale causes fatalError on Custom Action DLL

2007-09-22 Thread Magus

Ok, I am running my installation program and under english everything works
fine, my installer can transform into other languages and install.  However
if I change the Regional and langauge options to anything but English, my
installer fails with a Fatal Error.  I checked the log and it gets to the
point where it calls my custom action DLL: 
MSI (c) (A4:20) [18:51:39:919]: Invoking remote custom action. DLL:
C:\DOCUME~1\Admin\LOCALS~1\Temp\MSI57.tmp, Entrypoint: Options
MSI (c) (A4:A8) [18:51:39:919]: Cloaking enabled.
MSI (c) (A4:A8) [18:51:39:919]: Attempting to enable all disabled priveleges
before calling Install on Server
MSI (c) (A4:A8) [18:51:39:935]: Connected to service for CA interface.
Koniec akcji 18:51:40: Options. Zwrócona wartość 3.
MSI (c) (A4:88) [18:51:40:857]: Doing action: FatalError
Akcja 18:51:40: FatalError. 
Początek akcji 18:51:40: FatalError.

I used orca to remove my custom actions and it goes directly to the Progress
Dialog just fine and installs. I know the issue has to be something with the
Custom action DLL, but I don't know what to do from here. Any help would be
good.
-- 
View this message in context: 
http://www.nabble.com/Changing-System-Region-or-Locale-causes-fatalError-on-Custom-Action-DLL-tf4502895.html#a12842285
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


Re: [WiX-users] Cannot reinstall after a user Restarts their computer during uninstall

2007-09-21 Thread Magus

The user tries to install. During installation the power goes out or their
system shuts down.  When they try to install again. The program simply goes
to the FatalError screen and says their system has not been modified. There
is nothing in the Add/Remove List.

Rob Hamflett wrote:
 
 What does 'cannot reinstall' mean?  What actually happens?
 
 Rob
 
 Magus wrote:
 I am getting a bug reported to me and I am really unsure how this is
 happening, and what I can do about it. Anyone else come across this
 error.
 
 
 -
 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/Cannot-reinstall-after-a-user-Restarts-their-computer-during-install-tf4283287.html#a12833649
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


Re: [WiX-users] Cancelling Uninstall Question, How do I prevent a custom action from occuring

2007-09-18 Thread Magus



Magus wrote:
 
 I have a custom action that occurs during uninstall, but if the user
 clicks the cancel button before this custom action appears, I need the
 custom action to not happen. Is there a property that is set that I can
 check or some other method I could use?
 
BUMP
-- 
View this message in context: 
http://www.nabble.com/Cancelling-Uninstall-Question%2C-How-do-I-prevent-a-custom-action-from-occuring-tf4449975.html#a12767935
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] Cancelling Uninstall Question, How do I prevent a custom action from occuring

2007-09-15 Thread Magus

I have a custom action that occurs during uninstall, but if the user clicks
the cancel button before this custom action appears, I need the custom
action to not happen. Is there a property that is set that I can check or
some other method I could use?
-- 
View this message in context: 
http://www.nabble.com/Cancelling-Uninstall-Question%2C-How-do-I-prevent-a-custom-action-from-occuring-tf4449975.html#a12696361
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


Re: [WiX-users] Disk Cost shows drives that cannot be written to

2007-09-14 Thread Magus

Bump

Magus wrote:
 
 My disk cost dialog is showing all drives, not just writable drives and
 there a way to get it to only show writable drives?
 

-- 
View this message in context: 
http://www.nabble.com/Disk-Cost-shows-drives-that-cannot-be-written-to-tf4404400.html#a12682760
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] Disk Cost shows drives that cannot be written to

2007-09-07 Thread Magus

My disk cost dialog is showing all drives, not just writable drives and there
a way to get it to only show writable drives?
-- 
View this message in context: 
http://www.nabble.com/Disk-Cost-shows-drives-that-cannot-be-written-to-tf4404400.html#a12565199
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] Cannot reinstall after a user Restarts their computer during uninstall

2007-08-16 Thread Magus

I am getting a bug reported to me and I am really unsure how this is
happening, and what I can do about it. Anyone else come across this error.
-- 
View this message in context: 
http://www.nabble.com/Cannot-reinstall-after-a-user-Restarts-their-computer-during-uninstall-tf4283287.html#a12192844
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] looking for a less time consuming Multilanguage installer

2007-08-08 Thread Magus

Right now it doens't because the people I work with don't seem to realize
that a file greater than 2 gb is a bad idea.

Bob Arnson-6 wrote:
 
 Magus wrote:
 Building 1 language takes ~ an hour
 26 * 1 hour = 1day to make an installer That works for all said
 languages
 The only thing different between the installers is the
 ProgressText/UIText/ErrorText/Some Properties.
 The Msi itself doesn't embed the Files it will be installing. (Just in
 case
 that is important)
   
 
 Does it build CABs? If so, have you tried -cc to prevent unnecessary 
 rebuilding of the CABs?
 
 -- 
 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/looking-for-a-less-time-consuming-Multilanguage-installer-tf4232350.html#a12061820
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] looking for a less time consuming Multilanguage installer

2007-08-07 Thread Magus

Ok so I have 13 different languages I need to make installers for All and I
need to build them in both X86 and X64 versions (26 Installers).  The
installers contain the exact same Features nothing different in them at all,
and the features contain the exact same components and components contain
the exact same files.  
Building 1 language takes ~ an hour
26 * 1 hour = 1day to make an installer That works for all said languages
The only thing different between the installers is the
ProgressText/UIText/ErrorText/Some Properties.
The Msi itself doesn't embed the Files it will be installing. (Just in case
that is important)
After all the MSI's are build I run the Msitrans.exe and MsiBD.exe to create
my Transformations.
I am hoping there is an easier and less time consuming way to do this. Any
help PLEASE.
-- 
View this message in context: 
http://www.nabble.com/looking-for-a-less-time-consuming-Multilanguage-installer-tf4232350.html#a12041235
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] Wxl troubles

2007-07-30 Thread Magus

I am trying to create multiple Wxl files that contain my UIText,
ProgressText, ErrorText and some Strings
However when I build with Light.exe it doensn't create the UIText Table,
ProgressText Table or the ErrorText Table. Am I missing an important step?

candle.exe -dcodepage=1252 -dlanguage=1033 Product.wxs
light.exe -out %Output%\Install.msi Product.wixobj Wix\wixca.wixlib -
loc Strings_Install_MSI_English.wxl

everything build it doens't give any warning or errors

also could I put properties inside the wxl file?  like String
Id=PropertyCreateTask_1Visit Website/String
-- 
View this message in context: 
http://www.nabble.com/Wxl-troubles-tf4188907.html#a11911236
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] Unable to Pass Parameters via MsiInstallProductW(Path_TO_MSI, CMDLINE)

2007-07-26 Thread Magus

How do I make a property Public?  Or are there only certain public
properties?

Christopher Painter wrote:
 
 Only public properties can be passed via the command line.  Also you
 probably want to set the TRANSFORMS property not the TRANSFORM property.
 
 Magus [EMAIL PROTECTED] wrote:  
 I have a bootstrapper that is suppose to set 2 properties via command
 line,
 however none of the properties that I set in the Cmdline are being set. Is
 there something I am doing wrong?
 
 CMDLINE = PropertyA=18 PropertyB=C:\Temp TRANSFORM=KOREAN.mst
 -- 
 View this message in context:
 http://www.nabble.com/Unable-to-Pass-Parameters-via-MsiInstallProductW%28Path_TO_MSI%2C-CMDLINE%29-tf4153410.html#a11816638
 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
 
 

 -
 Pinpoint customers who are looking for what you sell. 
 -
 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/Unable-to-Pass-Parameters-via-MsiInstallProductW%28Path_TO_MSI%2C-CMDLINE%29-tf4153410.html#a11817009
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] Unable to Pass Parameters via MsiInstallProductW(Path_TO_MSI, CMDLINE)

2007-07-26 Thread Magus

I have a bootstrapper that is suppose to set 2 properties via command line,
however none of the properties that I set in the Cmdline are being set.  Is
there something I am doing wrong?

CMDLINE = PropertyA=18 PropertyB=C:\Temp TRANSFORM=KOREAN.mst
-- 
View this message in context: 
http://www.nabble.com/Unable-to-Pass-Parameters-via-MsiInstallProductW%28Path_TO_MSI%2C-CMDLINE%29-tf4153410.html#a11816638
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] Unicode and troubles

2007-07-25 Thread Magus

Is there any way to convert Unicode to said code page via code? I am lucky
enough to be using an external UI.  There is only 1 dialog (Disk Cost) that
is displays internally.  Is there a way to get the information that a Disk
Cost dialog would display from the MSI?

Bob Arnson-6 wrote:
 
 Magus wrote:
 I just reciently found out that it might not be possible to use Unicode
 and I
 would need to use code pages :( .  I've been working with this about a
 year
 now.  I really don't understand the whole code page thing and all the
 strings I need are using Unicode.  I really have no idea what I am doing
 or
 how to make something that works with this thing.
   
 
 MSI databases don't support Unicode. See 
 http://blogs.msdn.com/robmen/archive/2004/11/22/268343.aspx and 
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/localizing_a_windows_installer_package.asp
  
 for some details about localization.
 
 -- 
 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/Unicode-and-troubles-tf4132589.html#a11800186
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] Unicode and troubles

2007-07-23 Thread Magus

I just reciently found out that it might not be possible to use Unicode and I
would need to use code pages :( .  I've been working with this about a year
now.  I really don't understand the whole code page thing and all the
strings I need are using Unicode.  I really have no idea what I am doing or
how to make something that works with this thing.
-- 
View this message in context: 
http://www.nabble.com/Unicode-and-troubles-tf4132589.html#a11753233
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] Multilanguage but not multiple Files needed

2007-07-21 Thread Magus

I have a big project and it does its own language selecting.
However the installer needs to be localized.  This means I make multiple
.msi files for each language and then run the MsiTran.exe and MsiDb.exe.  
Is there a way that I can tell light or candle not to overwrite the output
directories for the application data?
-- 
View this message in context: 
http://www.nabble.com/Multilanguage-but-not-multiple-Files-needed-tf4123913.html#a11727860
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] Can binary files see one another inside the msi?

2007-06-21 Thread Magus

I had a similar problem a while back when I was trying to get dxsetup.exe to
run with a custom action.  I had made all the required dlls and cabs as
binaries and it couldn't find them.  I never found a way to make it extract
all the binaries or to use multiple binaries in a custom action.  I decided
instead I would just create an exe with the files embedded and extract and
run them from the temp directory which I think is similar to what your
second option is.

gtomalesky wrote:
 
 Hello,
 
 I have question regarding the setup/usage of an msi file I am 
 creating...basically, I want to create an .msi that contains two 
 executable filesthe first executable is a script that is compiled 
 using AutoIT...its purpose is to automate the GUI installation process 
 of another executable (in this case, WinRAR's installation executable 
 wrar370.exe).  Basically, I need to know if and how its possible to have 
 the AutoIT executable launch the WinRAR executable in order for it to 
 handle the GUI installation.
 
 If this is not possible, I would instead stick the WinRAR install 
 executable into the user's temp folder, then call the binary script 
 executable to handle its installation.  However, at this point I am not 
 sure how I would go about removing the file after the installation has 
 finished (NOT uninstallation...I need to make sure the file is removed 
 immediately, because some of my installs are going to be rather large 
 files that I don't want sitting around on the user's machine after they 
 are through being used).
 
 Thanks for any help.
 
 
 -
 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/Can-binary-files-see-one-another-inside-the-msi--tf3960409.html#a11242038
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] x64 and x86 both use same data files

2007-06-15 Thread Magus

Bump

Magus wrote:
 
 The problem:
 Currently I have a data component that installes to ProgramFilesFolder,
 but on a x64 machine it will install my executable to ProgramFiles64Folder
 and the data needs to be in relation to it.  On X64 the x86 program files
 will not install.  Is there a way to accomplish this task.
 
 Directory Id =ProgramFiles64Folder ...
 Component = Main64Component GUID = PUT-GUID-HERE.../Component
 /Directory
 Directory Id = ProgramFilesFolder ...
 Component =MainComponent GUID = PUT-GUID-HERE .../Component
 Directory Id = DataFolder ... 
 Component = DataComponent  GUID = PUT-GUID-HERE ...
 /Component
 /Directory
 /Directory
 What I want is on X64 the DataFolder points to 
 \\Program Files\\DataFolder\\
 instead of 
 \\Program Files (x86)\\DataFolder\\
 Is there a conditional way to do this or do I need a custom action that
 sets the Data Folder Directory according if the system is x64
 

-- 
View this message in context: 
http://www.nabble.com/x64-and-x86-both-use-same-data-files-tf3880360.html#a11145178
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] x64 and x86 both use same data files

2007-06-08 Thread Magus

My company really wants it to only be 1 installer, is there any dangerous
reasons not to do it that way.

John Vottero wrote:
 
 It sounds like you're trying to create a single MSI that installs either
 32 bit or 64 bit executables, is that correct?  If so, you shouldn't,
 you need one MSI for 32 bit and one for 64 bit.  I don't think you want
 to reference ProgramFiles64Folder either.  Use ProgramFilesFolder and
 Windows Installer will put things in the correct directory based upon
 the Component's Win64 setting.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:wix-users-
 [EMAIL PROTECTED] On Behalf Of Magus
 Sent: Wednesday, June 06, 2007 4:51 PM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] x64 and x86 both use same data files
 
 
 The problem:
 Currently I have a data component that installes to
 ProgramFilesFolder,
 but
 on a x64 machine it will install my executable to ProgramFiles64Folder
 and
 the data needs to be in relation to it.  On X64 the x86 program files
 will
 not install.  Is there a way to accomplish this task.
 
 Directory Id =ProgramFiles64Folder ...
 Component = Main64Component GUID = PUT-GUID-
 HERE.../Component
 /Directory
 Directory Id = ProgramFilesFolder ...
 Component =MainComponent GUID = PUT-GUID-HERE
 .../Component
 Directory Id = DataFolder ... 
 Component = DataComponent  GUID = PUT-GUID-HERE ...
 /Component
 /Directory
 /Directory
 What I want is on X64 the DataFolder points to
 \\Program Files\\DataFolder\\
 instead of
 \\Program Files (x86)\\DataFolder\\
 Is there a conditional way to do this or do I need a custom action
 that
 sets
 the Data Folder Directory according if the system is x64
 --
 View this message in context: http://www.nabble.com/x64-and-x86-both-
 use-same-data-files-tf3880360.html#a10997038
 Sent from the wix-users mailing list archive at Nabble.com.
 
 

 ---
 --
 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
 
 
 -
 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/x64-and-x86-both-use-same-data-files-tf3880360.html#a11035156
Sent from the wix-users mailing list archive at Nabble.com.


-
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


[WiX-users] x64 and x86 both use same data files

2007-06-06 Thread Magus

The problem:
Currently I have a data component that installes to ProgramFilesFolder, but
on a x64 machine it will install my executable to ProgramFiles64Folder and
the data needs to be in relation to it.  On X64 the x86 program files will
not install.  Is there a way to accomplish this task.

Directory Id =ProgramFiles64Folder ...
Component = Main64Component GUID = PUT-GUID-HERE.../Component
/Directory
Directory Id = ProgramFilesFolder ...
Component =MainComponent GUID = PUT-GUID-HERE .../Component
Directory Id = DataFolder ... 
Component = DataComponent  GUID = PUT-GUID-HERE ...
/Component
/Directory
/Directory
What I want is on X64 the DataFolder points to 
\\Program Files\\DataFolder\\
instead of 
\\Program Files (x86)\\DataFolder\\
Is there a conditional way to do this or do I need a custom action that sets
the Data Folder Directory according if the system is x64
-- 
View this message in context: 
http://www.nabble.com/x64-and-x86-both-use-same-data-files-tf3880360.html#a10997038
Sent from the wix-users mailing list archive at Nabble.com.


-
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


[WiX-users] Conditional Install based on another Product existing

2007-06-05 Thread Magus

 I have an application that I only want to install if they have another
product installed.  Is there anyway to do this?
-- 
View this message in context: 
http://www.nabble.com/Conditional-Install-based-on-another-Product-existing-tf3875077.html#a10980182
Sent from the wix-users mailing list archive at Nabble.com.


-
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


[WiX-users] Conditional default Folder?

2007-06-04 Thread Magus

People I work for now want our installer only to install the best version
instead of x64 and x86 on the end user machine.  I have my
ProgramFilesFolder as the main directory, however I would like it to be
ProgramFiles64Folder if it is a x64 machine.  Is there a conditional way to
do this, or do I want to make a custom action set this property before I
install.
-- 
View this message in context: 
http://www.nabble.com/Conditional-default-Folder--tf3868979.html#a10961483
Sent from the wix-users mailing list archive at Nabble.com.


-
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


[WiX-users] Getting disk cost from a property

2007-05-21 Thread Magus

Is there a property that stores the disk cost required, or some way of
obtaining that information.  The people I work for don't want a disk cost
dialog anymore, but instead what to display the current cost in my Custom
UI. It here a way to grab the disk cost from MSI with a function call, or
property.
-- 
View this message in context: 
http://www.nabble.com/Getting-disk-cost-from-a-property-tf3792511.html#a10725951
Sent from the wix-users mailing list archive at Nabble.com.


-
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


[WiX-users] Changing file cost

2007-05-11 Thread Magus

I want to know if I can display to a user the cost of currently selected
features, not just all features, so if the user checks a particular item it
updates the costing, is there a way to do this?
-- 
View this message in context: 
http://www.nabble.com/Changing-file-cost-tf3729356.html#a10438586
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] Disk Cost dialogs not show cost?

2007-05-11 Thread Magus

It appears that if I show any other dialog that requires the MSI to do
something the dialog works, but I don't have a purpose for any dialogs.  My
custom actions all happen after CostFinalize, but I guess costing complete
might not be done at that time for some reason?

Magus wrote:
 
 I believe the problem occurs because once my CustomAction is running.  I
 can check costing complete, however it will not fix the problem, I would
 need to be able to check CostingComplete inside the msi before calling my
 CustomAction. I am using a CustomAction for my options dialog, because it
 required me to set and get properties from the MSI, and the External UI
 doesn't have the MSIHANDLE.  I have to use the MsiInstallProduct because
 the other ways of calling the MSI caused parental problems for Vista :( . 
 Might be a catch 22?
 
 Bob Arnson-6 wrote:
 
 Magus wrote:
 Is there any way to call that Publish event without a dialog?  or a
 dialog
 that doesn't require user input to exit.  
   
 
 The dialog doesn't do anything except tell the user costing isn't 
 complete. Check CostingComplete; if it's not set, costing isn't complete.
 
 -- 
 sig://boB
 http://joyofsetup.com/
 
 
 
 -
 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/Disk-Cost-dialogs-not-show-cost--tf3707263.html#a10440385
Sent from the wix-users mailing list archive at Nabble.com.


-
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


[WiX-users] SpawnWaitDialog ?

2007-05-11 Thread Magus

Is there a way to call a spawn wait dialog from a custom action?  I am
currently having a problem where I call a custom action to display my
options dialog, since it is skinned and the normal Windows border has been
removed It is impossible to work around it being in a custom actiom.  It is
a custom action and not a External UI for the simple reason it set and gets
properties from the msi, which the External UI does not have a handle to.  I
have to use MsiInstallProduct because Vista complains that I don't have the
parental settings  to write... anywhere on the harddrive unless I do it that
way.  If there is a work around that anyone knows about that would greatly
be appreicated.
-- 
View this message in context: 
http://www.nabble.com/SpawnWaitDialog---tf3730278.html#a10441542
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] Multi Media Questions

2007-05-10 Thread Magus

I have that both for Components and on Each file. Does one overwrite the
other? 

Dustin Andrews wrote:
 
 Can you post a minimal Wix example of your install? I have a vague feeling
 you might need to set some DiskId someplace.
 
 
 
 Component Id=DiskOneFiles DiskId=1
 Guid=----
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Thursday, May 10, 2007 2:15 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Multi Media Questions
 
 
 
 
 
 bump
 
 
 
 Magus wrote:
 

 
 I am trying to work with multiple media, so that I can have files stored
 
 on CD's. The thing is my Diskprompt never appears, instead I get the
 
 ErrorDlg, with Retry/Cancel Option.  It doesn't say Insert Disk ? like I
 
 would want it to. Is there a specific dialog that does this. Do I create
 
 that dialog and where do I put it in the Sequences or Condition
 

 

 

 
 
 
 --
 
 View this message in context:
 http://www.nabble.com/Multi-Media-Questions-tf2392296.html#a10421713
 
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 
 
 
 -
 
 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
 
 -
 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/Multi-Media-Questions-tf2392296.html#a10421828
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] Multi Media Questions

2007-05-10 Thread Magus

Thats good to know, it doens't seem to solve my problem though.  I still do
not recieve the proper error or please insert this disk message, is there
something else I am missing that would be important to this?

Rob Mensching-2 wrote:
 
 File/@DiskId overrides Component/@DiskId.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Thursday, May 10, 2007 2:25 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Multi Media Questions
 
 
 I have that both for Components and on Each file. Does one overwrite the
 other?
 
 Dustin Andrews wrote:

 Can you post a minimal Wix example of your install? I have a vague
 feeling
 you might need to set some DiskId someplace.



 Component Id=DiskOneFiles DiskId=1
 Guid=----



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Thursday, May 10, 2007 2:15 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Multi Media Questions





 bump



 Magus wrote:



 I am trying to work with multiple media, so that I can have files stored

 on CD's. The thing is my Diskprompt never appears, instead I get the

 ErrorDlg, with Retry/Cancel Option.  It doesn't say Insert Disk ? like I

 would want it to. Is there a specific dialog that does this. Do I create

 that dialog and where do I put it in the Sequences or Condition









 --

 View this message in context:
 http://www.nabble.com/Multi-Media-Questions-tf2392296.html#a10421713

 Sent from the wix-users mailing list archive at Nabble.com.





 -

 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

 -
 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/Multi-Media-Questions-tf2392296.html#a10421828
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 -
 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
 
 -
 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/Multi-Media-Questions-tf2392296.html#a10423562
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] Disk Cost dialogs not show cost?

2007-05-09 Thread Magus

Is there any way to call that Publish event without a dialog?  or a dialog
that doesn't require user input to exit.  

Bob Arnson-6 wrote:
 
 Magus wrote:
 I check those out. The order of what I am doing
 Custom Action =LicenseAgreement After=CostFinalize  NOT
 Installed/Custom
 Custom Action =OptionsAfter=LicenseAgreementNot
 Installed AND QUICK = 0/Custom
 The Options custom action contains a skinned dialog to my installation
 is
 the one that contains the button to start up the disk cost dialog.
   
 
 That dialog can't run until CostingComplete is set. For example:
 
 Publish Event=SpawnWaitDialog 
 Value=WaitForCostingDlgCostingComplete = 1/Publish
 
 -- 
 sig://boB
 http://joyofsetup.com/
 
 
 
 -
 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/Disk-Cost-dialogs-not-show-cost--tf3707263.html#a10399616
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] Progress bar overall instead of per feature

2007-05-09 Thread Magus

Too bad I won't be able to do that.  My Custom UI is required and already
complete except for a few minor details.  Is there a way to display
something like Feature 1 of X or something so that at least they have that
detailed information available.
I also noticed if the file is over 2gb it really screws up the Progress Bar.

Rob Hamflett wrote:
 
 I don't think there is.  I experimented with this a while back and
 basically asked the same question 
 on one of the MSI forums.  What you have to do is guess how long it takes,
 and adjust your guess as 
 you get results back.  Not exactly what you want I know.  Thankfully I was
 able to abandon the 
 external UI project.
 
 Rob
 
 Magus wrote:
 Is there a way to make the progress bar display the installation overall
 instead of per file? If it helps I am using a External UI and the example
 from MSDN for Handling progress messages.
 
 
 -
 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/Progress-bar-overall-instead-of-per-feature-tf3713071.html#a10399617
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] Download files for install

2007-05-02 Thread Magus

I have just been informed that it needs to be interruptable and doesn't have
to restart downloading from the beginning.  We trying to figure out if this
is something out there that will do this. We have a 5gb files to download
and we need to know if there is something that will achieve this capability,
that doesn't require any extra work on my part due to time constraints.  

Rob Hamflett wrote:
 
 This might be useful to you:
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/a_url_based_windows_installer_installation_example.asp
 
 Rob
 
 Magus wrote:
 I want to make a package, that downloads the files from a specific
 location
 via the internet, is this possible and are their any examples/tutorials
 you
 might be able to lead me to.
 
 
 -
 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/Download-files-for-install-tf3677937.html#a10294086
Sent from the wix-users mailing list archive at Nabble.com.


-
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


[WiX-users] Download files for install

2007-05-01 Thread Magus

I want to make a package, that downloads the files from a specific location
via the internet, is this possible and are their any examples/tutorials you
might be able to lead me to.
-- 
View this message in context: 
http://www.nabble.com/Download-files-for-install-tf3677937.html#a10277956
Sent from the wix-users mailing list archive at Nabble.com.


-
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


[WiX-users] Conditions on Feature

2007-03-05 Thread Magus

I have features that I need changed based on user input.  However they are
based on information gained through my External UI sequence.  Is there a way
in code to call something that would produce the same results as Publish
Event=AddLocalValue=FeatureId/

-- 
View this message in context: 
http://www.nabble.com/Conditions-on-Feature-tf3352983.html#a9324409
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Vista and elevation

2007-02-14 Thread Magus

What I did was make a small bootstrapper application that contains both MSI's
one that does per-user and one that does per-machine.  My bootstrapper
prompts the user to select one and then it launches the appropiate MSI. 

Mike Robertson wrote:
 
 Simple question but I can't find a definitive answer here. Is it possible
 to build a
 single package that will install on Vista per-user without asking for
 admin privileges
 but that will also be able to install per-machine (and ask for elevation)?
 All I can
 find here is InstallPrivileges, but that's for the whole package, and if
 it's set to
 limited then the per-machine install fails. Or should I not even be
 thinking along
 these lines at all... :-)
 

-- 
View this message in context: 
http://www.nabble.com/Vista-and-elevation-tf3226711.html#a8970997
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Prevent Deletion of File

2007-02-14 Thread Magus

I believe you set the Component Attribute Permanent=yes

Dhaval Patel-4 wrote:
 
 I have an MSI that installs numerous files - some of these may be shared
 by
 other components on the same box at a later time. I need to ensure that
 these specific files are not deleted upon uninstallation of my MSI. An
 example would help!
 
 Thanks for the help, guys!
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Prevent-Deletion-of-File-tf3229084.html#a8973697
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Browse Property

2007-02-05 Thread Magus

I have already make a custom setup dialog before, but now I am suppose to
make a dialog that only lets you select the install directory, without the
selection tree.  I have only 1 configurable directory.  What Event name and
value to I use to achieve this purpose.  Does anyone have an example of this
in WIX?   No tree just a browse button and a text box displaying the
directoy it is installing to.
-- 
View this message in context: 
http://www.nabble.com/Browse-Property-tf3176127.html#a8812285
Sent from the wix-users mailing list archive 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] Per-user install

2007-01-29 Thread Magus

I am lost could you post an example of what you are doing to make it work
per-user.  I would like to make sure my installer runs as per-user install.

Jason Van Eaton wrote:
 
 To answer one of my own questions...
 
 Apparently you can use the same reg value as the keypath for all your
 components without any harm.  It seems a little weird to create a new reg
 value for each component although it also seems to be more in the style of
 WIX (lots of little components).
 
 JVE
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van
 Eaton
 Sent: Thursday, January 25, 2007 1:36 PM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Per-user install
 
 Hello folks,
 
 I had a functional install working.  Everything was being installed to
 Program Files.  I guess that is what we would call a 'per-machine'
 install.  Someone suggested to me that I should make it a 'per-user'
 install.  Naively, I thought I could just change the folder from
 ProgramFilesFolder to PersonalFolder.  Unfortunately, that yielded a
 boatload of errors and warnings...
 
 error LGHT0204 : ICE38: Component Component_1 installs to user profile. It
 must use a registry key under HKCU as its KeyPath, not a file.
 error LGHT0204 : ICE64: The directory Directory_1 is in the user profile
 but is not listed in the RemoveFile table.
 warning LGHT1076 : ICE91: The file 'File_1' will be installed to the per
 user directory 'Directory_1' that doesn't vary based on ALLUSERS value.
 This file won't be copied to each user's profile even if a per machine
 installation is desired.
 
 I am looking for any help on the simplest way to achieve my goal.  I don't
 really care if each user automatically gets a copy or if they each have to
 do their own install.
 
 On a side note, is there a way to use 1 reg key as the KeyPath for each of
 the components or do they each require a separate one?
 
 JVE
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Per-user-install-tf3119113.html#a8698370
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Text Field scrolling to end

2007-01-19 Thread Magus

I have dialog pushboxes that are suppose to be disabled until someone scrolls
to the end of my End User License Agreement.  Is there a way in Wix to
condition such an event?  
-- 
View this message in context: 
http://www.nabble.com/Text-Field-scrolling-to-end-tf3043718.html#a8460898
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper causing a delevation of privilages

2007-01-16 Thread Magus

For the Moment I have turned off the UI sequence so it runs only the internal
Progress message dialog. However once it tries to install any file it
complains.

Wilson, Phil wrote:
 
 Is this program running in your UI sequence? That would be prior to
 Vista elevation. 
 
 Phil Wilson 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Tuesday, January 16, 2007 3:20 PM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Bootstrapper causing a delevation of privilages
 
 
 I have a program that runs on top of my MSI to handle the dialogs and
 other updated needed outside of the MSI like launching the program after
 installation, but in the user context. However when testing on Vista I
 run into a problem stating You do not have sufficient privilages to
 complete the installation for all users of this machine.  Log on as
 administrator and then retry this installation.  I however am an
 administrator so I don't see how this could even be happening.  Anyone
 else come across this problem that might know how to fix it? I have
 tried on MSDN forums, but I didn't get a reply and I have had lots of
 success getting help here since its still
 --
 View this message in context:
 http://www.nabble.com/Bootstrapper-causing-a-delevation-of-privilages-tf
 3024262.html#a8401421
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
 V
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Bootstrapper-causing-a-delevation-of-privilages-tf3024262.html#a8401823
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Set firewall exception

2007-01-16 Thread Magus

How about using the DX Sample FirewallInstallHelper. It has all that your
looking for.  First get the DirectX SDK, then click on the DirectX Sample
Browser.  Type in FirewallInstallHelper and install the project.  Look at
the documentation on how and what need to be in you MSI project and it is
pretty easy to convert those to wix way of doing things.

David Thielen wrote:
 
 Hi;
 
  
 
 Is there a WIX command to set an exception in the Windows firewall? If
 so, what is it? And can it be set for a program we are not installing
 (winword.exe)?
 
  
 
 Thanks - dave
 
  
 
  
 
  
 
 David Thielen
 
 www.windwardreports.com
 
 303-499-2544 x1185
 
  
 
 Cubicle Wars - http://www.windwardreports.com/film.htm
 
  
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Set-firewall-exception-tf3022245.html#a8402658
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper causing a delevation of privilages

2007-01-16 Thread Magus

Sorry when I said it complains I mean it is giving me the same error.  I
don't do either of those methods to run the MSI, since I need my wrapper
project to be able to grap and set properties in the msi I have been using
MsiOpenPackageEx(MSI_PATH, 0, g_hInstall); then calling
MsiDoAcitonA(g_hInstall, INSTALL);

Wilson, Phil wrote:
 
 You'll need to be a bit more specific about what it complains means.
 Is this still error 1925? It might be best to run your silent install
 with a command line to generate an MSI log. If you're doing msiexec /I
 your msi /q then append /l*vx somefile.log and post the log somewhere.
 
 
 Phil Wilson 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Tuesday, January 16, 2007 3:43 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Bootstrapper causing a delevation of privilages
 
 
 For the Moment I have turned off the UI sequence so it runs only the
 internal Progress message dialog. However once it tries to install any
 file it complains.
 
 Wilson, Phil wrote:
 
 Is this program running in your UI sequence? That would be prior to 
 Vista elevation.
 
 Phil Wilson
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Tuesday, January 16, 2007 3:20 PM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Bootstrapper causing a delevation of privilages
 
 
 I have a program that runs on top of my MSI to handle the dialogs and 
 other updated needed outside of the MSI like launching the program 
 after installation, but in the user context. However when testing on 
 Vista I run into a problem stating You do not have sufficient 
 privilages to complete the installation for all users of this machine.
 
 Log on as administrator and then retry this installation.  I however 
 am an administrator so I don't see how this could even be happening.  
 Anyone else come across this problem that might know how to fix it? I 
 have tried on MSDN forums, but I didn't get a reply and I have had 
 lots of success getting help here since its still
 --
 View this message in context:

 http://www.nabble.com/Bootstrapper-causing-a-delevation-of-privilages-tf
 3024262.html#a8401421
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 --
 --
 -
 Take Surveys. Earn Cash. Influence the Future of IT Join 
 SourceForge.net's Techsay panel and you'll get the chance to share 
 your opinions on IT  business topics through brief surveys - and earn
 
 cash 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEV
 DE
 V
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 --
 --- Take Surveys. Earn Cash. Influence the Future of IT Join 
 SourceForge.net's Techsay panel and you'll get the chance to share 
 your opinions on IT  business topics through brief surveys - and earn
 
 cash 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEV
 DEV ___
 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/Bootstrapper-causing-a-delevation-of-privilages-tf
 3024262.html#a8401823
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
 V
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Bootstrapper-causing-a-delevation-of-privilages-tf3024262.html#a8402867
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get

Re: [WiX-users] Control Next problem

2006-12-01 Thread Magus

The only difference is that my controls have a Control Next for each item in
the Error Dialog.
Dialog Id=ErrorDlg Title=Setup  Width=270 Height=105
NoMinimize=yes ErrorDialog=yes
Control Id=ErrorText Type=Text X=48 Y=15 Width=205
Height=60 Text =Information text/
Control Id=ErrorIcon Type=Bitmap X=10 Y=15 Width=32
Height=32 Text=[ExclaimBMP]/
Control Id =Y Type=PushButton X=100 Y=80 Width=56 Height=17
Text=[ButtonText_Yes]
Publish Event =EndDialog Value
=ErrorYes1/Publish/Control
Control Id=A Type=PushButton X=100 Y=80 Width=56 Height=17
Text=[ButtonText_Cancel]
Publish Event =EndDialog Value
=ErrorAbort1/Publish/Control
Control Id=C Type=PushButton X=100 Y=80 Width=56 Height=17
Text=[ButtonText_Cancel]
Publish Event =EndDialog Value
=ErrorCancel1/Publish/Control
Control Id=I Type=PushButton X =100 Y=80 Width=56 Height=17
Text=[ButtonText_Ignore]
Publish Event =EndDialog Value
=ErrorIgnore1/Publish/Control
Control Id=N Type=PushButton X=100 Y=80 Width=56 Height=17
Text=[ButtonText_No]
Publish Event =EndDialog Value
=ErrorNo1/Publish/Control
Control Id=O Type=PushButton X=100 Y=80 Width=56 Height=17
Text=[ButtonText_Ok]
Publish Event =EndDialog Value
=ErrorOk1/Publish/Control
   Control Id=R Type=PushButton X=100 Y=80 Width=56 Height=17
Text=[ButtonText_Retry]
Publish Event =EndDialog Value
=ErrorRetry1/Publish/Control
/Dialog


Bob Arnson-3 wrote:
 
 Magus wrote:
 I don't think your understanding why I am having the problem.  My Error
 Dialog does contain all the necessary elements.  But it is also Custom
 Made
 to I control its size and appearance.   However after creating the MSI
 all
 the dialogs that I created are forced to have Control Next associated. 
 This
 does not agree well with how the Error Dialog is Used.  What I am saying
 is
 that because I made my own Error Dialog under wix and not using a
 predefined
 one I get an error.  I always appriciate your help, but I don't know if I
 am
 explaining my current problem well enough. 
   
 
 WixUI's error dialog is just like any other dialog. There's nothing 
 magical about it. But it works, so I'd suggest starting there. Diff 
 yours and WixUI's. What's different, other than size? Does it have the 
 ErrorDialog=yes attribute value? Does it publish the same control 
 events? Etc.
 
 -- 
 sig://boB
 http://bobs.org
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Control-Next-problem-tf2728415.html#a7643750
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] RemoveFile and RemoveFolder confusion

2006-12-01 Thread Magus

I get an error when trying to run the application if I have those liines of
code in.  Could not access network Location Saves.  Note that this is
while trying to install the app.  I have not been able to get to uninstall
with thsese lines of code active.

Rob Hamflett wrote:
 
 You don't need the square brackets round your property name in
 [EMAIL PROTECTED]  It wants the 
 actual property name, not it's value.
 
 Rob
 
 Magus wrote:
 I am trying to add some RemoveFile/RemoveFolder.  I've looking for an
 example
 on the setup work.  I have not found an example that has the Property
 Option
 filled out. 
 Here it what I have
 Component Id =OnUninstall Guid =PUT-GUID-HERE DiskId=1
  RemoveFile Id =RemoveLogFiles On=uninstall Property
 =[MainDirectory]
 Name=*log/
  RemoveFile Id =RemoveSaveFiles On =uninstall Property =[Saves]
 Name=*.dat/
  RemoveFolder Id =RemoveSaveFolder On =uninstall Property
 =[Saves]/
 /Component
 I have a setup project that uses MsiSetProperty(g_hInstall, Saves,
 szLocationofSaves);
  MsiSetProperty(g_hInstall,
 MainDirectory, szlocationofMainDirectory);
 Both are properties in my .wxs project
 The Saves folder is MainDirectory\Saves and is not created until the User
 runs my program and saves a file.
 I also have this in the feature list
 Feature Id =Uninstall_Feature_1 Title =Remove Files created by user
 Description =Remove User data Level =5 AllowAdvertise=system
 Display
 =hidden
 ComponentRef Id =OnUninstall/
 /Feature
 
 This doens't due anything though, Am I doing something wrong or need an
 extra step?
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/RemoveFile-and-RemoveFolder-confusion-tf2734992.html#a7644177
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Control Next problem

2006-11-30 Thread Magus

I don't think your understanding why I am having the problem.  My Error
Dialog does contain all the necessary elements.  But it is also Custom Made
to I control its size and appearance.   However after creating the MSI all
the dialogs that I created are forced to have Control Next associated.  This
does not agree well with how the Error Dialog is Used.  What I am saying is
that because I made my own Error Dialog under wix and not using a predefined
one I get an error.  I always appriciate your help, but I don't know if I am
explaining my current problem well enough. 

Bob Arnson-3 wrote:
 
 Magus wrote:
 I am having a bit of a problem.  I have created my own ErrorDialog and
 when I
 build the MSI it adds the Contol Next for each of controls inside the
 ErrorDlg. However this causes a Error and crash of the MSI when the error
 dialog is suppose to appear saying DEBUG: Error 2814:  On the dialog
 ErrorDlg the control ErrorText names a non-existent control Y as the next
 control  Is there a way to prevent the Control Next from having a value?
   
 
 No. WiX sets Control_Next when it encounters additional controls. 
 According to Error Dialog in the SDK, there must be a yes button (and 
 six others).
 
 -- 
 sig://boB
 http://bobs.org
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Control-Next-problem-tf2728415.html#a7625045
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RemoveFile and RemoveFolder confusion

2006-11-30 Thread Magus

I am trying to add some RemoveFile/RemoveFolder.  I've looking for an example
on the setup work.  I have not found an example that has the Property Option
filled out. 
Here it what I have
Component Id =OnUninstall Guid =PUT-GUID-HERE DiskId=1
RemoveFile Id =RemoveLogFiles On=uninstall Property 
=[MainDirectory]
Name=*log/
RemoveFile Id =RemoveSaveFiles On =uninstall Property =[Saves]
Name=*.dat/
RemoveFolder Id =RemoveSaveFolder On =uninstall Property 
=[Saves]/
/Component
I have a setup project that uses MsiSetProperty(g_hInstall, Saves,
szLocationofSaves);
 MsiSetProperty(g_hInstall,
MainDirectory, szlocationofMainDirectory);
Both are properties in my .wxs project
The Saves folder is MainDirectory\Saves and is not created until the User
runs my program and saves a file.
I also have this in the feature list
Feature Id =Uninstall_Feature_1 Title =Remove Files created by user
Description =Remove User data Level =5 AllowAdvertise=system Display
=hidden
ComponentRef Id =OnUninstall/
/Feature

This doens't due anything though, Am I doing something wrong or need an
extra step?
-- 
View this message in context: 
http://www.nabble.com/RemoveFile-and-RemoveFolder-confusion-tf2734992.html#a7630013
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Control Next problem

2006-11-29 Thread Magus

I am having a bit of a problem.  I have created my own ErrorDialog and when I
build the MSI it adds the Contol Next for each of controls inside the
ErrorDlg. However this causes a Error and crash of the MSI when the error
dialog is suppose to appear saying DEBUG: Error 2814:  On the dialog
ErrorDlg the control ErrorText names a non-existent control Y as the next
control  Is there a way to prevent the Control Next from having a value?
-- 
View this message in context: 
http://www.nabble.com/Control-Next-problem-tf2728415.html#a7610006
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Hiding a Feature

2006-11-28 Thread Magus

If I wanted a feature to not be displayed when the User gets to the feature
List view, is there a way to not show it.  I want 2 seperate feature list
depending on the ACTIONS of the installer.  If its installing I want this
set to be displayed, but if they are uninstalling I want there to be other
feature options to be diplsayed. 
-- 
View this message in context: 
http://www.nabble.com/Hiding-a-Feature-tf2721987.html#a7590911
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Digitally Signing large Cab files (OT?)

2006-10-30 Thread Magus

If your using Verisign, they should be able to answer your questions
expecially since you should be paying them.  Also a note if your CAB is over
2 gigabytes its corrupt.  It will allow you to create it, but just try
reading out of it. Miscrosoft has an article about it I believe. 

Jim Snider wrote:
 
 
 Hello group.  Sorry if this would be considered off-topic but I am having
 problems signing 1GB+ cab files that I have generated with Wix
 v2.0.4103.0.
 
 
 
 I have both SignTool and SignCode failing on these large cab files while I
 have been able to successfully sign a smaller 300MB file without any
 trouble.
 
 
 
 When I run signcode.exe I get: Error: Signing Failed.  Result = 80070008,
 (-2147024888).  Verisign told me to use SignTool but that did not work
 either.  Is there a size limit to what can be signed?
 
 
 
 I found one old post to a newsgroup about this but nobody ever responded
 to them.  Have any of you run across this and/or found a way around it
 without having to break up the cab into smaller chunks?
 
 
 
 Thanks for your help,
 
 Jim Snider
 
 ___
 Join Excite! - http://www.excite.com
 The most personalized portal on the Web!
 
 
 
 -
 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/Digitally-Signing-large-Cab-files-%28OT-%29-tf2541163.html#a7083529
Sent from the wix-users mailing list archive 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] Very Large Files

2006-10-23 Thread Magus

I have a 3.9 gigabyte sized file.  I didn't create this file and I am  not
allowed to change it.  But It doesn't go into a cab because a 2.0 gigabyte
limit (not enforced, but will FTU).  Is there a way it cut the file into
pieces in wix?  The problem is I don't want to have to have the user
reassemble the file.  I would like to cut it down because CD's and such
dont' even allow anything close to that.
-- 
View this message in context: 
http://www.nabble.com/Very-Large-Files-tf2498484.html#a6964925
Sent from the wix-users mailing list archive 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] Embedding MSI in a bootstrapper

2006-10-05 Thread Magus

If the Installation is interrupted by the user then the extracted MSI could
still be left behind, I don't want the file to be left on the end Users
computer.

Rob Mensching-2 wrote:
 
 You have to extract it.  The Windows Installer engine doesn't know how to
 read MSI files out of resource streams.  Besides, you're going to want to
 put the MSI in a place where future repair operations can find it. 
 Otherwise the user will get prompted to find an MSI that is hidden inside
 your boostrapper (which may or may not be around anymore).  You can see
 the setup.exe with WiX v3 caches.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Tuesday, October 03, 2006 3:24 PM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Embedding MSI in a bootstrapper
 
 
 Not really a wix questions, but I did create my program in wix, just
 wondering if anyone had done this before.  My bootstrapper is suppose to
 control the UI for the Installer, and also check to see if the file is
 already installed and prompt user to play or uninstall if it is already
 installed.  With that in mind I don't want to user to run the MSI itself I
 want to insure that that run the Bootstrapper.  Is there a way to embed
 the
 msi inside the bootstrapper as a resource and then run it? I would like
 not
 to have to extract the MSI during runtime but to instead just run it from
 resource if its possible
 --
 View this message in context:
 http://www.nabble.com/Embedding-MSI-in-a-bootstrapper-tf2379080.html#a6630105
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Embedding-MSI-in-a-bootstrapper-tf2379080.html#a6665791
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Votive 3 (ErrorDialog) error

2006-10-05 Thread Magus

That worked changing to TabSkip=no just something I guess I overlooked.

Mike Dimmick wrote:
 
 I'm going to hazard a guess that Text controls can't receive the focus,
 and therefore that they're not normally allowed to be the Control_First.
 However, I see that WixUI's ErrorDlg uses TabSkip=no to work around this
 issue.
  
 The code in ParseControlElement in src\wix\Compiler.cs normally sets
 Billboard, Bitmap, GroupBox, Icon, Line, ProgressBar, Text and
 VolumeCostList controls to be 'not tabbable', and therefore not in
 consideration for being Control_First. The TabSkip attribute can be used
 to override this. This attribute is also used to set the tab order
 (Control_Next in the Control/BBControl table).
  
 -- 
 Mike Dimmick
 
 
 
 From: [EMAIL PROTECTED] on behalf of Bob Arnson
 Sent: Thu 05/10/2006 20:12
 To: Magus
 Cc: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Votive 3 (ErrorDialog) error
 
 
 
 Magus wrote:
 I wish that were happening, but its not.  I thought that might be the
 case
 but its not working that way.  
  
 You might want to take a look at how WixUI's ErrorDlg works.
 
 --
 sig://boB
 http://bobs.org http://bobs.org/ 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Votive-3-%28ErrorDialog%29-error-tf2379414.html#a6668796
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Votive v3 has been released!

2006-09-18 Thread Magus

I am having the same problem too, but no I didn't have an instance of Visual
Studio Open at the time of Installation.  

Justin Rockwood wrote:
 
 When you installed Votive3.msi, did you have any instances of Visual
 Studio
 2005 open? If so, please uninstall and reinstall without them open. If
 not,
 please let me know so I can look into it further.
 
  
 
 Thanks,
 
 Justin
 
  
 
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Paul Welter
 Sent: Monday, September 18, 2006 9:28 AM
 To: wix-devs@lists.sourceforge.net; wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Votive v3 has been released!
 
  
 
 Hi,
 
 Was excited to try out the new release but found a bug right away.  After
 installing the Votive v3 latest build, I couldn't create a new project in
 Visual Studio.  In the New Project dialog, under Wix, the project template
 list is empty.  Is there some way to manually add the templates so I can
 get
 started using the latest build? 
 
 thanks
 Paul
 
 On 9/16/06, Justin Rockwood [EMAIL PROTECTED] wrote: 
 
 Well, after many weeks of work, I've finally checked in Votive v3. It is
 now
 available after any build = 3.0.2115.0. You can download it from
 http://wix.sourceforge.net/releases/3.0.2115.0/Votive3.msi.
 
  
 
 For details about what is in the new version, you can find out on my blog.
 It also has some screen shots.
 
  
 
 http://blogs.msdn.com/jrock/archive/2006/09/15/757144.aspx
 
  
 
 Let me know what you think!
 
  
 
 Thanks,
 
 Justin
 
 
 -
 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=lnk
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 kid=120709bid=263057dat=121642
 
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users 
 
 
 
 
 
 
 -- 
 ~ Paul 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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/Votive-v3-has-been-released%21-tf2281202.html#a6379524
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bootstrapping and External UI

2006-08-31 Thread Magus

Ok well I didn't want to have to go external for my application for any of my
objectives for wix, but it seems my project requires things that are outside
of its scope.  From what I understand I need to create a program that checks
to see if I need to update the end users machine to run my installer, and
check for anything else it might require.  Then I need to Set an External UI
so that I can use custom skin for my dialogs.  So my question is how do I do
this?  I don't know how to create a bootstrapper for my Wix project and I
would really like some help with understanding SetExternalUI and how it will
work for me if anyone knows of a tutorial or link to get some good help on
this it would be appriciated.
-- 
View this message in context: 
http://www.nabble.com/Bootstrapping-and-External-UI-tf2198427.html#a6085174
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] Skinning

2006-08-28 Thread Magus

I have no idea where to even begin in this.  I need my installer to have a
look that isn't a standard Windows dialog look.   Is there a way to set this
up so that it looks like what I need it to look like?  I don't know how to
do an external UI I think I saw something on that.
-- 
View this message in context: 
http://www.nabble.com/Skinning-tf2180234.html#a6029188
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] Skinning

2006-08-28 Thread Magus

I'm looking for something a bit more like what you would find on a new PC
game styled installer.  No dialog boarder, transparent graphics that sort of
thing.

Jason Swager wrote:
 
 One possible solution can be found out at
 http://www.skincrafter.com/skincrafter_installer.html.  It uses the MSI
 API to hook in an external UI.  For some people, this isn't an appropiate
 solution because the MSI gets wrapped up by a boot-strapping EXE.
 
 You could heavily modify the normal installation templates - which will
 keep you within MSI (and WiX).  Although not as flexible as some would
 like, you can play around with the buttons, backgrounds and bitmaps and
 make the typical interface rather different.
 
 Jason Swager
 
 Magus [EMAIL PROTECTED] wrote: 
 I have no idea where to even begin in this.  I need my installer to have a
 look that isn't a standard Windows dialog look.   Is there a way to set
 this
 up so that it looks like what I need it to look like?  I don't know how to
 do an external UI I think I saw something on that.
 -- 
 View this message in context:
 http://www.nabble.com/Skinning-tf2180234.html#a6029188
 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 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/Skinning-tf2180234.html#a6030933
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] 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] Uninstalling does nothing

2006-08-15 Thread Magus

Add/Remove programs does remove the application.  But Uninstalling doen't. 
The Log says ExecuteAction and Action are both = INSTALL, when I am trying
to uninstall, but when I changed those it broke and ended prematurely.  So
its getting pretty confusing and I have not found a tutorial for
uninstalling so I thought that maybe its a simple thing to do.

Dana Gutride wrote:
 
 What does the msi log say is happening when you try to uninstall?  Also,
 what happens if you use add/remove programs to remove your program?
 
 Dana
 
 On 8/14/06, Magus [EMAIL PROTECTED] wrote:


 My app was installed by the MSI.  I am not using the WixUI_xxx or any of
 those standard UI's I created my own.  I install the game using the .msi
 The I want to see if I can uninstall it using the .msi.  When I do it
 opens
 and I have a dialog condition only to run if the program is installed
 already.  I was using orca to look at the what is created with
 WixUI_Mondo
 to see if there were anything I should try and I say a Publish Event =
 Remove Value = ALL type setup but that didn't seem to lead to
 anything
 as far at removing the product.  Anyway my product doesnt' go away after
 trying to make it disappear

 Dana Gutride wrote:
 
  If your app wasn't installed by an MSI before hand, you'll need a
 custom
  action to handle this for you.  You will also need a way of
 conditioning
  the
  custom action to run only when your app is found.  Searching for a
  registry
  key might be something to look into.  If you had previously installed
 with
  an MSI and included an upgrade code, then the WiX tutorial can help you
  with
  upgrading that version.
 
  Dana
 
  On 8/14/06, Magus [EMAIL PROTECTED] wrote:
 
 
  I am trying to make my .msi uninstall my app if its already on the
 users
  computer, the problem is I don't know what makes that happen.  Is
 there
 a
  special property or something I need to do in order to make it
 uninstall
  the
  app
  --
  View this message in context:
 
 http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5801674
  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 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/Uninstalling-does-nothing-tf2104998.html#a5804967
 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 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/Uninstalling-does-nothing-tf2104998.html#a5817420
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

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Magus

I have that control in but the Id = Uninstall/Text = Uninstall
Control Id = Uninstaller Type = PushButton X = [INS_X] Y =[INS_Y]
Width = [BW] Height = [BH] Text = [REMOVE]
Publish Event = Remove Value = All1/Publish
Publish Event = EndDialog Value = Return/
/Control
It doesn't fail when I do this, it for some reason still thinks it should be
installing.

It failed after I checked the log and thought I should change the ACTION
Property to UNINSTALL or REMOVE.  



Dana Gutride wrote:
 
 On your custom dialog, do you have a control that does something like
 what's
 outlined below?
 
 Control Id=Remove Type=PushButton X=236 Y=243 Width=56
 Height=17 Text=Remove
   Publish Event=Remove Value=All1/Publish
 /Control
 
 When you do this, does the uninstall still fail?  If so where is it
 failing
 and what is the specific error message in the log?
 
 On 8/15/06, Magus [EMAIL PROTECTED] wrote:


 Add/Remove programs does remove the application.  But Uninstalling
 doen't.
 The Log says ExecuteAction and Action are both = INSTALL, when I am
 trying
 to uninstall, but when I changed those it broke and ended prematurely. 
 So
 its getting pretty confusing and I have not found a tutorial for
 uninstalling so I thought that maybe its a simple thing to do.

 Dana Gutride wrote:
 
  What does the msi log say is happening when you try to uninstall? 
 Also,
  what happens if you use add/remove programs to remove your program?
 
  Dana
 
  On 8/14/06, Magus [EMAIL PROTECTED] wrote:
 
 
  My app was installed by the MSI.  I am not using the WixUI_xxx or any
 of
  those standard UI's I created my own.  I install the game using the
 .msi
  The I want to see if I can uninstall it using the .msi.  When I do it
  opens
  and I have a dialog condition only to run if the program is installed
  already.  I was using orca to look at the what is created with
  WixUI_Mondo
  to see if there were anything I should try and I say a Publish Event
 =
  Remove Value = ALL type setup but that didn't seem to lead to
  anything
  as far at removing the product.  Anyway my product doesnt' go away
 after
  trying to make it disappear
 
  Dana Gutride wrote:
  
   If your app wasn't installed by an MSI before hand, you'll need a
  custom
   action to handle this for you.  You will also need a way of
  conditioning
   the
   custom action to run only when your app is found.  Searching for a
   registry
   key might be something to look into.  If you had previously
 installed
  with
   an MSI and included an upgrade code, then the WiX tutorial can help
 you
   with
   upgrading that version.
  
   Dana
  
   On 8/14/06, Magus [EMAIL PROTECTED] wrote:
  
  
   I am trying to make my .msi uninstall my app if its already on the
  users
   computer, the problem is I don't know what makes that happen.  Is
  there
  a
   special property or something I need to do in order to make it
  uninstall
   the
   app
   --
   View this message in context:
  
 
 http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5801674
   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 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/Uninstalling-does-nothing-tf2104998.html#a5804967
  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] Uninstalling does nothing

2006-08-15 Thread Magus

There is no space before Remove that was just a quick mock up of what my
program code looks like.  But I did check my code to make sure. 
Probably should have just copy paste before but here are the actual lines
Control Id =Uninstall Type =PushButton X =[INS_X Y =[INS_Y] Width
=[BW] 
 Height =[BH] Default =no Text =[REMOVE]
Publish Event =Remove Value =All1/Publish   

Publish Event =EndDialog Value =Return1/Publish
/Control


Dana Gutride wrote:
 
 Your code below seems to have lost a few characters that are necessary, is
 there really a space before Remove?
 
 
 On 8/15/06, Magus [EMAIL PROTECTED] wrote:


 I have that control in but the Id = Uninstall/Text = Uninstall
 Control Id = Uninstaller Type = PushButton X = [INS_X] Y =[INS_Y]
 Width = [BW] Height = [BH] Text = [REMOVE]
 Publish Event = Remove Value = All1/Publish
 Publish Event = EndDialog Value = Return/
 /Control
 It doesn't fail when I do this, it for some reason still thinks it should
 be
 installing.

 It failed after I checked the log and thought I should change the ACTION
 Property to UNINSTALL or REMOVE.



 Dana Gutride wrote:
 
  On your custom dialog, do you have a control that does something like
  what's
  outlined below?
 
  Control Id=Remove Type=PushButton X=236 Y=243 Width=56
  Height=17 Text=Remove
Publish Event=Remove Value=All1/Publish
  /Control
 
  When you do this, does the uninstall still fail?  If so where is it
  failing
  and what is the specific error message in the log?
 
  On 8/15/06, Magus [EMAIL PROTECTED] wrote:
 
 
  Add/Remove programs does remove the application.  But Uninstalling
  doen't.
  The Log says ExecuteAction and Action are both = INSTALL, when I am
  trying
  to uninstall, but when I changed those it broke and ended prematurely.
  So
  its getting pretty confusing and I have not found a tutorial for
  uninstalling so I thought that maybe its a simple thing to do.
 
  Dana Gutride wrote:
  
   What does the msi log say is happening when you try to uninstall?
  Also,
   what happens if you use add/remove programs to remove your program?
  
   Dana
  
   On 8/14/06, Magus  [EMAIL PROTECTED] wrote:
  
  
   My app was installed by the MSI.  I am not using the WixUI_xxx or
 any
  of
   those standard UI's I created my own.  I install the game using the
  .msi
   The I want to see if I can uninstall it using the .msi.  When I do
 it
   opens
   and I have a dialog condition only to run if the program is
 installed
   already.  I was using orca to look at the what is created with
   WixUI_Mondo
   to see if there were anything I should try and I say a Publish
 Event
  =
   Remove Value = ALL type setup but that didn't seem to lead to
   anything
   as far at removing the product.  Anyway my product doesnt' go away
  after
   trying to make it disappear
  
   Dana Gutride wrote:
   
If your app wasn't installed by an MSI before hand, you'll need a
   custom
action to handle this for you.  You will also need a way of
   conditioning
the
custom action to run only when your app is found.  Searching for
 a

registry
key might be something to look into.  If you had previously
  installed
   with
an MSI and included an upgrade code, then the WiX tutorial can
 help
  you
with
upgrading that version.
   
Dana
   
On 8/14/06, Magus  [EMAIL PROTECTED] wrote:
   
   
I am trying to make my .msi uninstall my app if its already on
 the
   users
computer, the problem is I don't know what makes that happen. 
 Is
   there
   a
special property or something I need to do in order to make it
   uninstall
the
app
--
View this message in context:
   
  
 
 http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5801674
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 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

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Magus

Well with certain things removed I could. IE Company Info

Dana Gutride wrote:
 
 Would you be able to attach a log of the failed uninstall to your
 response?
 
 Dana
 
 On 8/15/06, Magus [EMAIL PROTECTED] wrote:


 There is no space before Remove that was just a quick mock up of what
 my
 program code looks like.  But I did check my code to make sure.
 Probably should have just copy paste before but here are the actual lines
 Control Id =Uninstall Type =PushButton X =[INS_X Y =[INS_Y]
 Width
 =[BW]
  Height =[BH] Default =no Text =[REMOVE]
 Publish Event =Remove Value =All1/Publish
 Publish Event =EndDialog Value =Return1/Publish
 /Control


 Dana Gutride wrote:
 
  Your code below seems to have lost a few characters that are necessary,
 is
  there really a space before Remove?
 
 
  On 8/15/06, Magus [EMAIL PROTECTED] wrote:
 
 
  I have that control in but the Id = Uninstall/Text = Uninstall
  Control Id = Uninstaller Type = PushButton X = [INS_X] Y
 =[INS_Y]
  Width = [BW] Height = [BH] Text = [REMOVE]
  Publish Event = Remove Value = All1/Publish
  Publish Event = EndDialog Value = Return/
  /Control
  It doesn't fail when I do this, it for some reason still thinks it
 should
  be
  installing.
 
  It failed after I checked the log and thought I should change the
 ACTION
  Property to UNINSTALL or REMOVE.
 
 
 
  Dana Gutride wrote:
  
   On your custom dialog, do you have a control that does something
 like
   what's
   outlined below?
  
   Control Id=Remove Type=PushButton X=236 Y=243 Width=56
   Height=17 Text=Remove
 Publish Event=Remove Value=All1/Publish
   /Control
  
   When you do this, does the uninstall still fail?  If so where is it
   failing
   and what is the specific error message in the log?
  
   On 8/15/06, Magus [EMAIL PROTECTED] wrote:
  
  
   Add/Remove programs does remove the application.  But Uninstalling
   doen't.
   The Log says ExecuteAction and Action are both = INSTALL, when I am
   trying
   to uninstall, but when I changed those it broke and ended
 prematurely.
   So
   its getting pretty confusing and I have not found a tutorial for
   uninstalling so I thought that maybe its a simple thing to do.
  
   Dana Gutride wrote:
   
What does the msi log say is happening when you try to uninstall?
   Also,
what happens if you use add/remove programs to remove your
 program?
   
Dana
   
On 8/14/06, Magus  [EMAIL PROTECTED] wrote:
   
   
My app was installed by the MSI.  I am not using the WixUI_xxx
 or
  any
   of
those standard UI's I created my own.  I install the game using
 the
   .msi
The I want to see if I can uninstall it using the .msi.  When I
 do
  it
opens
and I have a dialog condition only to run if the program is
  installed
already.  I was using orca to look at the what is created with
WixUI_Mondo
to see if there were anything I should try and I say a Publish
  Event
   =
Remove Value = ALL type setup but that didn't seem to lead
 to
anything
as far at removing the product.  Anyway my product doesnt' go
 away
   after
trying to make it disappear
   
Dana Gutride wrote:

 If your app wasn't installed by an MSI before hand, you'll
 need
 a
custom
 action to handle this for you.  You will also need a way of
conditioning
 the
 custom action to run only when your app is found.  Searching
 for
  a
 
 registry
 key might be something to look into.  If you had previously
   installed
with
 an MSI and included an upgrade code, then the WiX tutorial can
  help
   you
 with
 upgrading that version.

 Dana

 On 8/14/06, Magus  [EMAIL PROTECTED] wrote:


 I am trying to make my .msi uninstall my app if its already
 on
  the
users
 computer, the problem is I don't know what makes that happen.
  Is
there
a
 special property or something I need to do in order to make
 it
uninstall
 the
 app
 --
 View this message in context:

   
  
 
 http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5801674
 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

[WiX-users] Uninstalling does nothing

2006-08-14 Thread Magus

I am trying to make my .msi uninstall my app if its already on the users
computer, the problem is I don't know what makes that happen.  Is there a
special property or something I need to do in order to make it uninstall the
app
-- 
View this message in context: 
http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5801674
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] Uninstalling does nothing

2006-08-14 Thread Magus

My app was installed by the MSI.  I am not using the WixUI_xxx or any of
those standard UI's I created my own.  I install the game using the .msi 
The I want to see if I can uninstall it using the .msi.  When I do it opens
and I have a dialog condition only to run if the program is installed
already.  I was using orca to look at the what is created with WixUI_Mondo
to see if there were anything I should try and I say a Publish Event =
Remove Value = ALL type setup but that didn't seem to lead to anything
as far at removing the product.  Anyway my product doesnt' go away after
trying to make it disappear

Dana Gutride wrote:
 
 If your app wasn't installed by an MSI before hand, you'll need a custom
 action to handle this for you.  You will also need a way of conditioning
 the
 custom action to run only when your app is found.  Searching for a
 registry
 key might be something to look into.  If you had previously installed with
 an MSI and included an upgrade code, then the WiX tutorial can help you
 with
 upgrading that version.
 
 Dana
 
 On 8/14/06, Magus [EMAIL PROTECTED] wrote:


 I am trying to make my .msi uninstall my app if its already on the users
 computer, the problem is I don't know what makes that happen.  Is there a
 special property or something I need to do in order to make it uninstall
 the
 app
 --
 View this message in context:
 http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5801674
 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 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/Uninstalling-does-nothing-tf2104998.html#a5804967
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] Calling a custom action from a Dialog

2006-08-11 Thread Magus

I'm not using the WixUI at all.  Created my own UI's, but the problem is when
I go back to the win32 dialog my Msi dialog doesn't go away, so changes done
in my win32 dialog dont' affect anything like pressing the cancel button to
exit the program, I'm thinking I could just make my own win32 windows and
change values in the of Msi properties that way It will just do what I need
it to do and be a whole lot easier to do it.
-- 
View this message in context: 
http://www.nabble.com/Calling-a-custom-action-from-a-Dialog-tf2087682.html#a5765701
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] RichEdit2.0 Problem while wix is running

2006-08-11 Thread Magus

While creating a dialog box in Win32 I used the RichEdit2.0 control, and it
runs fine until I try to call my .dll dialog in Wix.  It seems it doesn't
know what the wnd class is for richedit. Anyone ever come across tis
problem?
-- 
View this message in context: 
http://www.nabble.com/RichEdit2.0-Problem-while-wix-is-running-tf2092849.html#a5769222
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] Support for Vista parental settings

2006-08-10 Thread Magus

Is there any resources for making Wix check for Parental settings on a Vista
machine? So to prevent a user who cannot play M rated games from even
installing the game?
-- 
View this message in context: 
http://www.nabble.com/Support-for-Vista-parental-settings-tf2085869.html#a5748350
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] Calling a custom action from a Dialog

2006-08-10 Thread Magus

I have a custom action dll that using a win32 dialog box, because I needed on
the fly text in a scrollable text window.  What I want done is for the
actual Wix dialog box that follows (back button) to bring up that dialog
anyone ever do this before?
-- 
View this message in context: 
http://www.nabble.com/Calling-a-custom-action-from-a-Dialog-tf2087682.html#a5753940
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] 2 License in 1 ScrollableText Control

2006-08-09 Thread Magus

I've never used SQL before and I am having a hard time trying to understand
what each field is doing do you know of a good place to look up an example?
-- 
View this message in context: 
http://www.nabble.com/2-License-in-1-ScrollableText-Control-tf2043011.html#a5731863
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] Using Multiple binary's

2006-08-08 Thread Magus

I have a .exe files that relies on a .dll file, both are in the binary
fields.  How to I allow make sure that both files are used in a custom
action
-- 
View this message in context: 
http://www.nabble.com/Using-Multiple-binary%27s-tf2074160.html#a5711564
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] Custom Action on Condition

2006-08-07 Thread Magus

I have a custom action that is only suppose to run during installation.  How
would I set it up so that it doesn't do the custom action on uninstall.
-- 
View this message in context: 
http://www.nabble.com/Custom-Action-on-Condition-tf2064607.html#a5687953
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] ScrollableText Control type

2006-08-03 Thread Magus

OK I've been having a really bad time with this.  For some reason it won't
display anything.  I want it to display information form a .txt file since
its a lot smaller than a .rtf  I have'nt really seen anywhere that says this
won't work and in all the other controls it works just fine.  Is there
something I'm missing? I've even tried using Orca and replacing the what
goes in here and it say that .txt is a proper format.  
-- 
View this message in context: 
http://www.nabble.com/ScrollableText-Control-type-tf2048066.html#a5640741
Sent from the wix-users forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Temporary Directory

2006-08-03 Thread Magus

What I need done is to have Dsetup.exe to run. But it requires dsetup.dll and
some .cab's. I keep getting an erro saying it doens't know where the
dsetup.dll is.  I thought of must making them components and just running a
cleanup and deleting them after I used them but I am required not to do it
that way. 
-- 
View this message in context: 
http://www.nabble.com/Temporary-Directory-tf2048729.html#a5643844
Sent from the wix-users forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Action Dialog

2006-08-02 Thread Magus

Im trying to use a custom action type 1, to create a dialog box from c++
code.  I keep getting the error 1813 and the dialog box of course doesn't
appear.  I need a dialog that I can have use a timer to close after a
specified amount of time.  Its functionality works outside of MSI, in a
standard win32 project.  Any suggestions on what might be wrong 
-- 
View this message in context: 
http://www.nabble.com/Custom-Action-Dialog-tf2041334.html#a5618968
Sent from the wix-users forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Action Dll problem

2006-08-02 Thread Magus

Not that my other problem has a solution yet, but I've move on to try to get
something done.  I am no having a problem trying to use the WcaGetProperty
function. I have a property Property Id =EULA[License]/Property
I call the function using 
WCHAR l_wcLicense[2];
HRESULT hResult = WcaGetProperty(LEULA, l_wcLicense);
The program gets to the WcaGetProperty Line and then exits. anyone have any
idea what this could be?
-- 
View this message in context: 
http://www.nabble.com/Custom-Action-Dll-problem-tf2042392.html#a5622613
Sent from the wix-users forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Action Dll problem

2006-08-02 Thread Magus

WcaGetProperty() isn't being used anywhere else this is the only call.
What I need to do is combine My license with DX License, but if I leave in
the code for
getting the DXEULA the entire program doesn't even run weird.
I tried with both allocation of memory and tried to see if maybe the fuction
was allocating the memory
ReleaseStr, but be for some other language, delete and new are what I would
be using for memory 
extern C UINT __stdcall GetEULA(MSIHANDLE hInstall)
{
HRESULT hResult = WcaInitialize(hInstall, GetEULA);
if (FAILED (hResult)) return ERROR_INSTALL_FAILURE;
MessageBoxA(NULL, Quick Attach process and hit ok,Get license debug
helper , MB_OK);
WCHAR l_wcDX_EULA[12000];
WCHAR l_wcMy_EULA[2];
WCHAR *l_pwclicense /*= new WCHAR[2]*/;
//DirectXSetupGetEULA(l_wcDX_EULA,0,0);  This doesn't work 
either

hResult = WcaGetProperty(LEULA, l_pwclicense);  Program stops here 
still
memcpy((void*)l_wcMy_EULA[wcslen(l_pwclicense)], l_wcDX_EULA, 1);
WcaSetProperty(LEULA,l_wcMy_EULA);
// delete [] l_pwclicense;
return WcaFinalize (hResult);
}


-- 
View this message in context: 
http://www.nabble.com/Custom-Action-Dll-problem-tf2042392.html#a5623345
Sent from the wix-users forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Shortcuts

2006-08-01 Thread Magus

I've been trying to create a shortcut to display on desktop and program files
and that all works fine.  But I want the creation of these to be
conditional.  During the Install Setup I would like to be able to ask the
user if they want to create the shortcuts.  Is there a way to do this? I
must be overlooking something. 
-- 
View this message in context: 
http://www.nabble.com/Shortcuts-tf2035238.html#a5599807
Sent from the wix-users forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Timed events

2006-07-31 Thread Magus

Right now I am trying to create a dialog that will basically time out of the
user doesn't do anything after a give amount of time.  When it times out I
want to installation program to close.  What type of action do I need to do
in order to achieve this
-- 
View this message in context: 
http://www.nabble.com/Timed-events-tf2030263.html#a5584693
Sent from the wix-users forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users