Re: [WiX-users] setting default INSTALLDIR

2009-12-04 Thread pushist1y
I'm using MSI Factory by Indigo Rose.
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting default INSTALLDIR

2009-12-04 Thread pushist1y
Thanks a lot! I've managed to do this =)
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting default INSTALLDIR

2009-12-03 Thread pushist1y
Thanks, i deleted the default value of the property and that worked.

And can i omit the Select Directory dialog if i already know the location to
install?
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting default INSTALLDIR

2009-12-03 Thread pushist1y
Great! =)

But i meant - HOW can i do that? =)))
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] setting default INSTALLDIR

2009-12-02 Thread pushist1y

i want to make single msi-file both to install or upgrade my application. i'm
using different product codes and single update code for all versions and i
store installation path in the registry. 

running the installation i want to check the registry for my records
presence and if i find istallation path then i want to reinstall new version
to the same path. i've tried a lot and i managed to set default installation
path by searching from the registry to property INSTALLPATH:

Property Id=INSTALLDIR Value=C:\MyDefaultDir\
RegistrySearch Id=RegSearch_0001 Root=HKLM Key=Software\some\path
Name=InstallDir Type=raw/
/Property

That worked pretty fine and the default installation path was set to the
path found in registry. But i'm getting compilator warnings for that.

I tried to search from registry to another property and then set INSTALLDIR
to my value via Set Folder and Set Property custom actions but that didn't
work.

Is there any way to set the INSTALLDIR before the Select Directory dialog
without warnings? 

Also i wonder if i can omit the Select Directory dialog if i have
successfully found my installation path in registry.
-- 
View this message in context: 
http://n2.nabble.com/setting-default-INSTALLDIR-tp4100396p4100396.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting default INSTALLDIR

2009-12-02 Thread pushist1y

C:\MyDefaultDir\ is only a default value, in usual case i'm getting actual
value from registry.
-- 
/callvote set1v1 q3tourney2

-- 
View this message in context: 
http://n2.nabble.com/setting-default-INSTALLDIR-tp4100396p4100949.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiXUI errors

2009-12-01 Thread pushist1y
I'm using command line:
c:\work\installlight setup.wixobj -ext WixUIExtension



and i'm getting such an output:




Microsoft (R) Windows Installer Xml Linker version 3.5.1030.0
Copyright (C) Microsoft Corporation. All rights reserved.

c:\work\install\setup.wxs(1571) : error LGHT0094 : Unresolved reference to
symbo
l 'WixUI:SUFWI_UI' in section
'Product:{503B2C46-49ED-4DB1-BA1A-D701EC549EB1}'.
c:\work\install\setup.wxs(1577) : error LGHT0094 : Unresolved reference to
symbo
l 'WixUI:SUFWIUI_Common' in section
'Product:{503B2C46-49ED-4DB1-BA1A-D701EC549E
B1}'.
c:\work\install\setup.wxs(1578) : error LGHT0094 : Unresolved reference to
symbo
l 'WixUI:SUFUI_ErrorText' in section
'Product:{503B2C46-49ED-4DB1-BA1A-D701EC549
EB1}'.
c:\work\install\setup.wxs(1579) : error LGHT0094 : Unresolved reference to
symbo
l 'WixUI:SUFUI_ProgressText' in section
'Product:{503B2C46-49ED-4DB1-BA1A-D701EC
549EB1}'.




The only advice i've managed to google is to use WiXUIExtension but i'm
already using it. What can I do else?


-- 
/callvote set1v1 q3tourney2
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users