MSFN Forum: Silent Install with a destination directory - MSFN Forum

Jump to content



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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Silent Install with a destination directory Rate Topic: -----

#1 User is offline   totmachen 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 06-November 03

Posted 10 November 2003 - 10:12 AM

I maybe a bit strange, but I like to install my programs into specific folders. I like my Utils to go into the C:\Util folder, Multimedia into the C:\Multimedia folder and so on. I have been putting a lot of time on this and its driving me mad. Here is what I have so far:

Nullsoft uses the /D= switch which works well.
INNO's with the /loadinf switch work well.
MSI in this format work: installer.msi INSTALLDIR=C:\path\ /QB

And to my trouble spots:

When I try Installshield and just go through manually, you can choose what directory to install to. When you try to create the iss file with the -r switch, the directory screen is skipped. This keeps happening on WinDVD 5. I've tried going into the iss file and added a section called SdAskDestPath, but that does nothing.

When I try WISE installers, I just cant figure out what switches to use off this page. Just my ignorance I think.


Can anyone help me?


#2 User is offline   totmachen 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 06-November 03

Posted 15 November 2003 - 06:45 PM

Anyone?

#3 User is offline   TonicX 

  • Member
  • PipPip
  • Group: Members
  • Posts: 193
  • Joined: 29-October 03

Posted 15 November 2003 - 06:56 PM

Quote

Nullsoft uses the /D= switch which works well.
INNO's with the /loadinf switch work well.
MSI in this format work: installer.msi INSTALLDIR=C:\path\ /QB

Thanks for the infos, never knew about this.

#4 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 15 November 2003 - 07:11 PM

TonicX:

I think you should read the MSFN guide of making an unattended windows XP CD. you'll find a link at MSFN Homepage.

#5 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 16 November 2003 - 03:40 AM

I have a "solution" to that.. For me, my unatteded install either goes on partition C: or partition D: and for those preset InstallShield files its a problem. So what I do is create two setup.iss's, one called setupc.iss for C: and setupd.iss for D:, respectively.. And in my batch file I have two lines for one install, something like this:

ECHO  -Kerio Personal Firewall 2.1.5 to %systemdrive%\
IF "%systemdrive%"=="C:" START /WAIT %systemdrive%\install\KERIO\Setup.exe -s -f1"%systemdrive%\install\KERIO\setupc.iss"
IF "%systemdrive%"=="D:" START /WAIT %systemdrive%\install\KERIO\Setup.exe -s -f1"%systemdrive%\install\KERIO\setupd.iss"


I use this "if systemdrive" method for all InstallShield installs and any other where I can choose a folder.

#6 User is offline   Bastian_W 

  • Member
  • PipPip
  • Group: Members
  • Posts: 118
  • Joined: 15-December 03

Posted 30 December 2003 - 03:50 PM

Hi RayOK

can you explain it a little bit more? :) I have a problem with remedy (www.remedy.com)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy