Creating a .iss file for Sage 2011
hi all
This is my first post on this site, so sorry if this is the wrong place.
I am currently trying to create a .iss file for the deployment of Sage Accounts 2011 using the following cmd
C:\>c:\SageInstall\install\setup.exe -r -f1e:\responsefile.iss
I have copied the install files from the cd to the following folder c:\SageInstall and creating the .iss file to the e: drive (usb)
When i run the above cmd the Sage install takes place however no .iss file is created. Not sure what i'm doing wrong.
All help would be greatfull
Thanks
This is my first post on this site, so sorry if this is the wrong place.
I am currently trying to create a .iss file for the deployment of Sage Accounts 2011 using the following cmd
C:\>c:\SageInstall\install\setup.exe -r -f1e:\responsefile.iss
I have copied the install files from the cd to the following folder c:\SageInstall and creating the .iss file to the e: drive (usb)
When i run the above cmd the Sage install takes place however no .iss file is created. Not sure what i'm doing wrong.
All help would be greatfull
Thanks
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
Foleymon
13 years ago
Posted by:
sumit601
13 years ago
Posted by:
rock_star
13 years ago
I hope you have used "/" not this "\".
Try following
C:\SageInstall\install:\>setup.exe /r /f1"e:\responsefile.iss"
It is a installshield package?
Following link will be helpful :
Link1
Look for article section of appdeploy.com - Installshield Setup Parameters
Try following
C:\SageInstall\install:\>setup.exe /r /f1"e:\responsefile.iss"
It is a installshield package?
Following link will be helpful :
Link1
Look for article section of appdeploy.com - Installshield Setup Parameters
Posted by:
sumit601
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
sumit601
13 years ago
Posted by:
sumit601
13 years ago
Posted by:
anonymous_9363
13 years ago
On your packaging VM:
- clear out your %TEMP% and %SystemRoot%\TEMP folders
- start Setup.EXE with no arguments.
- when you see the first screen - normally a 'Welcome' screen - look for an MSI in %TEMP%, %SystemRoot%\TEMP or a new folder beneath %AppData%
- use the resulting MSI (copied - and renamed something sensible if necessary)
- clear out your %TEMP% and %SystemRoot%\TEMP folders
- start Setup.EXE with no arguments.
- when you see the first screen - normally a 'Welcome' screen - look for an MSI in %TEMP%, %SystemRoot%\TEMP or a new folder beneath %AppData%
- use the resulting MSI (copied - and renamed something sensible if necessary)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.