"Mike Dimmick" <[EMAIL PROTECTED]> writes:

Thanks a lot for your answers.

> ICE66 says that MsiFileHash was new in Windows Installer 2.0 (there is

> table and overwrites the file anyway - but you can prevent it by setting
> Package/@InstallerVersion to 150 or higher.

I get a candle error if I set it to anythning but 1.0. Is it because I
use WiX 2?

> Product/@UpgradeCode to a GUID, then keep the same upgrade code for all
> future versions of the product.

Done.


> ICE82 - You've probably specified some action as occurring before
> ProgressDlg. Consider changing it to occur before ResumeDlg instead.

This is a bit strange. I only use the wixui.wixlib to make the UI. In
the database I have three entries 1298. Is that a bug in WiX?

MaintenanceWelcomeDlg   Installed AND NOT RESUME AND NOT Preselected    1298
ResumeDlg       Installed AND (RESUME OR Preselected)   1298
WelcomeDlg      NOT Installed   1298

> some users in a multi-user environment." You should place the per-machine
> resources into a separate component from the per-user resources.

This is where I am still lost. I have all the shortcuts in components
in directory2. 
I get the warning if I have like this, I get an error if I change the
Root to HKLM. There must be something I don't understand here.

          <Directory Id="directory2" Name="doc">
            <Component Id="component15" DiskId="1" 
Guid="1bf34cef-6644-11da-b90c-00904b6c2734">
              <File Id="file15" Name="DNAintro.pdf"
                    src="c:\Documents and Settings\be\My 
Documents\dna\dist\distribution\doc\DNAintro.pdf">
                <Shortcut Id="dnaintroshortcut" Directory="ShortCutDir"
                          Name="dnaintro" LongName="DNA Tutorial"/>
              </File>
              <Registry Id="regdnaintro" Root="HKCU"
                        Key="Software\DNA\dnaintro" Type="string"
                        Value="foo"
                        KeyPath="yes">
              </Registry>
              <RemoveFolder Id="ShortCutDir" On="uninstall" />
            </Component>
            ....
          </Directory>

> ICE90 says that "[a] shortcut specified by a public property may not work if

I just changed the directory name to mixed case and got the warning removed.

Regards,
-- 
Brian (remove the sport for mail)
http://www.et.web.mek.dtu.dk/Staff/be/be.html
http://www.rugbyklubben-speed.dk


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

Reply via email to