IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules

 
Reply to this topicStart new topic
> Help with Adminstudio
hohner
post Oct 6 2005, 10:18 AM
Post #1


Junior
*

Group: Members
Posts: 88
Joined: 8-March 05
Member No.: 46955
Country Flag


Hi,

I'm trying to use Installshield Adminstudio 6 to edit the NeroSuite.msi file to allow it run without the need for SetupX.exe.
Currently if you try to launch the msi alone it will report an error stating you need to launch the msi by starting SetupX.exe
As I'm very new to the use of this powerfull tool I thought I'd see if anyone could point me in the right direction to get me started.

Thanks
Go to the top of the page
 
+Quote Post
totoymola
post Oct 6 2005, 03:34 PM
Post #2


MSFN Expert
******

Group: Members
Posts: 1031
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


Hi.

I don't have the Nero MSI, but I can give you some tips.

Try opening the MSI with the editor, and look at the property table. Look for something that says LAUNCH_FROM_SETUP_EXE -- YES or whatever similar to that, and change the property value to NO.

smile.gif
Go to the top of the page
 
+Quote Post
ryath
post Oct 6 2005, 06:19 PM
Post #3


Newbie


Group: Members
Posts: 20
Joined: 20-September 05
Member No.: 73822
Country Flag


Also,

Check for a ISscript8.msi file or something similar, the setiup.exe may be just running that, so when you try to run the msi directly it hasnt got the ISscript8.msi installed.

You need to run the IScript8.msi first then you may be able to run the NeroSuite.msi.

I havent used this method specifically on this app, but a few others with similar problem were resolved this way.

Cheers,
Ry
Go to the top of the page
 
+Quote Post
hohner
post Oct 6 2005, 09:17 PM
Post #4


Junior
*

Group: Members
Posts: 88
Joined: 8-March 05
Member No.: 46955
Country Flag


Thanks for helping, I will try your suggestions and let you know any results.
Go to the top of the page
 
+Quote Post
hohner
post Oct 6 2005, 09:28 PM
Post #5


Junior
*

Group: Members
Posts: 88
Joined: 8-March 05
Member No.: 46955
Country Flag


I searched the msi but couldn't find anything which stated Launch Condition or similar.

I also can't find an ISScript8msi file.
Go to the top of the page
 
+Quote Post
totoymola
post Oct 6 2005, 10:28 PM
Post #6


MSFN Expert
******

Group: Members
Posts: 1031
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


QUOTE (hohner @ Oct 6 2005, 08:28 PM) *
I searched the msi but couldn't find anything which stated Launch Condition or similar.

I also can't find an ISScript8msi file.

The ISScript only exists if the installer is built with the InstallScript MSI technology. It doesn't work on a normal msi. smile.gif
Go to the top of the page
 
+Quote Post
AF Delta
post Oct 8 2005, 05:34 AM
Post #7





Group: Members
Posts: 8
Joined: 7-October 05
From: 127.0.0.1 :P
Member No.: 75947
Country Flag


Hi,

If you delete the custom action that ends somthing like INTF - which is about the third down - it removes the check for setupx launch. I'm afraid I'm not by a pc with admin studio on so I can't give you the full name, but will do as soon as I can.
Go to the top of the page
 
+Quote Post
totoymola
post Oct 8 2005, 12:54 PM
Post #8


MSFN Expert
******

Group: Members
Posts: 1031
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


I have AS6, but I don't have Nero 7. laugh.gif
Go to the top of the page
 
+Quote Post
LiquidSage
post Oct 9 2005, 12:08 PM
Post #9


Wayward Prophet
****

Group: Members
Posts: 580
Joined: 29-August 03
From: Santa Monica,CA
Member No.: 6035
Country Flag


if nero's msi needs setup.exe to run....
1. You will need to add ISSETUPDRIVEN with a value of 1 to the property table
2. Go to the Custom Action table and put a condition in with the editor "OnCheckSilentInstall" that will come out always false or delete all the condition checks entirely.
---Best practices would suggest that you make these changes and save them as a transform (.mst), not directly to the .msi itself.

You will still need to install isscript before installing nero or capture the installation and repackage it (which might end up being a little easier).
Go to the top of the page
 
+Quote Post
RogueSpear
post Oct 9 2005, 08:17 PM
Post #10


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1919
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


It's easier to just do a repack of the whole thing. As a matter of preference I always choose to do the old style snapshop (two stage). You'll run into way less problems this way, especially when you're dealing with an application that installs drivers and/or services.

You will however need to edit the registry entries captured prior to compiling the project into an msi file. Especially look out for entries pertaining to the actual CD-RW drive. If you use VMware, it's a NEC VMware or something similar. Nero has always been one of the more time consuming apps for me to repack. It takes time and attention to detail, but it's always worked for me.
Go to the top of the page
 
+Quote Post
totoymola
post Oct 9 2005, 09:39 PM
Post #11


MSFN Expert
******

Group: Members
Posts: 1031
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


QUOTE ("RogueSpear")
It's easier to just do a repack of the whole thing.


Most of the time, this is true. But in this case, it is against the MSI packaging's best practices and the Top 20 commandments. smile.gif The reason: it is already an MSI. If they release an update or patch for their release, it will not work the repackaged MSI. smile.gif
Go to the top of the page
 
+Quote Post
RogueSpear
post Oct 9 2005, 10:01 PM
Post #12


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1919
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


When it comes to msi files, I long ago gave up on best practices. Best practice for who? Certainly not me or anyone who wants to get some work done. For quite a long time I succumed to the "do not modify the msi, make an mst instead" rule. Well a couple of years ago I decided to buck that little piece of Microsoft propaganda. And let me tell you, my custom msi files and switchless silent installers improved dramatically. In some cases (Adobe Audition), I don't think a good, optimized, unattended install would not have been possible.

The only msi I have left intact more or less, is MS Office. And that's primarily because of the excellent resource kit utilities. Directly modifying msi files will definately open up a whole new world if you decide to give it shot (and you know at least a little bit about what you're doing).
Go to the top of the page
 
+Quote Post
totoymola
post Oct 9 2005, 11:37 PM
Post #13


MSFN Expert
******

Group: Members
Posts: 1031
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


Hey dude! Please don't get me wrong. I have nothing against that method. I myself do direct MSI editing too! tongue.gif And on very rare cases, I repackage MSI's as well. Especially if the author did a very bad job on packaging his software, and I'm not expecting updates from them. laugh.gif


Anyways, I just got my copy of Nero 7 Ultra. After snooping for about half an hour, I think I discovered the little secret of this program. Give me until tomorrow and I will probably post the solution on a different thread. (If I'm successful) For now, I have to study because I have a test tomorrow.

Hint: This program requires special (undocumented) switches. smile.gif

This post has been edited by totoymola: Oct 9 2005, 11:53 PM
Go to the top of the page
 
+Quote Post
thuun derboy
post Mar 4 2006, 12:50 AM
Post #14


Member
**

Group: Members
Posts: 139
Joined: 6-March 05
From: New York, NY.
Member No.: 46536
Country Flag


hohner,
a bit late, yes, but u try "ISSETUP=0" added to cmd arguments?

I won't be waiting...

This post has been edited by thuun derboy: Mar 4 2006, 12:52 AM
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 8th January 2009 - 03:37 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy