ab order I want.
So is there a way to have checkboxes between two radio buttons in Windows
Installer?
Thanks
Ivo
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with a
pipeline that I
need to do, or were my expectations wrong that a file modification will be
caught by Windows?
Thanks
Ivo
--
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu
ust embedded somehow into the file and
does not encrypt or compress of the contents.
-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Monday, June 24, 2013 8:51 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Multi-platform installer with WiX
On
[mailto:b...@joyofsetup.com]
Sent: Monday, June 24, 2013 8:25 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Multi-platform installer with WiX
On 24-Jun-13 14:44, Ivo Beltchev wrote:
> When the installer runs it extracts one of the MSIs and the shared
> cab. Then wit
No, my bootstrapper is an EXE, not MSI. If you call it directly it will
create the correct MSI and then launch it. You can also call it with
"extract32" or "extract64", which will just extract the correct MSI and you
can do whatever you want with it.
The EXE does other things as well, like calculat
shared cab. Then
with some database voodoo from msi.dll I embed the shared cab into the MSI
and change the Cabinet field in the Media table to start with #. This marks
it as internal.
Thanks for your help
Ivo
-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Sunday, June
It is a shell extension. I need to register both 32-bit and 64-bit DLLs when
I install on 64-bit OS. Also I would prefer on 64-bit systems to install in
the main Program Files, where all self-respected applications supporting 64
bits should go.
-Original Message-
From: Nick Ramirez [mailto
.
-Original Message-
From: Steven Ogilvie [mailto:steven.ogil...@titus.com]
Sent: Sunday, June 23, 2013 12:40 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Multi-platform installer with WiX [P]
Classification: Public
Hi Ivo,
I am not really sure on
e MSIs?
How do I merge the MSI and the CAB on the user machine?
Regards
Ivo
--
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
__
Hello,
is there any way how to insert variable value into DownloadUrl string in run
time of bootstrap? I'm starting bootstrapper from command line like
"bootstrapper.exe ServerAddress=192.168.0.11" and I want result on DownloadUrl
line something like:
DownloadUrl="http://192.168.0.11:8000/Prer
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize your
I think you can edit the registry (via custom action or another way) to
set WindowsInstaller to 0, and change UninstallString to "MsiExec.exe /x
{blah} /l*v C:\q.txt".
I don't know what is the best way to achieve this, or if there won't be
any ill effects.
Castro, Edwin G. (Hillsboro) wrote:
>
emoved if it (and all of its subkeys) are discovered to be empty
> during uninstall.
>
> -Original Message-
> From: Ivo Beltchev [mailto:i...@roadrunner.com]
> Sent: Monday, July 26, 2010 9:46 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-u
ore the old version is
uninstalled? And can you suggest a better way to solve my problem?
Thanks
Ivo
P.S. BTW, what is the right action to use with the Run key - "create" or "none"?
i...@roadrunner.com wrote:
> Hi
>
> In my installer I add a value to
> HKLM\Soft
o when you upgrade it won't
destroy the Run key?
Thanks
Ivo
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash
How about using the preprocessor for it?
Something like:
You can control the condition through command line parameters to candle.
Ivo
Beth Hechanova wrote:
> I'm trying to optionally include a file in my installer at compile/link time.
> If the file is include
ersion is 4.5) or ensure that your transactions
> > are always under the control of a bootstrapper (hard to do, under the best
> > circumstances) and capture the MsiRMFilesInUse call to always return a code
> > for using the restart manager without ever showing the option to the user.
to the user.
> Next harder is to duplicate the files-in-use logic yourself and set a
> property.
>
> There may be some property that gets set when a file-in-use is detected, but
> I have never seen it.
>
> -Original Message-
> From: Ivo Beltchev [mailto:i...@roadr
application?
>
> -Original Message-
> From: Ivo Beltchev [mailto:i...@roadrunner.com]
> Sent: Wednesday, July 14, 2010 9:04 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Restart Manager (reboot after uninstall)
>
>
isn't activated during logoff or logon, so
> the marked files are never actually removed until an actual reboot.
>
> -Original Message-
> From: Ivo Beltchev [mailto:i...@roadrunner.com]
> Sent: Tuesday, July 13, 2010 8:55 PM
> To: General discussion for Wind
he user to reboot, or that the user must remember to
reboot manually?
If there is no reboot prompt built in, how do I make one (basically how
do I detect if the user has chosen not to close the applications)? And
even better, if I can customize the prompt to do a log o
The action may run in some cases
when it shouldn't, but no harm done since the helper tool will not find
the EXE and quit silently.
The solution works, but it's a bit hacky. This makes me think there must
be a better way. Any ideas? I doubt I'm the first person to hit this
pro
re another way to detect an upgrade before
InstallValidate?
Ivo
Blair wrote:
> &MyAppFeature is documented to be -1 when MyAppFeature will be left alone by
> the installation transaction.
>
> From: http://msdn.microsoft.com/library/aa368012.aspx
>
> INSTALLSTATE_UNKNOW
ent). If your code
> differs materially from my example, you will need to understand what your
> code is doing and what effects it will have under different
> situations/platforms/etc. You should also always prevent things you
> explicitly don't support (such as attempted per-user
hope it makes it through.
Thanks
Ivo
Rob Mensching wrote:
> The Upgrade table needs to be authored correctly as well. What does the
> verbose log file say?
>
> On Thu, Jul 1, 2010 at 11:28 PM, Ivo Beltchev wrote:
>
>
>> Hi
>>
>> I am upgrading my produc
add a condition to the component. However
it looks like I can't have a component with just a shortcut. The
Shortcut element has no KeyPath property and I get an error about the
missing KeyPath. So how do I create a component with just a single
shortcut inside?
Any ideas how to do
problem.
Thanks
Ivo
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-c
Here's one example how to do it with P/Invoke:
http://www.roelvanlisdonk.nl/?p=915
Kurt Jensen wrote:
> That's it!
>
> So far I cannot find an equivalent in .NET but at least now I can track down
> the communication breakdown...
>
> Thanks to all!
>
>
> -Original Message-
>
> also, this solution was developed by another less install oriented
> programmer for the original vsproj under VS2008. I moved the code as-is
> over to WiX on a 32-bit install and it worked. now we are adding a
> 64-bit install. if I change to having Windows Installer do the job then
> I really
on be true.
>
> -Original Message-
> From: Ivo Beltchev [mailto:i...@roadrunner.com]
> Sent: Saturday, June 26, 2010 8:11 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Problem with "Close App" condition
>
> Hi
MyAppFeature is installed, and about to be uninstalled"?
Thanks
Ivo
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http:/
sInstaller is set.
3) Why does "msiexec /x setup.msi /qf" show "Install" button in the welcome
screen? Not only that, but the message above the progress says "please wait
while INSTALLING...". Any way to fi
> Um using the "How To: Run the Installed Application After Setup"
> requires no changing of the ExitDialog what so ever. You set a few
> public properties & the already built in code makes the text & checkbox
> appear due to the conditions on the controls. There's no "new" dialog
> needed, you're
dialogs that
are connected by Back/Next buttons. Yes, that's easy, but not what I need.
I was also asking how to get better integration with the Restart
Manager. The tutorials also don't cover this topic.
It is true that both threads strayed a bit off-topic, and I'll be more
careful
io makes one by default in its installers.
Thanks, guys. I think I have all I need to tweak the UI. If not, you'll
hear from me again :)
Ivo
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad
Two problems with that:
- the ExitDialog is part of the UI_FeatureTree set, so I can't change it from
my project alone. I'll have to either modify the UI_FeatureTree set and rebuild
WiX, or copy the whole set into my project and modify the copy
- after looking at the source for ExitDialog I'm sti
>> 1) Add a Readme.rtf file at the end of the install. This can either be
>> in a dialog similar to EULA (that's what Visual Studio setup projects
>> do), or a checkbox to execute the RTF when the installer closes. Given
>> the choice between the two I would prefer the first option (embed the
>> Re
Blair wrote:
> Yes. However, if the bootsrapper (A) runs silently any prerequisite
> installations that are not launched with ShellExecute or that are
> incorrectly manifested for elevation or that are MSI they may fail if as a
> result the UAC prompt for them never appears.
Yeah, I see no
"Castro wrote:
> > Hmm... I see a problem. I don't want my bootstrapper to run as admin, so it
> > won't have access to the protected areas like Program Files. The reason I
> > don't want to run as admin is because then it won't be able to launch stuff
> > on
> > behalf of the logged in use
> If you have some budget, I can be hired to provide a CA that performs that
> task for you. It would be up to you if you wished that to be contributed back
> to the community or to have it licensed to you. Email me directly if you are
> interested.
Sorry, no budget here :) This is an open sour
> "Basic UI or Reduced UI level installations give the user the option of
> using the Restart Manager to reduce system restarts even if the
> MsiRMFilesInUse dialog box is not present. Silent UI level installations
> always shut down applications and services, and on Windows Vista, always use
> Re
>> 2) Currently when I upgrade from one version to the next I get a popup
>> from the Restart Manager asking to restart the programs that use my DLL.
>> That's good. But during uninstall I only get a simple message box saying
>> "Some files are in use, you should reboot afterwards". I want to use t
only get a simple message box saying
"Some files are in use, you should reboot afterwards". I want to use the
Restart Manager in all cases (even during "Change" when the offending
feature is being uninstalled).
What is the easiest way
> Two solutions I have seen to deal with this:
>
> 1- Use a custom action to cache the MSI and add the cache directory to the
> source list.
> 2- Use a bootstrapper that launches asInvoker, then relaunches either itself
> or some extracted code as administrator. You then have elevated code for
Blair wrote:
> > I see. So as I understand it, I have to keep the MSI around while the
> > software is installed. Is there a
> > recommended location for such cached MSIs? And is it even possible for the
> > MSI to delete itself during
> > uninstall?
> > How does Burn handle this?
>
> If
Blair wrote:
> (keeping the thread on the list so future generations can benefit)
>
> The source list is described here:
> http://msdn.microsoft.com/library/aa369795.aspx and here:
> http://msdn.microsoft.com/library/aa371859.aspx along with a few other
> places. It is the list of direc
This is not a proper "shell extension". It is a DLL that is injected into the
Explorer process. There is an EXE that does the injection and re-injects the
DLL when Explorer is restarted (due to crash or other reason).
For regular shell extensions the users will expect them to be automatically
a
Blair wrote:
> Also, most people starting an application at the end of an installation do so
> from the final UI screen of the installation, often with a checkbox selecting
> whether to start the installation or not. WiX has this functionality pretty
> much built in (such that it is only
> > 1) I need a single EXE that can be installed on both 32-bit and 64-bit
> > platforms (Vista and Windows 7). Most of the files (art assets, help
> > files) are common between platforms. There are 32-bit and 64-bit
> > executables, which need to register themselves in the registry
> > (self-regi
Hi
My name is Ivo Beltchev. I am working on the open source project Classic
Shell: http://classicshell.sourceforge.net/
Currently I use a Visual Studio setup project to create my installer,
but I'm hitting some of its limitations and I'm looking for a better
solution.
Here
I spent hours trying to add web feature to my wix project.
Once it failed with wrong web site created - after that all attempts fail and
nothing is being created.
My attempt looks like this
Can somebody share working snippet?
I am using latest 3.5 on IIS 7.5
You can try this - simple GUI
http://flexsetup.codeplex.com/
WiXFileTool: generates WiX file definitions and component definitions for a
collection of files
From: "Kerber, Cameron"
To: General discussion for Windows Installer XML toolset.
Sent: Tue, March 16
I am using latest wix 3.5 with vs.2010 rc.
I want to create bootstrap for .net 4 but can't figure out how to do it.
I found some blog samples how to edit wixproj in order to create .net 3.5
bootstrapper - no luck with that either.
I have win sdk 6.0 and latest win 7 sdk and configured paths proper
virtual directories, 1 aspnet_client directory and
1 _vti_pvt directory.
Is this a bug or am i doing something wrong?
TIA
Regards,
Ivo Grootjes
Disclaimer:
http://www.afm.nl/disclaimer
http://www.afm.nl/disclaimer_english/
Indien u de link niet kunt openen, neemt u dan contact op met
telefoonnummer
54 matches
Mail list logo