Jump to content

Attention to all "runonceex-able" install makers (& user


kalavera

Recommended Posts

After many time of workarounds and time spend in making windows installs, i have found the problem for some installations based on runonceex, not working 100%.

I dont want to copy-paste the explanation, so i put a link to my post:

http://www.msfn.org/board/index.php?s=&amp...st&p=558393

And from what i can see, many "runonceex-able" unattended installers aren't aware of this problem. So i ask to their makers, if they can apply the simple fixes i suggest in the post.

In resume the solutions:

1 - Use WinRAR Sfx in TempMode, and then just call the command

example:

Setup=msistub.exe firefox.msi /qb
TempMode
Silent=1
Overwrite=1

2 - Use StartX or RunHiddenConsole utilities (both freeware). Join them in your sfx pack and invoke the command like this:

examples:

StartX.exe /WAIT \"msiexec /i netfx.msi /qb-!\"

RunHiddenConsole.exe /w  msiexec /i netfx2.msi /qn

Note: anything related with this subject, reply here.

I hope that i could help! Thanks for your time.

Link to comment
Share on other sites


I'm not 100% sure, but from the preliminar tests i have done ... only .msi has this problem, maybe because the way msiexec works. But like i told you ... not really sure of this.

All the problems i had, was principally with .msi installations, and this fix was effective.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...