Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Windows MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 12-19-2008, 03:12 AM   #1 (permalink)
buddy b
Guest
 
Posts: n/a
Default Regards my problem with laptop not able to use msi files--

XP Pro

I associated msiexec with the msi file.
When I open the msi file, I get a list of the commands syntax for msi.

Any more ideas, please.
Regards
buddy b
  Reply With Quote
Old 12-19-2008, 03:12 AM   #2 (permalink)
Dennis Bareis
Guest
 
Posts: n/a
Default Re: Regards my problem with laptop not able to use msi files--

On Sat, 18 Oct 2008 03:06:47 -0400, buddy b <buddyb@yippy.ti.ye> wrote:

>I associated msiexec with the msi file.
>When I open the msi file, I get a list of the commands syntax for msi.
>
>Any more ideas, please.


Don't know why you would need to do this but if you did why would you think that would be the only thing wrong?

I'd try from command line:

msiexec.exe /i "fred.msi"

If that works then the association is incorrect, you couls use SysInternals "process explorer" to see the command line that your association
generated.

In any case its probably wise to download Windows Installer from Microsoft and simply install that.

Bye,
Dennis
Dennis Bareis [Microsoft MVP] (dbareis@KillSpam.gmail.com)
http://dennisbareis.com/
Freeware Windows Installer creation tool (+ "ORCA automation"):
http://makemsi.dennisbareis.com/
  Reply With Quote
Old 12-19-2008, 03:12 AM   #3 (permalink)
buddy b
Guest
 
Posts: n/a
Default Re: Regards my problem with laptop not able to use msi files-- Dennis

On Sun, 19 Oct 2008 09:52:19 +1100, Dennis Bareis
<dbareis@newsgroup.nospam> wrote:

>On Sat, 18 Oct 2008 03:06:47 -0400, buddy b <buddyb@yippy.ti.ye> wrote:
>
>>I associated msiexec with the msi file.
>>When I open the msi file, I get a list of the commands syntax for

msi.
>>
>>Any more ideas, please.

>
>Don't know why you would need to do this but if you did why would you

think that would be the only thing wrong?
>
>I'd try from command line:
>
> msiexec.exe /i "fred.msi"
>
>If that works then the association is incorrect, you couls use

SysInternals "process explorer" to see the command line that your
association
>generated.
>
>In any case its probably wise to download Windows Installer from

Microsoft and simply install that.
>
>Bye,
>Dennis
>Dennis Bareis [Microsoft MVP] (dbareis@KillSpam.gmail.com)
> http://dennisbareis.com/
>Freeware Windows Installer creation tool (+ "ORCA automation"):
> http://makemsi.dennisbareis.com/




Dennis, Thanks.
I looked at your web page.
I don`t want to make an msi file, I want to install the program
contained in a msi file from Netflix.

Shouldn`t XP pro be able to run the msi file I d/led ? I have no problem
with XP Home.

msiexec.exe /i "fred.msi
What/who is fred? name of the file?
I`ll try that, too.

I d/led the installer and will install tomorrow after checking the KB #
as I would think it would be already installed.

Thanks very much for the info
Regards
buddy b
  Reply With Quote
Old 12-19-2008, 03:12 AM   #4 (permalink)
buddy b
Guest
 
Posts: n/a
Default Re: Regards my problem with laptop not able to use msi files--

On Sun, 19 Oct 2008 09:52:19 +1100, Dennis Bareis
<dbareis@newsgroup.nospam> wrote:

>On Sat, 18 Oct 2008 03:06:47 -0400, buddy b <buddyb@yippy.ti.ye> wrote:
>
>>I associated msiexec with the msi file.
>>When I open the msi file, I get a list of the commands syntax for

msi.
>>
>>Any more ideas, please.

>
>Don't know why you would need to do this but if you did why would you

think that would be the only thing wrong?
>
>I'd try from command line:
>
> msiexec.exe /i "fred.msi"
>
>If that works then the association is incorrect, you couls use

SysInternals "process explorer" to see the command line that your
association
>generated.
>
>In any case its probably wise to download Windows Installer from

Microsoft and simply install that.
>
>Bye,
>Dennis
>Dennis Bareis [Microsoft MVP] (dbareis@KillSpam.gmail.com)
> http://dennisbareis.com/
>Freeware Windows Installer creation tool (+ "ORCA automation"):
> http://makemsi.dennisbareis.com/



Dennis, Hi.

I did all you suggest.
When I dbl click on the msi file, I still get the list of commands for
cmnd line operation.

The association now is "windows installer".

Hope you have more ideas?
Wonder if I should reinstall windows or just forget it?

Thanks
Regards
buddy b
  Reply With Quote
Old 12-19-2008, 03:12 AM   #5 (permalink)
Dennis Bareis
Guest
 
Posts: n/a
Default Re: Regards my problem with laptop not able to use msi files--

Hi,

On Sun, 19 Oct 2008 23:41:33 -0400, buddy b <buddyb@yippy.ti.ye> wrote:

>
>Dennis, Hi.
>
>I did all you suggest.


Then what was the command line "proces explorer" showed you?

>When I dbl click on the msi file, I still get the list of commands for
>cmnd line operation.
>
>The association now is "windows installer".


I ran assoc/ftype commands from a command prompt, suggest you do the same,
this is my output:

C:\Tmp> assoc .msi
..msi=Msi.Package

C:\Tmp> ftype msi.package
msi.package="%SystemRoot%\System32\msiexec.exe" /i "%1" %*


Bye,
Dennis
Dennis Bareis [Microsoft MVP] (dbareis@KillSpam.gmail.com)
http://dennisbareis.com/
Freeware Windows Installer creation tool (+ "ORCA automation"):
http://makemsi.dennisbareis.com/
  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:23 PM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com