Re: [WiX-users] Preselecting feature and disable install on first use

2006-10-06 Thread vbtricks

Salut,

seems I'm getting to my English limits with this. Let me have another try to
explain it. I'm referring to the Customize dialog of the setup process where
you can select the features you want to install. The main one, MainProgramm
is selected by default and can not be deselected. The German feature is not
selected by default, as well as the Firefox extension feature.

What I now want is, that the Firefox extension is selected by default, if
the user chooses the customize option and that it is installed when the user
clicks Typical as well. I tried to set the InstallDefault attribute to
local, but unfortunately it is not selected by default if I click on
customize in the setup.

I hope, I've explained it better now?

Thanks for your patience,

Stefan


Bob Arnson-3 wrote:
 
 vbtricks wrote:
 selecting by default.
   
 Sorry, does that mean install locally? If so, you just need to set the 
 feature level lower to match INSTALLLEVEL. You're already disabling it 
 when Firefox isn't detected, so you want it to be installed always when 
 it is.
 
 -- 
 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/Preselecting-feature-and-disable-%22install-on-first-use%22-tf2381534.html#a6683213
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] Disable feature when property is empty

2006-10-05 Thread vbtricks

Thanks, got it to work with the following source

  Feature Id=FirefoxExtension Level=1001 Title=Extension for
Mozilla Firefox Description=Extension for Mozilla Firefox
TypicalDefault=install InstallDefault=followParent
ComponentRef Id=jsFile /
ComponentRef Id=overlay /
ComponentRef Id=pngIcon /
ComponentRef Id=StyleSheet /
ComponentRef Id=ManifestChrome /
ComponentRef Id=rdfInstall /
Condition Level=0FIREFOX_INSTALL_VERSION=/Condition
  /Feature

Stefan
-- 
View this message in context: 
http://www.nabble.com/Disable-feature-when-property-is-empty-tf2323552.html#a6637061
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] Preselecting feature and disable install on first use

2006-10-05 Thread vbtricks

Salut,

disabling the firefox-extension-feature when the browser's not installed now
works. Still I got some problem. I'm trying to preselect the firefox
extension-feature and disabling the install on first use option as my
application does not support it. This is how far I got

Feature Id=Complete Title=Basic installation Level=1
Description=Complete installation Display=expand
ConfigurableDirectory=INSTALLDIR AllowAdvertise=no Absent=disallow
InstallDefault=local
  Feature Id=MainProgram Title=Program Description=The main
executable. Level=2 Absent=disallow TypicalDefault=install
InstallDefault=local AllowAdvertise=no
ComponentRef Id=MainExecutable /
ComponentRef Id=PluginsConnector /
ComponentRef Id=DSIEHelper /
ComponentRef Id=FileTypeIcon /
ComponentRef Id=EnglishLangFile /
ComponentRef Id=HelpFileEng /
ComponentRef Id=SearchSettings /
ComponentRef Id=FileNameCreator /
ComponentRef Id=RegKeysPrivileged /
ComponentRef Id=RegKeysNonPrivileged /
ComponentRef Id=UpdateNotify /
ComponentRef Id=FirefoxExtension /
  /Feature
  Feature Id=GermanLangPack Title=German Language Pack
Description=German Language Pack Level=1000
ComponentRef Id=HelpFileGer /
ComponentRef Id=GermanLangFile /
  /Feature
  Feature Id=FirefoxExtension Level=1001 Title=Extension for
Mozilla Firefox Description=Extension for Mozilla Firefox
TypicalDefault=install InstallDefault=followParent
ComponentRef Id=jsFile /
ComponentRef Id=overlay /
ComponentRef Id=pngIcon /
ComponentRef Id=StyleSheet /
ComponentRef Id=ManifestChrome /
ComponentRef Id=rdfInstall /
Condition Level=0FIREFOX_INSTALL_VERSION=/Condition
  /Feature
/Feature

But no matter which attributes I add to the extension feature, it is not
preselected. Can you help me?


Thanks in advance,

Stefan
-- 
View this message in context: 
http://www.nabble.com/Preselecting-feature-and-disable-%22install-on-first-use%22-tf2381534.html#a6637113
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] Installing extension for firefox

2006-09-21 Thread vbtricks

Salut,

did it this way
Property Id=FIREFOX_INSTALL_VERSION
  RegistrySearch Name=CurrentVersion Root=HKLM
Id=FirefoxInstallVersion Type=raw Key=SOFTWARE\Mozilla\Mozilla Firefox
/
/Property
Property Id=FIREFOX_INSTALL_PATH
  RegistrySearch Name=Install Directory Root=HKLM
Id=FirefoxInstallPath Type=raw Key=SOFTWARE\Mozilla\Mozilla
Firefox\[FIREFOX_INSTALL_VERSION]\Main /
/Property

and it works quite well.


Thanks,

Stefan
-- 
View this message in context: 
http://www.nabble.com/Installing-extension-for-firefox-tf2305983.html#a6425889
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] Conditions and version of OS

2006-09-18 Thread vbtricks

Salut,

trying to create my first setup using WIX. My software does not support
Windows 95. In the  http://www.tramontana.co.hu/wix/lesson1.php#1.4 wix
tutorial  I found the following lines:

Condition Message='Operating system not supported!'Version9X =
400/Condition
Condition Message='Operating system not supported!'Version9X = 400 AND
WindowsBuild = /Condition

Unfortunately I get the message Operating system not supported! when
trying to run the setup, although I'm running Windows XP. What's wrong? By
the way, can I replace the equality sign in the condition by a less than?


Thanks in advance,

Stefan
-- 
View this message in context: 
http://www.nabble.com/Conditions-and-version-of-OS-tf2292721.html#a6368388
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] Conditions and version of OS

2006-09-18 Thread vbtricks

Salut,

thanks. I changed it to

Condition Message='Operating system not supported!'Version9X =
400/Condition

and it gives me no error anymore. Next time I get the chance to test it on
Windows 95 I'll see if it works completely correct ;)


Stefan


Matthew Janulewicz-2 wrote:
 
 In Wix, and with MSI installers in general I believe, the condition has
 to be *true* to install. So in these cases, you will *only* be able to
 install on Windows 95. I believe you want to change your '=' to 'NOT'.
 
 
 -Matt
 
 
 -Original Message-
 From: vbtricks [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 18, 2006 10:31 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Conditions and version of OS
 
 
 Salut,
 
 trying to create my first setup using WIX. My software does not support
 Windows 95. In the  http://www.tramontana.co.hu/wix/lesson1.php#1.4 wix
 tutorial  I found the following lines:
 
 Condition Message='Operating system not supported!'Version9X =
 400/Condition
 Condition Message='Operating system not supported!'Version9X = 400
 AND
 WindowsBuild = /Condition
 
 Unfortunately I get the message Operating system not supported! when
 trying to run the setup, although I'm running Windows XP. What's wrong?
 By
 the way, can I replace the equality sign in the condition by a less
 than?
 
 
 Thanks in advance,
 
 Stefan
 -- 
 View this message in context:
 http://www.nabble.com/Conditions-and-version-of-OS-tf2292721.html#a63683
 88
 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
 
 
 
 -
 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/Conditions-and-version-of-OS-tf2292721.html#a6368911
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